Run95 - the standalone run box

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
garbanzo
Posts: 248
Joined: Thu May 15, 2008 3:00 am

Run95 - the standalone run box

#1 Post by garbanzo »

This is a copy of the Windows 95 Run Dialog Box. The implementation as a standalone executable file has a great advantage over the original: you can create a shortcut on your desktop and assign a hotkey to it, and the Run Dialog Box is ready on the spot!
Image

What I love about this is that it stays open after you use it. It shows up in ALT-TAB order, but not on taskbar, so I leave it open all the time so it's always there when I need it. Also, I can give it my own hotkey, since I don't like WIN-R for some reason.

I suppose it's also good for taking Run with you in case it's disabled on whatever computer you're using...

I even reshacked my copy down to just a text box and the browse button. Looks great!

Binaries: http://www.flos-freeware.ch/zip/run95.zip
Source: http://www.flos-freeware.ch/zip/run95src.zip
Homepage: http://www.flos-freeware.ch/archive.html

-.-
Posts: 325
Joined: Mon Oct 06, 2008 4:32 pm

#2 Post by -.- »

nice little program

User avatar
m^(2)
Posts: 890
Joined: Sat Mar 31, 2007 2:38 am
Location: Kce,PL
Contact:

#3 Post by m^(2) »

Code: Select all

(new ActiveXObject("Shell.Application")).FileRun();
Save as run.js.

ashghost
Posts: 384
Joined: Wed Feb 06, 2008 2:55 pm
Location: South Carolina

#4 Post by ashghost »

m^(2) wrote:

Code: Select all

(new ActiveXObject("Shell.Application")).FileRun();
Save as run.js.
That's pretty funny. However, it doesn't have the advantage that garbanzo mentioned (persistence).

I'd like to thank garbanzo for pointing me to that page, and hence to metapath - it's a great, snappy little file opener/manager.

garbanzo
Posts: 248
Joined: Thu May 15, 2008 3:00 am

#5 Post by garbanzo »

you're certainly welcome, ashghost!

i found that site via notepad2, which is my new favorite text editor. i tried metapath while i was there, but really didn't think much of it. i prefer snowbird as a quick, portable file manager.

Post Reply