Skip to content
General IRCX

copy files

A TG007 community discussion started by 87052402.

Discussion 7 posts
Page 1 of 1
Open
Topic #3522 · 7 published posts · 1,439 views

i use mirc at school,, but there is a picture ,, that i wanne copy to de d-drive at school , is there a command to do that whit mirc ..?

 

 

greetz Odyseus

 

user posted image

 

where is the picture , is it on a website?

If its on a website just open ie and get the pic

My code does NOT have bugs. It just develops random features.

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.

must be nice though.. when i went to school i used pencils.. i must be old

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

Alternatively, for the lazy person

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

Just type /cimg

Edited May 11, 2005 10:28 AM by Cleric xtx

 

how can i change the code that he only copy the file when de file not excist on de destination folder

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)