home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / CTV127.ZIP / DEMO.CT < prev    next >
Text File  |  1993-10-26  |  3KB  |  118 lines

  1. cls
  2. ^N1,3/This is a short demo for THE CONTROLLER./
  3. ^N1,4/The first thing it did was clear the screen/
  4. ^N1,5/The next thing we will do is a directory of the current drive/
  5. ^N1,6/Press the F12 key or Alt R to run through the first step./
  6. ^N1,7/When the directory is completed......../
  7. ^N1,8/Press the F12 key or Alt R to get to the next step/
  8. ^B^P
  9. cls
  10. dir
  11. ^D010
  12. ^N43,8/Press the F12 key or Alt R to run/
  13. ^N43,9/through the next step./
  14. ^B^P
  15. ^N43,8/Very good! Now THE CONTROLLER has gone/
  16. ^N43,9/into a PAUSE state as showing on the /
  17. ^N43,10/upper right hand corner of the screen./
  18. ^N43,11/The next thing we will do is a check/
  19. ^N43,12/disk without the F option. If chkdsk/
  20. ^N43,13/is not in your path we will get/
  21. ^N43,14/a bad command or file name message but/
  22. ^N43,15/thats OK. If your disk has errors, THE/
  23. ^N43,16/CONTROLLER will respond N to the /
  24. ^N43,17/question "do we want to fix them"./
  25. ^N43,18/Press the F12 key or Alt R to run/
  26. ^N43,19/through the next step./
  27. ^B^P
  28. cls
  29. chkdsk
  30. N
  31. ^N43,18/Press the F12 key or Alt R to run/
  32. ^N43,19/through the next step./
  33. ^B^P
  34. cls
  35. ^N3,4/N/
  36. ^N3,5/o/
  37. ^N3,6/w/
  38. ^N3,7/ /
  39. ^N3,8/w/
  40. ^N3,9/e/
  41. ^N3,10/ /
  42. ^N3,11/a/
  43. ^N3,12/r/
  44. ^N3,13/e/
  45. ^N3,14/ /
  46. ^N3,15/w/
  47. ^N3,16/r/
  48. ^N3,17/i/
  49. ^N3,18/t/
  50. ^N3,19/i/
  51. ^N3,20/n/
  52. ^N3,21/g/
  53. ^N5,4/d/
  54. ^N5,5/o/
  55. ^N5,6/w/
  56. ^N5,7/n/
  57. ^N5,8/ /
  58. ^N5,9/t/
  59. ^N5,10/h/
  60. ^N5,11/e/
  61. ^N5,12/ /
  62. ^N5,13/s/
  63. ^N5,14/c/
  64. ^N5,15/r/
  65. ^N5,16/e/
  66. ^N5,17/e/
  67. ^N5,18/n/
  68. ^N5,19/!/
  69. ^N5,20/!/
  70. ^N5,21/!/
  71. ^N43,8/Since I don't know what software you /
  72. ^N43,9/have I'm going to try to make a .bat /
  73. ^N43,10/file using EDLIN. I hope EDLIN is in /
  74. ^N43,11/the path. If it isn't you will just/
  75. ^N43,12/see alot of bad command or file name/
  76. ^N43,13/messages, but that's OK./
  77. ^N43,18/Continue to press the F11 key or /
  78. ^N43,19/Alt W and you will be able to see/
  79. ^N43,20/it walk through the steps./
  80. ^B^P
  81. if exist CT_BAT.BAT rename CT_BAT.BAT CT_BAT.12_
  82. cls
  83. edlin ct_bat.bat
  84. 1i
  85. echo off
  86. cls
  87. echo WE MADE A BATCH FILE !!!!!!
  88. echo NOW
  89. echo PRESS
  90. echo F12 or Alt R !!!
  91. echo on
  92. ^<F6>`
  93. e
  94. ^N1,24/Press the F12 key or Alt R to get to the next step/
  95. ^B^P
  96. ct_bat
  97. ^N1,24/Press the F12 key or Alt R to get to the next step/
  98. ^B^P
  99. cls
  100. erase CT_BAT.BAT
  101. if exist CT_BAT.12_ rename CT_BAT.12_ CT_BAT.BAT
  102. cls
  103. ^N43,8/The last thing we will do is try and /
  104. ^N43,9/read your screen. If your DOS prompt/
  105. ^N43,10/is pretty standard I will be able to/
  106. ^N43,11/see a ":" after you press ENTER about/
  107. ^N43,12/8 times and get to screen row 10./
  108. ^N43,14/Go ahead and start pressing ENTER now/
  109. ^P.S2,10/:/
  110. cls
  111. ^N43,8/That is the end of this short demo /
  112. ^N43,9/THE CONTROLLER will now unload and /
  113. ^N43,10/you can have your computer back/
  114. ^N43,11/ /
  115. ^N43,12/*** Thanks !! ***/
  116. ^B
  117. ^T
  118.