home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / caltvl14.lzh / README < prev    next >
Text File  |  1990-09-02  |  3KB  |  88 lines

  1. Changes since printed documentation
  2.  
  3.     None
  4.  
  5. Files Included on Distribution Disk
  6.  
  7.     The CALTRV Distribution Disk contains the following files:
  8.  
  9.     CALTRV.EXE     - The CALTRV program
  10.     CALTRV.DOC     - This file
  11.     CALTINST.EXE   - An installation program for setting CALTRV
  12.                      Options
  13.     README         - Changes or important information not included in
  14.                      the printed documentation  (CALTRV.DOC).
  15.     REGISTER.BAT   - A BATch file to print out the registration form
  16.     REGFORM.DOC    - The actual Registration Form
  17.     PRINTDOC.BAT   - A BATch file to print out this documentation
  18.                      file to your printer (LPT1)
  19.     VENDOR.DOC     - Instructions to Disk Vendors who wish to distribute
  20.                      CALTRV.
  21.  
  22.     Copy these files onto your disk into whatever directory you wish.
  23.     Then, consider how you want to run CALTRV and set your options.
  24.     After program is installed only CALTRV.EXE and your APPointment file
  25.     are needed.
  26.  
  27. Installation Program
  28.  
  29.     CALTRV comes with a simple installation program. This program allows
  30.     you to set some of the DEFAULTS that CALTRV uses.
  31.  
  32.     To use the installation program all you need to do is type in
  33.     CALTINST.
  34.  
  35.     C:>CALTINST
  36.  
  37.     CALINST MUST be in the same directory as CALTRV and CALTRV must not
  38.     be renamed. CALTINST allows you to alter the following:
  39.  
  40.     Appointment File Location
  41.     Default Days/Weeks/Months to Preview or Print
  42.     Default Output Disk File
  43.     Various Screen Colors
  44.     Printer Setup String(s)
  45.     and various other options
  46.  
  47. CALTRV Command Line Options:
  48.  
  49.     Usage: CALTRV [Options]
  50.     Options: Space is required between /Option & Parameter
  51.        /B MM/DD/YY    {Begin Date}           Default=Todays Date
  52.        /C filename    {Calendar}             Default=PERSONAL.APP
  53.        /D 1-365       {Dayily Report}        Default=1 Day
  54.        /E MM/DD/YY    {End Date}             Default=Begin Date+Days
  55.        /F [filename]  {File Out}             Default=Screen Output
  56.        /G             {Graphics Output}      Default=No Line Draw
  57.        /H             {Help}                 This Help Screen
  58.        /M [1-12]      {Monthly Reports}      Default=1 Month
  59.        /N [nn]        {Note Limit}           Default=No Notes
  60.        /P             {Print Output}         Default=Screen Output
  61.        /T [filename]  {Task File}            Default=RTM.DAT
  62.        /V             {Max Video}            Default=25 Lines
  63.        /W [1-52]      {Weekly Reports}       Default=1 Week
  64.        /?             {Help}                 This Help Screen
  65.  
  66.     Please note that a space IS REQUIRED between the option switch '/o'
  67.     and it's parameter. Dates MUST be in the form MM/DD/YY (all 2-Digit
  68.     Numbers).
  69.  
  70. Sample Command Lines
  71.  
  72.     List (Printer) daily appointments for the next 5 days
  73.  
  74.              C:\>CALTRV /d 10 /p
  75.  
  76.  
  77.     List (Printer) all appointments for June 1989
  78.  
  79.              C:\>CALTRV /b 06/01/89 /m 1 /p
  80.  
  81.              *** Note the two digit month & day
  82.  
  83.     List (CRT) appointments for the next week in the Common App
  84.     File
  85.  
  86.              C:\>CALTRV /c C:\SKPLUS\COMMON.APP
  87.  
  88.              *** Note: 1 Week is default so does not need to be specified