Spire
Jan 17 2009, 10:00 PM
I'm trying to find a script that will copy a text file from my documents to wherever I want to put it (Windows, My Pictures, Desktop etc.)
All the scripts I have seen are either Visual Basic (I cba to do something like that), or are "delete any files 2 months or older, blah blah"
Windows Vista by the way, but I doubt that matters.
Thanks.
mums
Jan 17 2009, 10:29 PM
right click file select copy go to chosen file right click paste....
i joke but unfortunatlly its been a while since ive scripted so im unable to help, sorry
Benjy
Jan 17 2009, 10:37 PM
If you have mIRC
/copy "fullfilename" "fulldirectoryname"
/copy -o if you want the file to overwrite.
Be sure to use quotes.
msword
Jan 19 2009, 08:39 PM
http://malektips.com/dos0015.htmlgoogle works wonders. make a .bat file and put the required inside of it in plain text.