mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2012
Posts: 14
D
d0wn Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Jan 2012
Posts: 14
I wanted copy a folder but the folders inside of it aren't copied.

I used the command: /copy -ao $qt($shortfn($mircdir) $+ system\config) $qt(c:\backup\config)

Inside the "config" folder are some dialog setting folders,
and the names can vary, so i wanted know if there's a way to copy those folders that can have random names.

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Actually there is a way to MOVE the hole folder into an other direction via /rename command but you can't copy a hole folder directly from /copy command, it's better to use cmd.exe for that job!

e.g:

Code:
/rename $qt($mircdirTEST_FOLDER) $qt($sysdir(desktop) $+ \TEST_FOLDER)


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jan 2012
Posts: 14
D
d0wn Offline OP
Pikka bird
OP Offline
Pikka bird
D
Joined: Jan 2012
Posts: 14
how to run cmd commands on mirc?


Link Copied to Clipboard