Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - batch file to copy from virtual machine to USB


 
01-22-2012   #1


Win7 Ultimate x32
 
 

batch file to copy from virtual machine to USB

If C:\ is the root of the virtual machine and U:\ is the USB stick, I can PERFORM "copy C:\folder\** U:\folder", but that line in a batch file does not work. How can I fix that ?

My System SpecsSystem Spec
01-22-2012   #2


Windows 7 Home Pre
 
 


"copy C:\folder\** U:\folder"

too... "copy C:\folder\.*" "U:\folder"
My System SpecsSystem Spec
01-22-2012   #3


Win7 Ultimate x32
 
 


There was a typo. There should have been a '.' between the two *
so the batch file actually reads [ c:\folder\*.* u:\folder ]
without any ".
My System SpecsSystem Spec
.


01-22-2012   #4


Windows 7 Home Pre
 
 


copy "C:\folder\*.*" "U:\folder"

Will work....

Also Ensure you have the "U:\folder" In place. Or use the MD command.
My System SpecsSystem Spec
01-22-2012   #5


Win7 Ultimate x32
 
 


"U:\folder" IS in place.
Will try tonight and report afterwards.
My System SpecsSystem Spec
Reply


Thread Tools



Similar Threads for: batch file to copy from virtual machine to USB
Thread Forum
Using .vhd file from one virtual machine to other virtual machine Virtualization
How to Copy a Virtual XP machine Virtualization
Virtual XP Machine - Copy Tutorials
How to make a multible copy batch file Software
Batch file copy made easy Performance & Maintenance


All times are GMT -5. The time now is 04:06 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30