View Single Post
  #2 (permalink)  
Old 12-29-03, 04:09 PM
YUPAPA's Avatar
YUPAPA YUPAPA is offline
Newbie Coder
 
Join Date: Sep 2003
Location: Antarctica
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Smile

Quote:
Originally Posted by freak
I'm kind of conused, or maybe i just don't use the correct commands, but i cant make a script that will copy a spesific file let's say blabla.jpg from the current folder, to a specific folder - let's say c:\games

Can somebody PLEASE give me the script that will do it
You can use the command interface DOS (looks like windozs you are using)~

copy C:\my\source\location\blabla.jpg C:\my\destination\blabla.jpg

If you need a script, you must have perl installed on your system~ Without perl installed, even I give you the script, it will not run.
__________________
YuPaPa.CoM is my home ~
Reply With Quote