Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using !COPY under Win2000
Message
 
 
À
05/08/2002 01:05:27
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00686095
Message ID:
00686115
Vues:
44
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform