Posted by member 7 on 2003-04-22 08:50:45 link

make sure you don't put quotes around the entire thing in the registry. Using the "litestep alternative.rc" approach is correct, but don't put quotes around it like that. Windows will otherwise assume that alternative.rc is part of the executable's name. The proper way to use the quotes is:
"path\to\ls\litestep.exe" alternate.rc
You might have to add the path to alternate.rc as well, not sure.