home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1996-11_-_Disc_2.10.bin / maxdemo / techhelp.bat < prev    next >
DOS Batch File  |  1996-08-14  |  3KB  |  101 lines

  1.  
  2. @echo off
  3.  
  4. if exist diagnose.txt del diagnose.txt
  5.  
  6. echo The following information will assist you should you need  >> diagnose.txt
  7. echo to call Interplay Technical Support.   >> diagnose.txt
  8. echo. >> diagnose.txt
  9. echo. >> diagnose.txt
  10. echo. >> diagnose.txt
  11.  
  12.  
  13.  
  14. echo --------------------------------------- >> diagnose.txt
  15. echo DOS/WINDOWS VERSION   >> diagnose.txt
  16. echo --------------------------------------- >> diagnose.txt
  17. echo. >> diagnose.txt
  18. echo. >> diagnose.txt
  19. echo. >> diagnose.txt
  20. ver >> diagnose.txt
  21. echo. >> diagnose.txt
  22. echo. >> diagnose.txt
  23. echo. >> diagnose.txt
  24.  
  25.  
  26. echo --------------------------------------- >> diagnose.txt
  27. echo CONFIG.SYS     >> diagnose.txt
  28. echo --------------------------------------- >> diagnose.txt
  29. echo. >> diagnose.txt
  30. echo. >> diagnose.txt
  31. echo. >> diagnose.txt
  32. if exist c:\config.sys type c:\config.sys   >> diagnose.txt
  33. echo. >> diagnose.txt
  34. echo. >> diagnose.txt
  35. echo. >> diagnose.txt
  36.  
  37.  
  38. echo --------------------------------------- >> diagnose.txt
  39. echo AUTOEXEC.BAT   >> diagnose.txt
  40. echo --------------------------------------- >> diagnose.txt
  41. echo. >> diagnose.txt
  42. echo. >> diagnose.txt
  43. echo. >> diagnose.txt
  44. if exist c:\autoexec.bat type c:\autoexec.bat >> diagnose.txt
  45. echo. >> diagnose.txt
  46. echo. >> diagnose.txt
  47. echo. >> diagnose.txt
  48.  
  49.  
  50. echo --------------------------------------- >> diagnose.txt
  51. echo \WINDOWS\DOS.BAT   >> diagnose.txt
  52. echo --------------------------------------- >> diagnose.txt
  53. echo. >> diagnose.txt
  54. echo. >> diagnose.txt
  55. echo. >> diagnose.txt
  56. if exist c:\windows\dos.bat type c:\windows\dos.bat >> diagnose.txt
  57. echo. >> diagnose.txt
  58. echo. >> diagnose.txt
  59. echo. >> diagnose.txt
  60.  
  61.  
  62.  
  63. echo --------------------------------------- >> diagnose.txt
  64. echo \WINDOWS\DOSSTART.BAT   >> diagnose.txt
  65. echo --------------------------------------- >> diagnose.txt
  66. echo. >> diagnose.txt
  67. echo. >> diagnose.txt
  68. echo. >> diagnose.txt
  69. if exist c:\windows\dosstart.bat type c:\windows\dosstart.bat >> diagnose.txt
  70. echo. >> diagnose.txt
  71. echo. >> diagnose.txt
  72. echo. >> diagnose.txt
  73.  
  74.  
  75.  
  76.  
  77.  
  78. echo --------------------------------------- >> diagnose.txt
  79. echo AVAILABLE MEMORY   >> diagnose.txt
  80. echo --------------------------------------- >> diagnose.txt
  81. echo. >> diagnose.txt
  82. echo. >> diagnose.txt
  83. echo. >> diagnose.txt
  84. MEM/C >> diagnose.txt
  85. echo. >> diagnose.txt
  86. echo. >> diagnose.txt
  87. echo. >> diagnose.txt
  88.  
  89.  
  90.  
  91. echo --------------------------------------- >> diagnose.txt
  92. echo SET      >> diagnose.txt
  93. echo --------------------------------------- >> diagnose.txt
  94. SET   >> diagnose.txt
  95. echo. >> diagnose.txt
  96. echo. >> diagnose.txt
  97. echo. >> diagnose.txt
  98.  
  99.  
  100. r diagnose.txt
  101.