B Bob Jan 19, 2008 #1 Anyone know how to write a batch file that will copy a password protected file to multiple locations?
Anyone know how to write a batch file that will copy a password protected file to multiple locations?
N NoStop Jan 19, 2008 #2 Bob said: Anyone know how to write a batch file that will copy a password protected file to multiple locations? Click to expand... Ask in: alt.comp.scriptkiddies They do it all the time with Windoze computers. Apparently, it's very easy to do if a computer is running Windoze. Cheers. -- Frank's Brain Activity Plotted (watch the red line): http://i68.photobucket.com/albums/i4/Astronomy2/PreformanceMonitor.jpg The Rolling Stones Love Vista: Frank - seek help immediately! Visit ... http://www.binsa.org/
Bob said: Anyone know how to write a batch file that will copy a password protected file to multiple locations? Click to expand... Ask in: alt.comp.scriptkiddies They do it all the time with Windoze computers. Apparently, it's very easy to do if a computer is running Windoze. Cheers. -- Frank's Brain Activity Plotted (watch the red line): http://i68.photobucket.com/albums/i4/Astronomy2/PreformanceMonitor.jpg The Rolling Stones Love Vista: Frank - seek help immediately! Visit ... http://www.binsa.org/
J Jon Jan 20, 2008 #3 Bob said: Anyone know how to write a batch file that will copy a password protected file to multiple locations? Click to expand... Exactly the same way as you'd copy an non-password protected file. The password protection only comes into play when you try to open a file. Start > cmd copy /? xcopy /?
Bob said: Anyone know how to write a batch file that will copy a password protected file to multiple locations? Click to expand... Exactly the same way as you'd copy an non-password protected file. The password protection only comes into play when you try to open a file. Start > cmd copy /? xcopy /?