Page 2 of 2

Re: Ayuda para Backups con subdirectorios

Posted: Sun Jan 12, 2014 8:46 pm
by tonton2
Bonsoir tout le monde
comment copier un repertoire et ses sous repertoires contenant des fichiers en programme HMG
en msdos => Xcopy c:\SnameDierectory\*.* F:\CnameDirectory /s.
copy file c:\SnameDierectory\*.* to F:\CnameDirectory ne copie rien
Grand merci à vous tous

Hello everyone
how to copy a directory and its sub directories containing files in programing HMG.
in msdos => xcopy c:\SnameDierectory * F *:\CnameDirectory /s
copy file c:\SnameDierectory\*.* to F:\CnameDirectory is not working

big thank you

Re: Ayuda para Backups con subdirectorios

Posted: Mon Jan 13, 2014 11:11 am
by zoldkalap
hi
xcopy /e
a

Re: Ayuda para Backups con subdirectorios

Posted: Mon Jan 13, 2014 12:56 pm
by tonton2
Hi zoldkalap
xcopy is not a hmg control
thank's