Guest Calimero Posted May 21, 2005 Posted May 21, 2005 i need an script that remove my usb stick by closing thes program by the "close" buttonhttp://home.arcor.de/twinmos.support/error.JPGas best with a winwaituntilyoupushtheclosebutton orderthen use the "hardware reliably remove" functionthx
Guest Calimero Posted May 21, 2005 Posted May 21, 2005 i need a befehl like _UnMount($var[$i]) oder _UnMount("H:") un need a script to unmount my usbstick
kjactive Posted May 21, 2005 Posted May 21, 2005 Well there is a topics in another place you might be interesting inhttp://www.autoitscript.com/forum/index.ph...006entry81006kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
Guest Calimero Posted May 21, 2005 Posted May 21, 2005 thx but that goes only with folders not with usb-sticks/removable devices but thx
Zedna Posted August 25, 2005 Posted August 25, 2005 (edited) Hi I need this too. Is there any solution already? If so, please post link, I searched forum, but no luck. Thanks EDIT: What about MCI device and commands? Any ideas? Edited August 25, 2005 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
seandisanti Posted August 25, 2005 Posted August 25, 2005 (edited) i need an script that remove my usb stick by closing thes program by the "close" buttonhttp://home.arcor.de/twinmos.support/error.JPGas best with a winwaituntilyoupushtheclosebutton orderthen use the "hardware reliably remove" functionthx<{POST_SNAPBACK}>well the 'winwaituntilyoupushtheclosebutton' function could be like this...Opt("WinTitleMatchMode",4) func winwaituntilyoupushtheclosebutton() while NOT WinExists("I'm some portion of the title of the window we want to wait for to disappear. replace me","") sleep(1000) wend DriveMapDel( "H:" );this may work? EndFunc***edit***must have had my helmet on too tight, first code was all retarded... i think i fixed it... Edited August 25, 2005 by cameronsdad
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