I know this probably is a stupid question, but where/what is the .exe file for MS Run?
Thank you.
I know this probably is a stupid question, but where/what is the .exe file for MS Run?
Thank you.
There isn't an exe, per se. If you're trying to create a shortcut to it, copy and paste the following text into "run.vbs":
CreateObject("Shell.Application").FileRun
(from VP)
Then, just run the VBS to show the run dialog. Or, if need an exe, you can use either of these run replacements: Run+ (down at the moment) or Run95.
Thanks undefined!