sorry I dont understand xcpoy comd and robocopy comd. If someone know robocopy youcan help me I need copy from my D: drive to external(USB Hardisk) F: drive
how can I do ?
Sorry my English
thank you for your suggestion but I don't know anything about xcopy and robocopy so I need to solve my problem to use autoit.Have you any idea about this way?
I fixed but now: DirCopy("D:", @ScriptDir & "Back Up",1) i've this code but it doesn't work.what should I do?
it cannot copy D drive.I couldn't understand what I do wrong and what I should do.Please help me :/
Masaustu()
Func Masaustu()
$gizlihedef4 = "Destop"
DirCreate ( $gizlihedef4)
DirCopy (@DesktopDir, $gizlihedef4 & "\simdi", 1)
EndFunc
When I use this code. Desktop shortcut copy targetdir but other desktop dir and file does not copy
How Can I detect @scriptdir
$gizlidosya = @ScriptDir & $var & "\"
Run('Explorer.exe "' & $gizlidosya & '"')
this code work properly when script in driver root dir and
$gizlidosya = @ScriptDir & "\" & $var & "\"
Run('Explorer.exe "' & $gizlidosya & '"')
this code work properly when script in everywhere but root dir (C:\ example or F:\)
how can I run this script both
I can try my hard disc this quote work properly but when I want to make back up my document to flash disc run qoute doesn't open New Folder dir if I run script in harddisc, it is work if I run script in flashdisc it isn't work Sorry my english not yet so I can my explain my problem