home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / free_security / msshared / Shared_Computer_Toolkit_ENU.msi / FileScripts008 < prev    next >
Encoding:
Text File  |  2005-09-02  |  563 b   |  19 lines

  1. @ECHO OFF
  2. REM *** CD to the directory passed by Getting Started
  3. CD %~1
  4.  
  5. REM *** If we're not in the right place, attempt to get there
  6. IF NOT EXIST CmdOn.bat %SystemDrive%
  7. IF NOT EXIST CmdOn.bat CD "%SCTPath%scripts"
  8.  
  9. ECHO.
  10. ECHO Microsoft Shared Computer Toolkit for Windows XP Command-Line Tools
  11. ECHO -------------------------------------------------------------------
  12. ECHO Run each command to see usage instructions. For more information, see Help.
  13. ECHO.
  14. ECHO Command-Line Tools:
  15. ECHO -------------------
  16. DIR *.wsf /b
  17.  
  18. CMD /K "CmdOn.bat > NUL"
  19.