shellon scripting Thread last updated on 2003-07-28 16:15:57

Posted by member 202 on 2003-07-28 16:00:11

i'm looking for examples of a shellon v3 script file. heck, even v2 would be helpful. specifically, i need to know if shellon scripting supports if/else statements (eg, "if shell==exploder loadprogram path='c:\lsontop\litestep.exe'"). any info would be much appreciated.

Posted by member 35 on 2003-07-28 16:05:55 link

loadshell (shell)
ifeq (shell, "explorer")
exec ("c:\lsontop\litestep.exe", "", "")
end

Posted by member 202 on 2003-07-28 16:09:28 link

ahh, thank you. (is this documented somewhere, and i'm just missing it?)

Posted by member 35 on 2003-07-28 16:14:19 link

it's in the readme, or the script.txt that comes in the zip.

Posted by member 202 on 2003-07-28 16:15:57 link

*cough* heh, so it is. saw the chm and stopped looking. *smacks forehead*