Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting batch file properties
Message
From
06/08/2001 05:00:45
 
 
To
06/08/2001 04:56:54
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00540034
Message ID:
00540042
Views:
18
>>Hi
>>
>>I have a program that creates a batch file, then runs it, but I want to set the batch file properties to Close on exit - can I do this from VFP?
>>
>>Thanks
>>Kev
>
>Kevin,
>Doesn't it close by default ?
>
>
create cursor myCommands (commstr c(128))
>insert into myCommands values ('c:')
>insert into myCommands values ('cd \fpd26')
>insert into myCommands values ('dir')
>insert into myCommands values ('foxprox')
>copy to mybatch.bat type delimited
>StrToFile(chrtran(FileToStr('mybatch.bat'),'"',''),'mybatch.bat')
>run 'mybatch.bat'
Cetin

So it does!!! Whenever I create a batch file in windows, it does not close by default, but it does from a prg.

Thanks
Kev
Previous
Reply
Map
View

Click here to load this message in the networking platform