:wink:
New to the forums and site - Hi all!
Just wanted to know, is there a way to specify Windoze environment variables in DaemonScript? ie, you can use "%SYSTEMDRIVE%\Path\Filename.ext" or "%PROGRAMFILES%\Path\Filename.ext" when the system drive's letter is unknown... These types of variables can be used in batch files or shortcut properties with no trouble, but DS returns "Out of memory", which usually occurs when the target Execute file cannot be found... (oh yeah, this might be an older ver of DS.. 1.5.1... iuno *shrug*
I've tried %%SYSTEMDRIVE%% and \%SYSTEMDRIVE\%, not sure of what else to try - please help :|
I know I can point DS to a shortcut, and give the shortcut the variable, but that makes an extra step for every one of the icons, which hampers rather than improves easy maintenance
This is in an Internet/Gaming Cafe using a client to serve icons from a folder on the server, and most of the icons there point to daemonscript files which mount the correct images then launch the game... but some of the computers have different drive letters for the system drive...
gtg now! ty for any advice!
- DaRcAntiX
New to the forums and site - Hi all!
Just wanted to know, is there a way to specify Windoze environment variables in DaemonScript? ie, you can use "%SYSTEMDRIVE%\Path\Filename.ext" or "%PROGRAMFILES%\Path\Filename.ext" when the system drive's letter is unknown... These types of variables can be used in batch files or shortcut properties with no trouble, but DS returns "Out of memory", which usually occurs when the target Execute file cannot be found... (oh yeah, this might be an older ver of DS.. 1.5.1... iuno *shrug*
I've tried %%SYSTEMDRIVE%% and \%SYSTEMDRIVE\%, not sure of what else to try - please help :|
I know I can point DS to a shortcut, and give the shortcut the variable, but that makes an extra step for every one of the icons, which hampers rather than improves easy maintenance
This is in an Internet/Gaming Cafe using a client to serve icons from a folder on the server, and most of the icons there point to daemonscript files which mount the correct images then launch the game... but some of the computers have different drive letters for the system drive...
gtg now! ty for any advice!
- DaRcAntiX
Comment