Posted by member 99 on 2004-07-28 12:21:14 link

Not perfect, but:
@echo off
setlocal
title LiteStep Command Shell
set LITESTEP="c:\litestep\litestep.exe"
:a
set /p c=%CD%^>
if "%c:~0,1%"=="!" set c=%LITESTEP% %c%
call %c%
goto a