[REBOL] Re: creating a shortcut
From: bry:itnisk at: 31-Oct-2003 15:48
b> Anyway if the sdk has GET-ENV then I suppose it must have a function
to
b> expand %SystemRoot%, perhaps by looking at the source you can find
that?
g>>> get-env "OS"
g>== "Windows_NT"
g>>> get-env "SystemRoot"
g>== "C:\WINDOWS"
This causes me to think that you must be running Windows XP or later?
g>Is there a variable for the desktop path, too? Otherwise we have:
Greg said something about a function to get special folders didn't he?
This can be useful to get namespaced folders in the Windows Shell.
Otherwise:
http://www.onlimemedia.com/products/smartbackup/help/foldervariables.htm
l