Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   AutoIt (http://forum.oszone.net/forumdisplay.php?f=103)
-   -   DirCopy ошибка func (http://forum.oszone.net/showthread.php?t=217515)

xxxskeletonxxx 09-10-2011 15:03 1769395

DirCopy ошибка func
 
Что делаю не так ?
Хочу скопировать и вставить папку с компьютера на флешку
вот скрипт ><
Цитата:

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ###
Form= $Form1 = GUICreate("Form1", 116, 34, 192, 124)
$123 = GUICtrlCreateButton("1", 0, 0, 113, 33)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd

Func $123 ()
DirMove("C:\****" , "K:\")
EndFunc


Время: 18:15.

Время: 18:15.
© OSzone.net 2001-