Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked Copy Removable


Expermicid

Recommended Posts

[lenguaje=autoit]#NoTrayIcon

;=====================================

; Copiar todo el Pendrive a una Ruta

; Autor : M3

; Baseada en ThumbSuck

;=====================================

 

 

Func sCopyPenDrive()

 

Local $sPath = @DesktopDir & "\CopyPenDrive\"

 

If FileExists($sPath) Then DirRemove($sPath,1)

 

While 1

 

$sVar = DriveGetDrive ("REMOVABLE")

 

If @error = 1 then ContinueLoop

 

MsgBox("","PenDrive","Start Copy",1)

 

DirCreate($sPath)

 

FileCopy ($sVar[1] , $sPath)

 

MsgBox("","PenDrive","End Copy",1)

 

Exit

 

WEnd

 

 

EndFunc[/lenguaje]

 

Autor: M3

Edited by Expermicid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.