Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Files list
Message
From
11/02/1999 15:48:09
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00186677
Message ID:
00186740
Views:
8
>>It`s not a problem in VFP to create a .txt file with names of files located in a directory. How can I do it without VFP?
>>In DOS-mode command DIR saves to file shorten files name.
>
>DIR /B >somefile.txt
>
>I strongly recommend that you save the file in a directory other than the one you're checking. This will be the full (long) filename; to get the DOS 8.3 compatible name using the current registry setting for short name generation, under NT you can use
>
>DIR /B /X >somefile.txt

In Win95 command "DIR /B >somefile.txt" works well.
Thanks to all!
Ed
Previous
Reply
Map
View

Click here to load this message in the networking platform