home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 October / PCpro_2006_10.ISO / files / wininside / ubcd / ubcd34-basic.exe / ubcd34-basic.iso / images / ntfs4dos.img / AUTOEXEC.BAT next >
Encoding:
DOS Batch File  |  2005-10-27  |  205 b   |  19 lines

  1. @echo off
  2. @if exist vtmode.com vtmode.com
  3. KEYB.COM US
  4. goto %config%
  5.  
  6. :dfrgntfs
  7. DFRGNTFS.EXE
  8. goto ntfsdos
  9.  
  10. :dskchk
  11. chkdskg.exe
  12. goto ntfsdos
  13.  
  14. :ntfsdos
  15. chkdsk.exe
  16. set ramd=
  17. cls
  18. NTFS4DOS.EXE
  19.