Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Batch file does not run...

Status
Not open for further replies.

Inquisitor99

Programmer
Aug 25, 2005
24
US
I am unable to run a batch file using any of the following methods:

1) RunApp command in macro
Action: RunApp
Command Line: C:\CopyFile.bat

2) Shell command in module
Shell "C:\CopyFile.bat"

What am I missing. Does anyone have any suggestions?

Thanks.
 
I found my mistake - I left out the quotation marks in the macro. It runs fine now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top