Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running a batch file from VFP
Message
De
27/11/2000 10:08:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00443873
Message ID:
00445669
Vues:
17
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform