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
![]()
A TG007 community discussion started by 87052402.
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
![]()
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.
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
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)
Sign in to reply or start a new topic where your account has permission.