Posted by member 378340 on 2008-03-28 19:39:39 link
.bat file (only the last two lines are necessary)
.vbs (visual basic scripting) file
Do you know any good explorer like themes, or any good desktop modules that contain explorer functionality? e.g. Drag and drop?
is there any way to change the popup.rc font, and add pictures so it is like the windows start menu?
echo WARNING! This will terminate explorer. if your litestep path is invalid, you may be left with a blank screen. rebooting should fix any problems you have and restore everything back to normal :).
pause
taskkill /im explorer.exe /f
litestep path\Litestep.exe
pause
taskkill /im explorer.exe /f
litestep path\Litestep.exe
.vbs (visual basic scripting) file
Dim startls
startls=Msgbox("Start Litestep as shell?",1,"Starting Litestep...")
If startls="1" then
set wshShell = Wscript.CreateObject("wscript.Shell")
WshShell.Run "taskkill /im explorer.exe /f"
wscript.sleep( 2000 )
WshShell.Run "Litestep Path\Litestep.exe"
End if
startls=Msgbox("Start Litestep as shell?",1,"Starting Litestep...")
If startls="1" then
set wshShell = Wscript.CreateObject("wscript.Shell")
WshShell.Run "taskkill /im explorer.exe /f"
wscript.sleep( 2000 )
WshShell.Run "Litestep Path\Litestep.exe"
End if
Do you know any good explorer like themes, or any good desktop modules that contain explorer functionality? e.g. Drag and drop?
is there any way to change the popup.rc font, and add pictures so it is like the windows start menu?