home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / gohom10a.zip / README.GO < prev    next >
Text File  |  1994-04-30  |  11KB  |  230 lines

  1. Added Dimension Software                          (214) 341-5759
  2. 6780 Abrams Rd.                                   CompuServ ID: 73311,1062
  3. Suite 103-190
  4. Dallas, TX 75231
  5.  
  6. ----------------------------------------------------------------------------
  7.                         GoHome - Version 1.0
  8. ----------------------------------------------------------------------------
  9.  
  10.  This file contains information to help you get started using GoHome and 
  11.  also contains last minute details that didn't make it into the documentation.
  12.  
  13.  Questions, concerns, and suggestions are welcome. 
  14.  
  15. -----------------------------------------------------------------
  16.    What is GoHome?
  17.  
  18.    GoHome is a set of utility programs that are designed to be easy to
  19.    use and to help you get more productivity from your computer.  With
  20.    GoHome, you will be able to run tasks unattended at a time when the
  21.    PC is otherwise going to be idle. Take advantage of lower phone rates
  22.    for uploading/downloading of files and messages, print documents at 
  23.    night when the printer isn't in use, schedule backup programs to run
  24.    when you're not around, and more. GoHome's scripts can even be used
  25.    to create working demos and tutorials, or perform regression tests,
  26.    or as an every day Super Macro Recorder and Player!
  27.  
  28.    If you are using your computer when a scheduled task is to occur,
  29.    GoHome will display a message and give you 15 seconds to either run
  30.    the task, cancel it, or "snooze" it to have it run later. If you let
  31.    the task continue, GoHome will save the state of your computer and
  32.    restore it when the task is finished. Tasks do not necessarily have
  33.    to be scheduled. They can be executed at any time with just a press
  34.    of a couple of keys. This allows you to essentially make any program
  35.    a TSR that can be popped up over a running application!
  36.  
  37.    GoHome can "learn" how to run programs that require user interaction.
  38.    For more demanding applications, GoHome includes a unique script
  39.    editor that is very easy to use and does not require you to learn 
  40.    or memorize complex commands and their syntax. The script editor
  41.    allows scripts to be modified and enhanced with a number of different
  42.    script commands and control flow logic. Context sensitive help is
  43.    available at the touch of a key if additional information is needed.
  44.  
  45.    GoHome also includes a text editor that has several unique properties.
  46.    The text editor is ideal for editing batch files and taking notes.
  47.    It can be used with GoHome to provide a "pop-up" notepad editor. Text
  48.    can also be displayed in different colors throughout the document.
  49.  
  50.    Perhaps best of all, GoHome is available as shareware. Shareware lets
  51.    you try programs out before you have to buy them. This is a GREAT way
  52.    to buy software because you can evaluate a program to make sure that
  53.    it does what you want it to before ploping down your hard earned 
  54.    money. Most shareware programs are a better value because they 
  55.    eliminate most of the "middle" man costs and the costly packaging
  56.    that is necessary in retail sales. If you find this software or
  57.    other shareware programs useful, it is VERY IMPORTANT that you register
  58.    the software with the author and to show support the shareware 
  59.    marketing concept.
  60.  
  61. -----------------------------------------------------------------
  62.    Tutorial
  63.  
  64.    GoHome comes with an excellant tutorial that is designed to get
  65.    you up and using GoHome as quick as possible. It covers many of
  66.    the ins-and-outs of using GoHome that may be difficult to pick
  67.    up without the tutorial. It is therefore, strongly suggested that
  68.    you print and go through it. To print it, type the following
  69.    at the DOS prompt.
  70.  
  71.         COPY TUTORIAL.TXT PRN
  72.  
  73.    NOTE: TUTORIAL.TXT contains some screen snapshots that use the IBM
  74.    line-drawing characters. Some printers are not capable of printing
  75.    these characters. If that is the case, the screen snapshots will
  76.    not be very pretty.
  77.  
  78.  
  79. -----------------------------------------------------------------
  80.    Installing GoHome
  81.  
  82.    GoHome is very easy to install. To install it follow the directions
  83.    below.
  84.  
  85.    1. Create a directory to contain GoHome. For example, if you want to
  86.       put GoHome into a directory named "GOHOME" on your C: drive type 
  87.       at the DOS prompt
  88.  
  89.         MD C:\GOHOME
  90.  
  91.    2. If you received GoHome in a compressed format (usually .ZIP), 
  92.       decompress GoHome by using the appropriate compress program 
  93.       (ie. PKUNZIP). Copy the files to the directory created in step 1. 
  94.  
  95.         COPY A:*.* C:\GOHOME
  96.  
  97.    3. You may want to modify your AUTOEXEC.BAT file to include GoHome
  98.       in you path statement. This way, you'll be able to run GoHome
  99.       without having to enter the complete path. If you want to run
  100.       GoHome all the time, add "GOHOME" to your AUTOEXEC.BAT file
  101.       as one of the last programs to be load.
  102.  
  103.    4. In order for GoHome to function properly, it is VERY IMPORTANT 
  104.       that the COMSPEC environment variable be set to the path and name 
  105.       of the command processor being used. This is usually COMMAND.COM 
  106.       but may be NDOS.COM or 4DOS.COM. Veryify that a statement in your 
  107.       AUTOEXEC.BAT file (if your using DOS 6.0 or greater, it may be in 
  108.       your CONFIG.SYS file) similar to the following is present:
  109.  
  110.         SET COMSPEC=C:\DOS6\COMMAND.COM
  111.  
  112.    5. Example scripts from the tutorial are in a self-extracting archive
  113.       named "EXAMPLES.EXE". To extract the examples, type "EXAMPLES" at
  114.       the DOS prompt.
  115.       
  116.  
  117. -----------------------------------------------------------------
  118.    Running GoHome
  119.  
  120.    GoHome is a TSR program that must be loaded before programs
  121.    can be scheduled and scripts played back. To start GoHome,
  122.    from the DOS prompt type "GOHOME" followed by the Enter key.
  123.    
  124.    To run a simple DEMO of GoHome, type "GODEMO" at the DOS prompt.
  125.    The demo was created using GoHome's script capabilities.
  126.  
  127.  
  128. -----------------------------------------------------------------
  129.    Using scripts to run disk defragmentors and similar programs
  130.  
  131.    If a script is used to run programs that potentially can move data
  132.    stored on a disk (i.e. disk defragmentors) it is IMPORTANT that the
  133.    script be less than 1000 bytes in size (use "dir" to verify). This
  134.    is because GoHome reads in sections of a script in 1024 byte 
  135.    increments. If the running program moves a section of the disk that
  136.    contains the script, GoHome will end up reading garbage and will
  137.    crash the system. Simialarly, GoHome will write log information to 
  138.    the log file when the script completes. It is, therefore, important
  139.    to make sure that the script completely exists the defragmentor before
  140.    the script finishes. An other option would be to check the 
  141.    "Don't log task" in GoSched's "Options..." dialog for the script task.
  142.  
  143. -----------------------------------------------------------------
  144.    Running Under Windows, NT, and OS/2
  145.         
  146.    GoHome may or may not be able to run certain tasks in a DOS box on 
  147.    Windows, Windows NT, and OS/2.  It will not swap out a
  148.    program that is running in the same DOS box. Instead, it will wait
  149.    until it is at the DOS prompt before running scheduled programs. The
  150.    screen blanker will also be disabled.
  151.  
  152.    When running GoHome under windows, you should start GoHome from a 
  153.    PIF file. Start up the PIF editor in the MAIN program group. For
  154.    the 'Program Filename' enter "C:\GOHOME\WINGOHO.BAT". Make sure
  155.    that the 'Background' execution check box is checked. Click the 
  156.    'Advanced' button to bring up another dialog box. Remove the check
  157.    mark for 'Detect Idle Time'. (If the 'Detect Idle Time' box is marked
  158.    Windows tries to determine when a DOS box is idle and may refuse
  159.    to give it any execution time.) Hit the OK button to return to the
  160.    main PIF window and save the file as 'GOHOME.PIF' in you GoHome 
  161.    directory. Create the following batch file in the GOHOME directory
  162.    (this is the file entered in the PIF 'Program Filename').
  163.  
  164.    To start GoHome, run GOHOME.PIF by either double-clicking on it in
  165.    File Manager, or selecting "File|Run".
  166.  
  167.  
  168.    WINGOHO.BAT
  169.         REM == Use this batch file to start up GoHome under MS Windows
  170.  
  171.         REM == Use following line when running DOS 6.0 or greater
  172.         c:\dos\command /k gohome.exe
  173.  
  174.         REM == Use following two lines when running DOS 5.0 or less
  175.         rem c:\gohome\gohome.exe
  176.         rem c:\dos\command.com
  177.  
  178.  
  179.  
  180. -----------------------------------------------------------------
  181.    TroubleShooting
  182.  
  183. *  After GoHome runs a program at the DOS prompt, a message box appears 
  184.    saying that "A task is already running..." when GoHome's hotkey is 
  185.    pressed.
  186.  
  187.    This situation occurs if GoHome is not able to determine when DOS is
  188.    at the DOS prompt (it thinks that the program is still running). In
  189.    this case, unload GoHome and start it up with the "/DPMTHD=1" command
  190.    line option. If running GoHome in a DOS box under MS Windows, use
  191.    COMMAND.COM as the command shell instead of using "/DPMTHD=1".
  192.  
  193.  
  194. -------------------------------------------------------------------
  195.   Error Messages
  196.  
  197.   GoHome displays error messages in a red (default color) dialog box
  198.   that shows what type of error occured and gives an error number.
  199.   The following table lists a few of the common error messages and
  200.   what they mean. Negative error numbers are specific to GoHome and
  201.   are used in the log file.
  202.  
  203.     Error #    Description
  204.     -----------------------------------------------------------
  205.      2         File not found - Verify that the file specified
  206.                is correct. You should use a complete path when
  207.                specifying file names.
  208.      3         Path not found - Verify that the path entered
  209.                is correct.
  210.      4         Too many files open - Increase the "FILES=xx" 
  211.                statement in your CONFIG.SYS file.
  212.      5         File access violation - GoHome attempted to access
  213.                a file that is currently being used by another
  214.                program.
  215.  
  216.    -100        Task scheduled was aborted by user.
  217.    -101        Not enough disk space available to swap out the 
  218.                current program.
  219.    -102        Task could not be started due to file i/o error, 
  220.                graphics, etc.
  221.    -103        Not able to swap out requested amount of memory.
  222.    -104        Swap file could not be created.
  223.    -105        Invalid data file.
  224.    -106        GoHome was not able to restore the swapped
  225.                out program (i.e. swap file could not be found).
  226.    -107        GoHome is not able to swap out a program when
  227.                it is running in a DOS box in MS Windows, or OS/2.
  228.  
  229.         
  230.