home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / mswindws / dumpmsp.arc / DUMPMSP.DOC next >
Text File  |  1987-02-05  |  3KB  |  77 lines

  1. How to Create a Screen Dump
  2.  
  3. This document explains how to create a screen dump from Windows, using 
  4. Dumpmsp.  Dumpmsp creates screen dump files that can be viewed and edited
  5. using Paint. Dumpmsp works for CGA, EGA, and Hercules display adapters.
  6.  
  7. Before You Start
  8.  
  9. Before you start creating screen dumps, you should check to see if your
  10. computer has a color adapter. If you have a color adapter and you set
  11. up a color version of Windows, you need to modify your WIN.INI file so 
  12. that all screen and window colors are set to black-and-white. Use the
  13. Control Panel or edit the WIN.INI directly.
  14.  
  15. Next, make sure that you have a \DUMP directory on your hard disk or
  16. be prepared to enter an alternate directory name after starting
  17. Dumpmsp.
  18.  
  19. Starting Dumpmsp
  20.  
  21. To start Dumpmsp double-click on the filename from the MS-DOS
  22. Executive window. Dumpmsp immediately displays a dialog box prompting 
  23. for the following information:
  24.  
  25. - Dump Directory     
  26.     This is the directory where your screen dumps will 
  27.     be placed. The default is \DUMP on the C drive.
  28.     If you do not have a C drive or a \DUMP directory you must
  29.     change this name to a drive and directory you do have.
  30.  
  31. - Base Name
  32.     This is the base filename (filename without .MSP extension) 
  33.     that will be given to your screen dumps. By default, the dumps will be 
  34.     named SCREEN?.MSP where ? is a number. (Number explained below.) 
  35.     You can change the basename to anything you want.
  36.  
  37. - Number
  38.     Screen dumps are numbered consecutively, starting with the number 
  39.     shown in this box. You can set this to any number (2 digits max.). 
  40.     For example, if you set it to 20, the first screen will be called 
  41.     SCREEN20.MSP, the next will be SCREEN21.MSP, and so on. 
  42.  
  43. Note that if you quit Windows and later restart it, you will need to
  44. restart Dumpmsp. When you do so, the numbering starts over. If you
  45. want screen numbers to continue where you left off in a previous session, 
  46. set this number to the next consecutive number (e.g. if your last screen 
  47. dump was SCREEN15.MSP, set this number to 16 when you restart.)
  48.  
  49. - Ok
  50.     Choose Ok once all the above are correct. 
  51.  
  52. - Cancel
  53.     Choose Cancel if you want to return to the MS-DOS Executive 
  54.     window without taking any action in the dialog box. 
  55. - Quit
  56.     Choose Quit if you want to terminate Dumpmsp and remove its
  57.     code and data from memory.
  58.  
  59. Creating a Screen Dump
  60.  
  61. Once you have started Dumpmsp, you can create a screen dump by
  62. pressing the ALT-PRTSC key sequence. Do the following:
  63.  
  64. 1. Create the screen you want to dump.
  65. 2. Press ALT-PRINTSCREEN.
  66.  
  67. The disk light will go on briefly, probably more than once. The pointer 
  68. may change shape. When the pointer becomes an arrow again (or when the disk 
  69. light goes off and stays off), the screen has been saved.
  70.  
  71. Changing the Dump Directory, Base Name, or Number
  72.  
  73. To bring up Dumpmsp's dialog box after you've been using Dumpmsp for a while, 
  74. press the ALT-F10 key sequence. If you wish to make changes to the
  75. dump directory, base name, or number, make the changes and choose Ok.
  76. Otherwise, choose Cancel to continue with no changes.
  77.