Schlumpf Posted August 8, 2006 Share Posted August 8, 2006 Hi, how can I open a folder with an AutoItScript? [CENTER]Sorry for my bad English... ;)[/CENTER] Link to comment Share on other sites More sharing options...
evilertoaster Posted August 8, 2006 Share Posted August 8, 2006 Run("Explorer.exe " & $FolderPath) Kambiz 1 Link to comment Share on other sites More sharing options...
CWorks Posted August 8, 2006 Share Posted August 8, 2006 (edited) Run("explorer.exe c:\windows") woops no backslash at end got it wrong again Run("explorer.exe " & "c:\windows") Edited August 8, 2006 by CWorks Link to comment Share on other sites More sharing options...
Schlumpf Posted August 8, 2006 Author Share Posted August 8, 2006 thanx guys [CENTER]Sorry for my bad English... ;)[/CENTER] Link to comment Share on other sites More sharing options...
/dev/null Posted August 8, 2006 Share Posted August 8, 2006 Sorry for my ba English... what is "ba English"?? CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf * Link to comment Share on other sites More sharing options...
Schlumpf Posted August 8, 2006 Author Share Posted August 8, 2006 so, now it should be right :"> [CENTER]Sorry for my bad English... ;)[/CENTER] Link to comment Share on other sites More sharing options...
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