nwurd Posted December 5, 2007 Posted December 5, 2007 i need some assistance in making a simple loop statement where i can open then close the cd tray for 'x' amount of times... thx
weaponx Posted December 5, 2007 Posted December 5, 2007 Open and close 5 times... For $X = 1 to 5 CDTray ( "D:", "OPEN" ) CDTray ( "D:", "CLOSE" ) Next
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