Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving Contents Of Command Window
Message
 
 
À
01/11/2001 18:01:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00576476
Message ID:
00576487
Vues:
30
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform