Posted by member 1949 on 2004-04-14 19:08:56 link
Split the theme.rc in 2
theme.rc and base.rc
place all settings for ls to load properly in theme.rc
imagedir
tinsplash "C:\tinsplash\tinsplash.exe
configdir and so on...
then load
jdesk
textedit
mzscript
Then do another script to remove the base.rc from loading in the theme.rc to reset.
theme.rc and base.rc
place all settings for ls to load properly in theme.rc
imagedir
tinsplash "C:\tinsplash\tinsplash.exe
configdir and so on...
then load
jdesk
textedit
mzscript
Then do a script start
*Script exec !Execute "$tinsplash$"
*Script exec !pause 3000
*Script exec !textappend "$ThemeDir$Theme.rc" "Include "$ConfigDir$Base.rc"
*Script ~bang
*Script exec !Execute "$tinsplash$"
*Script exec !pause 3000
*Script exec !textappend "$ThemeDir$Theme.rc" "Include "$ConfigDir$Base.rc"
*Script ~bang
Then do another script to remove the base.rc from loading in the theme.rc to reset.