Jump to content

thork

Members
  • Posts

    11
  • Joined

  • Last visited

thork's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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
  2. 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?
  3. how can I copy this drive. can you help me pls
  4. 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 :/
  5. what can I do fix problem
  6. I tried but any difference
  7. $gizlihedef4 = "Destop" or $gizlihedef4 = "Desktop" what ever dircopy doesnt copy desktop folder only copy to shortcut another file and application
  8. 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
  9. 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
  10. Accualy "run" work in harddisc but doesn't work flash disc what can I fix this. "run" open document dir when open script in flash disc
  11. 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
×
×
  • Create New...