Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using !COPY under Win2000
Message
 
 
To
05/08/2002 01:05:27
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00686095
Message ID:
00686115
Views:
45
This message has been marked as the solution to the initial question of the thread.
Under WInNT/2K you can try
RUN cmd /c copy src\*.dbf bak\
Or you can use VFP COPY FILE command.
COPY FILE src\*.dbf TO bak\*.*
>hello everybody,
>
>in my program I used "!copy src\*.dbf bak\" to backup some dbf files, it works fine in win 98/ME, but when I run the program in win2000 professional, all files with long filename are saved in 8.3 format. It's like foxpro is adding the "/N" flag in the copy command, but that not what I need. How can I prevent this?
>
>Thanks a lot!
>Jimi
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform