I want to open BATCH.bat in a macro.
I tried 'ReturnVal = Shell("C:\BATCH.bat", 1)' and it opens a DOS window and runs through about 20 different command lines very quickly without executing any of them.

HELP.