Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel VBA - batch file in Dos - She
Name: rww Date: September 23, 2002 at 10:35:43 Pacific OS: NT CPU/Ram: INTEL 1.2G 256
Comment:
I have a DOS Batch file that starts a fortran program with an instruction file. This batch file works fine and I can run it from the Windows Start Menu. But I can't get the batch file to run from the Shell in my Exel (2000) VBA. I know my shell operations work fine because I can run a DOS executble - I just can make it run the batch file. Any ideas (I am looping to wait for the program to run before continuing with my VBA)
Name: adamu sylvester Date: September 24, 2002 at 05:56:47 Pacific
Reply:
while dont u save the batch file has an .exec file and whenever u wish to work it. or whenever u want to load the batch file remember to include the drive where the batchfile is found eg c:/batchfile.bat thanks sylvester from nigeria
Summary: I am trying to write a batch file in DOS which will do the following: Step 1: Copy some files(like for example a.txt, b.txt, c.txt) from a disk location C:/ Step 2: Put the above copied files to a dis...
Summary: Hello, If any one of u can help me out I would be extremely grateful... Am stuck trying to write a batch file in DOS... Scenario: We have a folder C:\pdfoutput\ with a lot of subfolders .... The tree ...
Summary: I need a batch program in perl to process some files.[ I run perl in Dos prompt( ActivePerl for windows is installed ] I have a list of file names in a txt file called "list.txt" This txt file contai...