home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 002z / wp.fix < prev    next >
Text File  |  1986-04-17  |  896b  |  23 lines

  1. To remove the "Logo Screen" pause ("Hit any Key to Continue"),
  2. in IBM's Wordproof II,
  3. use debug to do the following:
  4.  
  5. ren wp.exe wp.eee
  6. debug.wp.eee
  7. u494 (you will see a string that starts with E8)
  8. e494
  9. E8.90   xx.90   xx.90   xx.(Hit ENTER here)    
  10. (Enter each byte at the dot prompt, and hit the space bar to continue. 
  11. After you enter the third byte, hit SPACE;
  12. when the fourth byte is displayed, just hit RETURN.
  13. w
  14. q
  15. ren wp.eee wp.exe
  16.  
  17. You can now use Wordproof without the pause at the opening screen. 
  18. Just enter the following:     WP [d:] [filename.ext]  
  19. and you will promptly find yourself in EDIT mode with the document loaded.
  20.  
  21. Note:  Unless the document is on the same drive as Wordproof's specified
  22. default drive, you MUST use a drive letter to designate the file to edit.
  23.