xxxskeletonxxx
09-10-2011, 15:03
Что делаю не так ?
Хочу скопировать и вставить папку с компьютера на флешку
вот скрипт ><
#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
Хочу скопировать и вставить папку с компьютера на флешку
вот скрипт ><
#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