Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: creating a shortcut

From: atruter:labyrinth:au at: 31-Oct-2003 12:23

Good news indeed! So now I can create a Windows shortcut with the following: create-link/start "c:\MyApp\MyApp.exe" "c:\Documents and Settings\All Users\Desktop\MyApp.lnk" "c:\MyApp" on Windows2000/XP. I suppose on 95/98/ME I can check for the presence of c:\Windows and replace "c:\Documents and Settings\All Users\Desktop\MyApp.lnk" with "c:\Windows\Desktop\MyApp.lnk". Anyone come up with a better (more generic) approach to handle this? Regards, Ashley