Jump to content

Recommended Posts

Guest Calimero
Posted

i need a befehl like

_UnMount($var[$i])

oder

_UnMount("H:")

un need a script to unmount my usbstick

Guest Calimero
Posted

thx but that goes only with folders not with usb-sticks/removable devices

but thx

  • 3 months later...
Posted (edited)

i need an script that remove my usb stick by closing thes program by the "close" button

http://home.arcor.de/twinmos.support/error.JPG

as best with a winwaituntilyoupushtheclosebutton order

then use the "hardware reliably remove" function

thx

<{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 by cameronsdad

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
  • Recently Browsing   0 members

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