Run a .bat file

bgcogen

Registered User.
Local time
Today, 08:51
Joined
Apr 19, 2002
Messages
61
Hi!
Quick question.

I have a .bat batch file that performs a task. Is there anyway in an Access form to activate the batch file when a button is pressed. I tried OnClick in Event by can't find an option for a .bat file.

Thanks,
D
 
Code:
 Shell "Your path name in here"

Put the above into the on click event, there are other options for Shell if required.....
 

Users who are viewing this thread

Back
Top Bottom