home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / dwrk10.zip / README.1ST < prev    next >
Text File  |  1993-03-27  |  2KB  |  62 lines

  1.  
  2.  
  3. DEMO WORKSHOP V1.0
  4.  
  5.     Demo Workshop is a tool for creating software demonstration and
  6.     tutorial programs.  Demo Workshop uses actual screens recorded during
  7.     execution of the program being presented.
  8.  
  9.  
  10. INSTALLATION
  11.  
  12.     Create a directory on your hard disk called DW and change directory
  13.     to it like this.
  14.  
  15.         C:\> MKDIR DW
  16.         C:\> CD DW
  17.         C:\DW>
  18.  
  19.     Copy the DWRK10.ZIP or DWRK10.EXE file into this directory.  If you have
  20.     the .ZIP file, unzip it.  If you have the .EXE file, execute it.
  21.  
  22.     The following files are created:
  23.  
  24.         SR.EXE          The Demo Workshop screen recorder TSR
  25.     DW.EXE        The Demo Workshop presentation editor
  26.         DW.HLP        The presentation editor help file used by DW.EXE
  27.         DWGUIDE.TXT   The Demo Workshop Users Guide
  28.         DEMOWKSH.P2   File required by DW.EXE to create standalone
  29.                        presentation programs
  30.         DWDEMO.EXE    Demonstration DW presentation
  31.         ORDER.FRM     The Demo Workshop registration and order form
  32.         FILE_ID.DIZ   BBS description file
  33.         README.1ST    This file
  34.        
  35.  
  36.     To view the demo, execute DWDEMO.EXE.
  37.  
  38.     You might want to create an environment variable called DWDIR and
  39.     equate it to the directory where you unpacked Demo Workshop.  This
  40.     will allow you to use Demo Workshop from another disk/directory it
  41.     you wish.  To do this, place a line like the following in your
  42.     AUTOEXEC.BAT file:
  43.  
  44.           SET DWDIR=C:\DW
  45.  
  46.     You will need to reboot for this change to take effect.
  47.  
  48.     If you do not do this, and you execute DW from another directory,
  49.     you will not be able to access help information or create
  50.     .EXE output files.
  51.  
  52.  
  53. RELEASE NOTES
  54.  
  55.     You must create a recording file before you can use DW, the
  56.     presentation editor.  You can create an empty recording if you
  57.     wish by invoking SR twice.  The first time, a file called SCREEN.REC
  58.     will be created, and the second time SR will remove itself from
  59.     memory.
  60.  
  61.     Type SR /? to display a brief help screen for the screen recorder.
  62.