Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy to usb
Message
De
02/07/2005 04:48:08
 
 
À
02/07/2005 04:35:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01028452
Message ID:
01028460
Vues:
15
hi,
thank you for reply,it works.
any idea about message AS..
at the same time"WAIT IT WORKS NOW"
COPY FILE "E:\NEWBASAM\TABLE1.DBF" TO "F:\"
after copy DON
</PRE
anyway ,
thanks again

>>hi all,
>>i try to copy myfile table1.dbf to usb via this code under
>>
>>i get error message OLE error code 0x800a004c unknown com status code
>>
>><pre>
>>oFSO = CREATEOBJECT("Scripting.FileSystemObject")
>>cSource = "E:\NEWBASAM\TABLE1.DBF"
>>cDestination = "F:\"
>>oFSO.CopyFolder(cSource, cDestination)
>>&& or
>>oFSO.CopyFolder(cSource, cDestination, .T.)
>>
>>thanks.
>
>....Folder#....File
>
>
>COPY FILE "E:\NEWBASAM\TABLE1.DBF" TO "F:\"
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform