View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Open Batch File For Processing

You have another reply at your other thread.

Chuckles123 wrote:

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.

--
Chuckles123
------------------------------------------------------------------------
Chuckles123's Profile: http://www.excelforum.com/member.php...o&userid=14948
View this thread: http://www.excelforum.com/showthread...hreadid=385662


--

Dave Peterson