You should get it, it is well worth its money (especially the Command version). Anyway, using both SDKs (my private SDK copy and work-related Command) it works well for me if I supply the source as string.
--Maarten > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > bryan > Sent: donderdag 30 oktober 2003 10:23 > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: creating a shortcut > > > > Okay, I don't have the sdk yet, does create-link create .lnk files (these > file extensions are always hidden unless you do some registry fiddling)? > You can check by opening it in a text editor (have to do this by drag and > drop), if it's in the structure I sent you before it's a .url file, if > it's something like the following: > > L Ã Fâ > / PÃOÃ Ã:iÂÃ +00Â #C:\ 1â 2 - 1 > ÂÅÃ` C:\ . . \ . . \ . . > > Then it's a .lnk file. I suppose it makes sense just to have a function > for .lnk files, .url files one can always write as plain text in the way I > sent earlier. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Maarten Koopmans > Sent: Thursday, October 30, 2003 8:11 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: creating a shortcut > > > And this is what Cal mailed me.... (thanks Cal!) > > >> ? create-link > USAGE: > CREATE-LINK source dest /start dir /note desc /args arg-str > > DESCRIPTION: > Creates file links. > CREATE-LINK is a native value. > > ARGUMENTS: > source -- File to link to (Type: string file) > dest -- Name for new link (Type: string file) > > REFINEMENTS: > /start > dir -- Directory to start in (Windows) (Type: string file) > /note > desc -- Link description text (Windows) (Type: string) > /args > arg-str -- Provide command arguments (Type: string none) > > > It is in the SDK. Another reason why I am a happy SDK user.... > > --Maarten > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of > > Ed O'Connor > > Sent: donderdag 30 oktober 2003 3:43 > > To: [EMAIL PROTECTED] > > Subject: [REBOL] Re: creating a shortcut > > > > > > http://www.wotsit.org/ is a good site for tips/tricks relating to file > > formats. > > Look in the Windows Files section for .LNK or .URL files. > > > > // Ed > > > > ----- Original Message ----- > > From: "Terry Brownell" > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, October 29, 2003 6:24 PM > > Subject: [REBOL] Re: creating a shortcut > > > > > > > Microsoft Windows 95 and Windows 98 only support IShellLinkA. > > > > > > > > > >note that this also has compatibility problems, I don't think it's > > > >supported in Windows 98... > > > > > > -- > > To unsubscribe from this list, just send an email to > > [EMAIL PROTECTED] with unsubscribe as the subject. > > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > > > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
