*Reaper* Posted September 27, 2008 Posted September 27, 2008 (edited) Ok.....I'm creating a shortcut for a game in the "Games" folderof the start menu....No big deal... I've done this several times for other games......Well this particular one doesn't want to cooperate......Here is the code for creating the shortcut... [Maryo_AddShortcut]Name =%PROG_NAME%CmdLine=16422,%PROG_NAME%,%SMaryo1%SubDir=GamesWorkingDir=16422,%PROG_NAME%InfoTip=Secret Maryo Chronicles[Strings]PROG_NAME="Secret Maryo Chronicles"SMaryo1="Secret Maryo Chronicles.exe"And here is what it does.... The info tip, the name, and everything works.....But for some reason the "target" isn't correct.....What the hell..... I would appreciate some help with this... BEFORE I throw the puter out in the yard!!! Edited September 27, 2008 by *Reaper* Quote
Rocco Posted September 27, 2008 Posted September 27, 2008 (edited) [Maryo_AddShortcut]Name =Secret Maryo ChroniclesCmdLine=16422,%PROG_NAME%,%SMaryo1%SubDir=GamesWorkingDir=16422,%PROG_NAME%InfoTip="Secret Maryo Chronicles"[Strings]PROG_NAME="SECRET~1"SMaryo1="SECRET~1.EXE" Edited September 27, 2008 by Rocco Quote
ricktendo Posted September 27, 2008 Posted September 27, 2008 Correct...for executable's with spaces use 8.3 filenamesIf you have CMenu or SendToA3X you can get this (I think there is also an option in kels uberpack clipname)BTW you don't have to use it for the CmdLine's SubDir only the executable Quote
*Reaper* Posted September 27, 2008 Author Posted September 27, 2008 Thanks for the help......I really appreciate it..... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.