Guest Calimero Posted May 21, 2005 Posted May 21, 2005 i need a scipt to format my usb stick automaticly its position is @ h: oder i can define it per "$var[$i]" i need a script that format it like cmd and format h: thank you
Xander Posted May 21, 2005 Posted May 21, 2005 i need a scipt to format my usb stick automaticlyits position is @ h: oder i can define it per "$var[$i]"i need a script that format it like cmd and format h:thank you<{POST_SNAPBACK}>RunWait(@comspec & " /c format H:","")or$drive="H:" RunWait(@comspec & " /c format " & $drive,"")Pretty much covered in the Help file's FAQ under "How can I run a DOS program from within AutoIt"
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