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.