Batch file

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Anyone know how to write a batch file that will copy a password protected
file to multiple locations?
 
Bob said:
Anyone know how to write a batch file that will copy a password protected
file to multiple locations?

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?


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 /?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top