mIRC Home    About    Download    Register    News    Help

Print Thread
#7959 23/01/03 10:56 AM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
is there a command to move a file or copy a file with mirc??


Need amazing web design for low price: http://www.matrixn3t.net
#7960 23/01/03 11:06 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
/copy -ao <filename> <filename>
Copies a file to another filename or directory. You can also use wildcards for the source filename, and a directory name for the destination. The -o switch overwrites a file if it exists. The -a switch appends the first file to the second one.

/rename <filename> <newfilename>
Renames a file, can also be used to move a file from one directory to another.


Link Copied to Clipboard