XZ3R0 Posted December 18, 2008 Posted December 18, 2008 I want to use GetDriveType to find all the drives on a system that return with: DRIVE_REMOVABLE and display them in a window (i guess for now) Do I need to use GetLogicalDrives first? How can i use these in autoit?
AdmiralAlkex Posted December 18, 2008 Posted December 18, 2008 (edited) Why use any of those when we already have a function in AutoIt that does it?? DriveGetDrive("REMOVABLE") Edited December 18, 2008 by AdmiralAlkex .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
XZ3R0 Posted December 18, 2008 Author Posted December 18, 2008 (edited) Why use any of those when we already have a function in AutoIt that does it?? DriveGetDrive("REMOVABLE") There is? I looked, but thanks. I thought AutoIt had something for it. Alright cool, it works. Thanks again for the info. Edited December 18, 2008 by XZ3R0
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now