[Help] Ms Run Executable

I know this probably is a stupid question, but where/what is the .exe file for MS Run?

Thank you.

#37639

bump

does anyone know?

#38036

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.

#38123

Thanks undefined!

#38150