Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I read the messages in the commad window
Message
 
À
10/04/2002 12:22:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00643281
Message ID:
00643306
Vues:
8
James,

You can send the output of the DOS command to a text file, then view the text file using the FILETOSTR() function.

RUN dir >myfile.txt
? FILETOSTR('myfile.txt')

HTH,
Kurt
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform