home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 197 / DOS5BAT.ZIP / FKRESET.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-11-03  |  422 b   |  21 lines

  1. @ECHO OFF
  2. REM This is FKRESET.BAT
  3. REM It needs ANSI.SYS to work
  4. REM
  5. REM FKSET.BAT Put things back the way they were: when using FKSET.BAT.
  6. REM
  7. SET OP=%PROMPT%
  8. ECHO ON
  9. PROMPT $e[0;59;0;59p
  10. PROMPT $e[0;60;0;60p
  11. PROMPT $e[0;61;0;61p
  12. PROMPT $e[0;62;0;62p
  13. PROMPT $e[0;63;0;63p
  14. PROMPT $e[0;64;0;64p
  15. PROMPT $e[0;65;0;65p
  16. PROMPT $e[0;66;0;66p
  17. PROMPT $e[0;67;0;67p
  18. PROMPT $e[0;68;0;68p
  19. ECHO OFF
  20. SET PROMPT=%OP%
  21.