Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a batch file from VFP
Message
From
27/11/2000 10:08:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00443873
Message ID:
00445669
Views:
11
>Whenever I call a DOS batch file from VFP, it runs in a DOS window and then waits for a CTRL-C before proceeding. Is there any way to avoid this? I am trying to automate a process that must have a DOS batch file run.
>
>My code:
>
>lcExe1 = [run postal.bat "mail1120"]
>&lcExe1
>
>(KEYBOARD '{CTRL+C}' does not work)
>
>TIA,
>Steve McMahon
>ZDI
>San Diego

When you say "before proceeding", I assume you mean at the end of the batch file execution, the DOS box presents the Ctrl-C message. If that's the case, you could try putting an "EXIT" command as the last line in your batch file.
Previous
Reply
Map
View

Click here to load this message in the networking platform