home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM *** CD to the directory passed by Getting Started
- CD %~1
-
- REM *** If we're not in the right place, attempt to get there
- IF NOT EXIST CmdOn.bat %SystemDrive%
- IF NOT EXIST CmdOn.bat CD "%SCTPath%scripts"
-
- ECHO.
- ECHO Microsoft Shared Computer Toolkit for Windows XP Command-Line Tools
- ECHO -------------------------------------------------------------------
- ECHO Run each command to see usage instructions. For more information, see Help.
- ECHO.
- ECHO Command-Line Tools:
- ECHO -------------------
- DIR *.wsf /b
-
- CMD /K "CmdOn.bat > NUL"
-