Difference between revisions of "ISUplink:MakeShortcut (COmmand)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
MakeShortcut <profile>
+
MakeShortcut <game> <profile>
  
 
== Description ==
 
== Description ==
Line 6: Line 6:
  
 
== Examples ==
 
== Examples ==
* MakeShortcut "World of Warcraft Default Profile"
+
* MakeShortcut "World of Warcraft" "World of Warcraft Default Profile"
* MakeShortcut "EverQuest Default Profile"
+
* MakeShortcut "Everquest" "EverQuest Default Profile"
 
Or from a session:
 
Or from a session:
* Uplink MakeShortcut "${Profile}"
+
* Uplink MakeShortcut "${Game}" "${Profile}"
  
 
== See Also ==
 
== See Also ==

Latest revision as of 01:22, 9 October 2005

Syntax

MakeShortcut <game> <profile>

Description

Creates a shortcut on your desktop that will automatically launch a given profile through Inner Space when used.

Examples

  • MakeShortcut "World of Warcraft" "World of Warcraft Default Profile"
  • MakeShortcut "Everquest" "EverQuest Default Profile"

Or from a session:

  • Uplink MakeShortcut "${Game}" "${Profile}"

See Also