-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In the original Program Manager (and indeed, in modern Windows) you can assign several different properties to shortcuts that affect how they run:
- Arguments which specified options for the program to interpret
- Working directory which told the program what folder to "work in" (also known as "current directory")
- Shortcut key which assigned a global key hook to launch the program
- Run minimised, which means the program would be minimised by default.
(Windows 95 added a Run maximised option, and Comments were added to shortcuts in Windows 2000, and would provide a pop-up bubble description when the icon was hovered over.)
In the original Program Manager (and in modern Windows) you could specify arguments by appending them on to the end of the "Command Line" (or "Target") text box, but in Progman the Path box cannot be edited. I actually think it might make more sense (and may be easier programming wise) to have a separate Arguments box.
Windows 3.0 Add Item box
Windows 3.1 Add Item box
Windows 95 shortcut properties showing command line arguments (Maximised is under the **Run** drop-down box)
Windows 2000 shortcut properties, with Comments box
The current Progman Add Item box, for referenceReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels