Jump to content

$VarGetDrives error after new beta


Recommended Posts

Dunno if it's my script or the included files, but after installing new newest beta "autoit-v3.1.1.32-beta-Setup.exe" and recompiling my script, i get this error

EDIT: the code in the pic arent in my script, so it has to be in the included files...

Edited by Wb-FreeKill
Link to comment
Share on other sites

Here it is...

Func Drives()
Sleep(200)
$VarGetdrives = DriveGetDrive( "CDROM" )
    For $i = 1 to $VarGetdrives[0]
        $CDDrives = $CDDrives &","& $VarGetdrives[$i]
    Next
DLLCall(@WindowsDir & "\au3xtra.dll", "int", "TCPSend", "int", $socket, "str","17," & $VarGetdrives[0] &","& $CDDrives)
Endfunc

EDIT: wrong code :(

Edited by Wb-FreeKill
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...