Clever1mba Posted May 31, 2005 Posted May 31, 2005 (edited) hello i have problem using this RunWait(@comspec & " /c echo ", "", @SW_MAXIMIZE)/c is not my home directory and i donno client home drive how to use this @HomeDrive Edited May 31, 2005 by asimzameer
GaryFrost Posted May 31, 2005 Posted May 31, 2005 /c for @ComSpec means close the command window after done. try this and see what happens Run(@ComSpec & " /k echo " & @HomeDrive) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Moderators SmOke_N Posted June 1, 2005 Moderators Posted June 1, 2005 sorry gafrost.. just trying to learn: what does /k do? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Moderators SmOke_N Posted June 1, 2005 Moderators Posted June 1, 2005 So what your saying: Run(@ComSpec & " /k echo " & @HomeDrive, "", @SW_MAXIMIZE) Would work? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
GaryFrost Posted June 1, 2005 Posted June 1, 2005 (edited) run cmd or command depending on O/S and at the DOS window type cmd /? or command /? you'll learn the commands for cmd/command "@ComSpec" Edited June 1, 2005 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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