Scripts Database

Expand the features of Messenger Plus! Live

» Scripts » New Functions » MSNShortCut

MSNShortCut 1.20
Last Update: Aug 12, 2007 06:49 PM download
Creator: BigBangQuint
Downloads: 6,995
Rating:
* * * * * (109 ratings) 
MSNShortCut lets you create a custom command for launching your programs. It also supports command line parameters. Usage is simple, to store a shortcut just say:
/shortcut(*filelocation*,*shortcut*)
To use it:
*shortcut*
To remove it
/killshortcut(*shortcut*)
Remove all shortcuts:
/killallshortcuts

Examples:
"/shortcut(C:\Fraps\fraps.exe,!startfraps)"
"!startfraps" -> fraps will be launched
"/killshortcut(!startfraps)" -> shortcut deleted

"/shortcut(explorer C:\,!opendrivec)"
"!opendrivec" -> explorer will now open in C:\
"/killshortcut(!opendrivec)" -> shortcut deleted

Note: This script is sensitive to mis-binds and double-binds, spot a mis-bind by getting an error message or seeing your command sent instead of disappearing. To fix, unbind first and then rebind correctly.
"/shortcut(explorer http:\\www.google.com,!google)"
"/killshortcut(!google)"
"/shortcut(explorer http:\\www.google.com\,!google)"

ESSENTIAL NOTE: NEVER USE /, ONLY \\

Having problems with this script?