Jump to content

copy files


87052402

Recommended Posts

If it is the schools computer it would be best to ask first before copying any file to the computer. It would also be best to ask before you use mirc on the computer as well if you haven't already done so. Most schools, and companies frowns on things like that on their own computers.

Link to comment
Share on other sites

/copy c:/path/to/image.ext d:/newpath/image.ext

Alternatively, for the lazy person tongue.gif

alias cimg {
 var %a = $sfile(c:,Choose the Image,Copy)
 copy %a $sdir(d:,Destination) $+ $nopath(%a)
}

Just type /cimg

Edited by Cleric xtx
Link to comment
Share on other sites

When the file doesn't exist in the destination directory, the code I posted works. When the file does exist in the destination directory, however, then you need to use -o after the alias (ie: copy -o source destination)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...