Markus Posted January 21, 2006 Posted January 21, 2006 I'm searching for: Run(@scite.exe) or Run(@scitepath) or something like this. Or how can i search the scite.exe in all folders? "It's easier to disintegrate an atom than a prejudice." (A.Einstein)---------------------------------------------------------------------------My C++ - tools:Tidy tool-->indents your c++ sourceCleanscript --> cleans autoit-code before compiling (co-author: peethebee)My tools:GUIBuilder-->build your window and get the source; german versionMy Games:OnlineGameCenter-->Online Chess and Connect4 with a rtf-chatSnake-->including a level editor to build your own levelsTetris-->the well known game, big funOther things:Tower of Hanoi-->perfect riddler with graphic output
MHz Posted January 21, 2006 Posted January 21, 2006 Well you can use relative addressing if on your own system, else if it is for use on anyone's system then I would check the App Paths reg key. $scite = RegRead('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SciTE.exe', '') If FileExists($scite) Then Run($scite)
Markus Posted January 21, 2006 Author Posted January 21, 2006 Thank you, it works really well "It's easier to disintegrate an atom than a prejudice." (A.Einstein)---------------------------------------------------------------------------My C++ - tools:Tidy tool-->indents your c++ sourceCleanscript --> cleans autoit-code before compiling (co-author: peethebee)My tools:GUIBuilder-->build your window and get the source; german versionMy Games:OnlineGameCenter-->Online Chess and Connect4 with a rtf-chatSnake-->including a level editor to build your own levelsTetris-->the well known game, big funOther things:Tower of Hanoi-->perfect riddler with graphic output
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