Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DIR / Directory Command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01015870
Message ID:
01015886
Views:
19
>How can I suppress ("Press any key to continue") message from appearing when I issue command DIR C:\TEST TO FIle Test.txt
>Any help


SET CONSOLE OFF first:
SET CONSOLE OFF
DIR C:\TEST TO FILE test.txt
SET CONSOLE ON
--Brad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform