Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving Contents Of Command Window
Message
 
 
To
01/11/2001 18:01:00
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00576476
Message ID:
00576487
Views:
29
This message has been marked as the solution to the initial question of the thread.
>Does anyone know how to force FoxPro to save the contents of the command window without having to quit FoxPro?
>
>Thanks,
>Dan

I don't know how to force foxpro but I know how to ask it nicely to save the contents of the command window to the file :)
ON KEY LABEL f9 do SaveCW

* PROCEDURE SaveCW
keyboard "{CTRL+f2}{Ctrl+A}{pause .1}{Ctrl+C}{Ctrl+END}"
STRTOFILE(_cliptext, "_command.txt")
ENDPROC
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform