home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / tema / bootman / download / pm / data1.cab / PMFBW / AUTOEXEC.BAT next >
DOS Batch File  |  2001-01-30  |  2KB  |  76 lines

  1. @echo off
  2. set LETTER=z:
  3. if EXIST z:\NUL goto ramfound
  4. set LETTER=y:
  5. if EXIST y:\NUL goto ramfound
  6. set LETTER=x:
  7. if EXIST x:\NUL goto ramfound
  8. set LETTER=w:
  9. if EXIST w:\NUL goto ramfound
  10. set LETTER=v:
  11. if EXIST v:\NUL goto ramfound
  12. set LETTER=u:
  13. if EXIST u:\NUL goto ramfound
  14. set LETTER=t:
  15. if EXIST t:\NUL goto ramfound
  16. set LETTER=s:
  17. if EXIST s:\NUL goto ramfound
  18. set LETTER=r:
  19. if EXIST r:\NUL goto ramfound
  20. set LETTER=q:
  21. if EXIST q:\NUL goto ramfound
  22. set LETTER=p:
  23. if EXIST p:\NUL goto ramfound
  24. set LETTER=o:
  25. if EXIST o:\NUL goto ramfound
  26. set LETTER=n:
  27. if EXIST n:\NUL goto ramfound
  28. set LETTER=m:
  29. if EXIST m:\NUL goto ramfound
  30. set LETTER=l:
  31. if EXIST l:\NUL goto ramfound
  32. set LETTER=k:
  33. if EXIST k:\NUL goto ramfound
  34. set LETTER=j:
  35. if EXIST j:\NUL goto ramfound
  36. set LETTER=i:
  37. if EXIST i:\NUL goto ramfound
  38. set LETTER=h:
  39. if EXIST h:\NUL goto ramfound
  40. set LETTER=g:
  41. if EXIST g:\NUL goto ramfound
  42. set LETTER=f:
  43. if EXIST f:\NUL goto ramfound
  44. set LETTER=e:
  45. if EXIST e:\NUL goto ramfound
  46. set LETTER=d:
  47. if EXIST d:\NUL goto ramfound
  48. set LETTER=c:
  49. if EXIST c:\NUL goto ramfound
  50. set LETTER=b:
  51. if EXIST b:\NUL goto ramfound
  52. set LETTER=a:
  53. if EXIST a:\NUL goto ramfound
  54.  
  55. :ramfound
  56. copy a:*.* %LETTER%
  57. set COMSPEC=%LETTER%\command.com
  58. %LETTER%
  59. %LETTER%\PMPACK.EXE
  60.  
  61. if NOT EXIST A:\layout.cfg goto nolout1
  62. copy A:\layout.cfg %LETTER%\
  63. :nolout1
  64.  
  65. mouse
  66. PM.EXE /FF 'script.txt 'script.out
  67.  
  68. if NOT EXIST %LETTER%\layout.cfg goto nolout2
  69. copy %LETTER%\layout.cfg A:\
  70. :nolout2
  71.  
  72. if NOT EXIST %LETTER%\script.out goto noscout
  73. copy %LETTER%\script.out A:\
  74. :noscout
  75. cls
  76. echo Remove the diskette and reboot the computer.