Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you execute any DOS command within a VFP prg?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00494133
Message ID:
00494345
Views:
16
Brenda you can execute DOS command whitin VFP with the RUN command
For Example
Directly
run xcopy c:\utility\*.* c:\test\*.* /S
Or
Local lString
Lstring="xcopy c:\utility\*.* c:\test\*.* /S"
run &lString

The RUN command have a parameter /N but is invalid for DOS Command

Bye
Luca
Previous
Reply
Map
View

Click here to load this message in the networking platform