REM Make WPI directory the current directory.
for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:
cd "%wpipath%"
by
REM Make WPI directory the current directory. cd /d "%wpipath%"
Goodbye.
Posted 11 July 2005 - 04:12 PM
REM Make WPI directory the current directory.
for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i:
cd "%wpipath%"
REM Make WPI directory the current directory. cd /d "%wpipath%"