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

[REBOL] Re: Windows: Shortcut to scripts

From: robert::muench::robertmuench::de at: 6-Oct-2001 10:27

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Gregg Irwin > Sent: Friday, October 05, 2001 7:26 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: Windows: Shortcut to scripts > I'm not clear on how you're attacking the problem. Are you trying to create > a lnk file yourself, or are you trying to emulate Windows shortcuts with pure > REBOL?
Hi, well simple things should be explained the simple way ;-). I'm trying to create a LNK file with the normal Windows process.
> Having not tried this, would it work to use change-dir to set the working > directory and then execute the script with a fully qualified path, or is that
what
> you're doing now?
Hm, this would be a work around, a Rebol wrapper file... But I'm not sure why the normal Windows LNK way doesn't work. It could be that the Rebol interpreter doesn't use the information about the start-in directory from the environment. Robert