home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDWARE / FAXPAK.ZIP / FAXPAK.PRN < prev    next >
Encoding:
Text File  |  1990-01-18  |  46.0 KB  |  1,717 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                                     FAXPAK
  21.  
  22.                             Command Line Utilities
  23.  
  24.                                     for the
  25.  
  26.                          Intel Connection Coprocessor
  27.  
  28.  
  29.                     Copyright (C) Jeff Hofstetter 1989,1990
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                TABLE OF CONTENTS
  74.  
  75.  
  76.             INTRODUCTION.....................................1
  77.  
  78.             FAXPAK IS SHAREWARE!.............................1
  79.  
  80.             FAX.EXE - send a fax from the DOS command line...2
  81.                 SPECIFYING FILE NAMES TO SEND................2
  82.                 SPECIFYING the PHONE NUMBER..................3
  83.                 MODIFYING THE COMMAND USING SWITCHES.........3
  84.                 ENTERING DATES...............................4
  85.                 ENTERING TIMES...............................4
  86.                 ENTERING ADDRESSEE...........................5
  87.                 ENTERING A FROM NAME.........................5
  88.                 SPECIFYING TRANSMISSION TYPE.................5
  89.                 SPECIFYING THE WIDTH OF A FAX................6
  90.                 SPECIFYING A COVER SHEET.....................6
  91.                 FAX.EXE EXAMPLES.............................6
  92.                 USING A LOGO FILE............................7
  93.                 MANUAL OPERATIONS............................7
  94.                 GETTING QUICK HELP...........................7
  95.                 USING THE DOS ENVIRONMENT....................8
  96.                 CAUTIONS and other notes.....................8
  97.                 ADVANCED USE.................................9
  98.                 LOOKING UP the PHONE NUMBER.................11
  99.  
  100.             FAXA.EXE - cancel the current transmission......13
  101.  
  102.             FAXNEXT.EXE -  display pending transmission(s)..14
  103.  
  104.             FAXDEL.EXE -- delete a pending transmission.....15
  105.  
  106.             FAXANS.EXE -- set status of auto answer.........16
  107.  
  108.             FAXLOG.EXE -- print log/clear logged entries....17
  109.                 PRINTING THE LOG............................17
  110.                 CLEARING THE LOG............................18
  111.                 FINAL NOTES ABOUT FAXLOG....................19
  112.  
  113.             FAXSTAT.EXE - display status of FAX board.......20
  114.  
  115.             FAXRECV.EXE - move files to DOS files...........21
  116.  
  117.             INSTALLATION....................................23
  118.  
  119.             COPYRIGHT.......................................24
  120.  
  121.             WARRANTY........................................24
  122.  
  123.             SUPPORT.........................................24
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.        FaxPak (TM) Documentation (Version 1.3)                      Page 1
  137.  
  138.  
  139.  
  140.                                  INTRODUCTION
  141.  
  142.  
  143.        Faxpak consists of several small programs to be used with the
  144.        Intel Connection CoProcessor board (CCP). The programs are:
  145.  
  146.             FAX.EXE        sends faxes from the DOS command line
  147.  
  148.             FAXNEXT.EXE    lists the next fax(es) to be transmitted
  149.  
  150.             FAXA.EXE       aborts the currently transmitting fax
  151.  
  152.             FAXDEL.EXE     deletes pending fax transmissions
  153.  
  154.             FAXANS.EXE     sets auto answer state of the fax hardware
  155.  
  156.             FAXLOG.EXE     prints logged events/clears log entries
  157.  
  158.             FAXSTAT.EXE    displays status of Connection CoProcessor
  159.  
  160.             FAXRECV.EXE    move received files/faxes to DOS files.
  161.  
  162.        Please read the following instructions for a full explanation of
  163.        how they work. Also be sure to read the COPYRIGHT, WARRANTY,
  164.        SUPPORT... section for VITAL information.
  165.  
  166.  
  167.                              FAXPAK is SHAREWARE!
  168.  
  169.  
  170.        Faxpak is distributed as "shareware". This means that you get to
  171.        try it out BEFORE you buy it. It is NOT public domain software.
  172.        If you find that Faxpak is a useful tool, you must register it by
  173.        sending in the registration fee of $ 25.00 (US).
  174.  
  175.        You can try Faxpak for up to 30 days. At the end of that trial
  176.        period, you must either register the software or stop using it.
  177.  
  178.        To register, send a check or money order for $ 25.00 to me at:
  179.  
  180.             Jeff Hofstetter
  181.             FAXPAK Utilities
  182.             1722 Drake Street
  183.             Longmont, Colorado 80503
  184.             USA
  185.  
  186.  
  187.        Intel and Connection CoProcessor are trademarks of Intel
  188.        Corporation
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  199.  
  200.  
  201.  
  202.        FaxPak (TM) Documentation (Version 1.3)                      Page 2
  203.  
  204.  
  205.  
  206.                 FAX.EXE - send a fax from the DOS command line
  207.  
  208.  
  209.        If you have one (or several) files that you want to fax to
  210.        someone, you can do that without loading up the CONNECT software
  211.        included with your CCP. All you have to do is type (at the DOS
  212.        prompt!):
  213.  
  214.             FAX filename phone#
  215.  
  216.        and the file you specify will be setup to be faxed to the phone
  217.        number you enter. This is the simplest form of using FAX. When
  218.        you use this form, your fax will be sent with the following
  219.        default conditions:
  220.  
  221.             transfer type:      100x200 dots/inch fax
  222.             date/time:          immediately
  223.             addressee:          phone number
  224.             width of paper:     80 columns
  225.             from name:          name entered when you installed your CCP
  226.             logo file:          file specified when you installed CCP
  227.  
  228.  
  229.                          SPECIFYING FILE NAMES TO SEND
  230.  
  231.  
  232.        You can send several files at the same time by using this form:
  233.  
  234.             FAX file1, file2, file3 phone#
  235.  
  236.        As many files as will fit on the DOS command line can be sent
  237.        (don't forget the phone number!).
  238.  
  239.        If you have several files to send that can be specified using
  240.        normal DOS wild card characters (* and ?), you can do that as
  241.        well.
  242.  
  243.             FAX *.doc phone#
  244.  
  245.        will send all files (in the current directory) that end with
  246.        .DOC. You can also specify the directory name if needed:
  247.  
  248.             FAX C:\WP\*.DOC phone#
  249.  
  250.        You can also send several files at the same time by using this
  251.        special form:
  252.  
  253.             FAX @filename phone#
  254.  
  255.        See the ADVANCED USE section later for information on this option
  256.        as well as another option that allows you to send one or more
  257.        files to a group of different locations.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  265.  
  266.  
  267.  
  268.        FaxPak (TM) Documentation (Version 1.3)                      Page 3
  269.  
  270.  
  271.        When you give a filename to FAX.EXE it tries to find the file as
  272.        follows:
  273.  
  274.             If the filename includes a path (i.e. C:\DIR\FILENAME.EXT),
  275.             FAX will ONLY look for that file in the specified directory.
  276.  
  277.             If the filename doesn't include a path (i.e. FILENAME.EXT),
  278.             FAX searches for the file in the following places (in
  279.             order):
  280.  
  281.             The current directory
  282.  
  283.             Check to see if FAXPAK has been defined in the DOS
  284.             environment. If so, look in that directory.
  285.  
  286.             Check to see if PATH has been defined in the DOS
  287.             environment. If so, look in the directories specified.
  288.  
  289.        If all those places fail to turn up the filename you entered, FAX
  290.        gives up and displays a message. See the section USING THE DOS
  291.        ENVIRONMENT later for more information about this topic.
  292.  
  293.  
  294.                           SPECIFYING the PHONE NUMBER
  295.  
  296.  
  297.        It is important that you DO NOT INCLUDE SPACES in your phone
  298.        number! If you do, you will not get proper results. You can
  299.        include dashes to separate parts of the number if you wish. Also,
  300.        you can include one (or more) commas to signify a pause
  301.        (generally 2 seconds per comma) if you need to wait for a dial
  302.        tone after dialing a 9 for example.
  303.  
  304.  
  305.                 MODIFYING THE "STANDARD" COMMAND USING SWITCHES
  306.  
  307.  
  308.        By using option switches on the command line, you can alter the
  309.        default setup. To use an option switch, type a hyphen (-)
  310.        followed by the option character (described below). Some options
  311.        require that you enter additional information after the option
  312.        switch. In that case, you must put at least one SPACE after the
  313.        option switch before typing the additional information. Here are
  314.        the option switches:
  315.  
  316.              Switch Additional Data           Explanation
  317.             ------- --------------- -----------------------------------
  318.                  -d   12/31/1989          date to send the fax
  319.                  -t   17:30               time to send (24-hour time)
  320.                  -a   "To field"          addressee (must be in quotes)
  321.                  -0   <none>              send fax 200x200 dots/inch
  322.                  -1   <none>              send fax 100x200 dots/inch
  323.                  -2   <none>              send as CCP file transfer
  324.                  -3   <none>              send COVER SHEET ONLY mode
  325.                  -w   <none>              wide fax (132 columns)
  326.                  -c   filename.ext        filename to use as cover sheet
  327.  
  328.  
  329.  
  330.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  331.  
  332.  
  333.  
  334.        FaxPak (TM) Documentation (Version 1.3)                      Page 4
  335.  
  336.  
  337.                  -l   logofilename        filename of logo file to send
  338.                  -r   <none>              do "polled" receive
  339.                  -s   <none>              do "polled" send
  340.                  -m   <none>              "manual" receive (see below)
  341.                  -f   "from name"         name must be in quotes.
  342.  
  343.  
  344.                                 ENTERING DATES
  345.  
  346.  
  347.        Remember, if you don't enter a date, the default date is TODAY.
  348.  
  349.        If you enter an invalid date (like 02/31/1989), the default is
  350.        used. You can enter only a month, a month and day, or a full
  351.        date. If you enter partial dates, the rest of the date is filled
  352.        out from today's date. For example, if you enter -d 6/10 the date
  353.        will actually be entered as 06/10/1989. If you enter -d 8 the
  354.        date will be 8/13/1989 assuming that today is 3/13/1989. If you
  355.        enter a year, you must enter four digits - 1989 not 89.
  356.  
  357.             valid date entries: (assuming today is 3/13/1989)
  358.  
  359.             -d 6/15/1989        fully specified date
  360.             -d 8                month only (date used is 8/13/1989)
  361.             -d 12/15            partial (date used is 12/15/1989)
  362.  
  363.             invalid dates:
  364.  
  365.             -d /15              no month!
  366.             -d 1/21/93          year MUST have four digits!
  367.             -d                  no date entered! Don't put the -d!
  368.  
  369.  
  370.                                 ENTERING TIMES
  371.  
  372.  
  373.        If no time is specified or an invalid time is entered, NOW is
  374.        used.
  375.  
  376.        As with dates, you can enter partial times. You can enter only
  377.        the hour or both the hour and minute. Missing minutes are filled
  378.        in with the current minute. You must use the 24 hour clock to
  379.        enter hours. 17:30 is 5:30pm, 23:30 is 11:30 pm. 0:30 is 12:30
  380.        am.
  381.  
  382.             valid times: (assuming it is 10:45 am)
  383.  
  384.             -t 8:30             8:30 am
  385.             -t 9                time used - 9:45
  386.  
  387.             invalid times:
  388.  
  389.             -t 24:30            hour is 0 - 23
  390.             -t :15              no hour specified!
  391.  
  392.  
  393.  
  394.  
  395.  
  396.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  397.  
  398.  
  399.  
  400.        FaxPak (TM) Documentation (Version 1.3)                      Page 5
  401.  
  402.  
  403.                               ENTERING ADDRESSEE
  404.  
  405.  
  406.        If you wish to have a TO: on your fax, you need to specify it
  407.        using the -a switch. Put "marks" around the addressee. If you
  408.        don't, you will have problems.
  409.  
  410.             -a "Jeff Hofstetter"     makes the TO: entry ME!
  411.  
  412.  
  413.                              ENTERING A FROM NAME
  414.  
  415.  
  416.        When you installed your CCP, you were able to enter your name so
  417.        that all of your faxes would have your name on them. If you wish
  418.        to have a different FROM name appear on a fax, you can use the -f
  419.        switch. This name will then appear as the FROM name. Be sure to
  420.        enclose the name in quotes!
  421.  
  422.  
  423.                          SPECIFYING TRANSMISSION TYPE
  424.  
  425.  
  426.        The CCP can send faxes in two resolutions (100x200 dots/inch or
  427.        200x200 dots/inch) and it can send files (but only to other
  428.        CCPs!). By using the transfer type switches, you specify what you
  429.        want to do. Note that you can only specify one type per command.
  430.        So even if you enter several filenames, they will all be sent
  431.        using the same transfer method. Although you can  specify more
  432.        than one type, only the last one you enter is used.
  433.  
  434.             -0        200x200 dpi fax transfer
  435.             -1        100x200 dpi fax transfer
  436.             -2        file transfer mode (other CCPs only).
  437.             -3        Special COVER SHEET ONLY transmission
  438.  
  439.        The -3 indicator is used to indicate that you want to send a fax
  440.        that consists of a COVER SHEET only. This special mode is used as
  441.        follows:
  442.  
  443.        FAX cover.txt 1-303-440-7683 -3 -a "Jeff Hofstetter" -d 10/1
  444.  
  445.        This sample causes FAX.EXE to insert the text found in the file
  446.        'cover.txt' into the cover sheet. If you have a default LOGO file
  447.        specified in your CCP setup, the cover sheet will have three
  448.        parts to it: at the top of the page will be your logo, next will
  449.        be a "routing" section which consists of the TO: and FROM:
  450.        fields, and finally will be the cover sheet text.
  451.        NOTE...NOTE...NOTE! This special mode works ONLY with version 1.1
  452.        (or later) of the Intel Connection Coprocessor software. Earlier
  453.        versions will not allow a transmission of 0 files. If you don't
  454.        have the correct software version, contact Intel and request the
  455.        update. The Intel documentation gives an example of what the
  456.        cover page will look like if you send a cover sheet only fax.
  457.  
  458.  
  459.  
  460.  
  461.  
  462.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  463.  
  464.  
  465.  
  466.        FaxPak (TM) Documentation (Version 1.3)                      Page 6
  467.  
  468.  
  469.        Using the -3 switch DOES NOT PREVENT you from also using either
  470.        the -1 or -2 switch. In other words,
  471.  
  472.        FAX cover.txt 1-303-440-7683 -3 -2
  473.  
  474.        is a valid command line.
  475.  
  476.  
  477.  
  478.                          SPECIFYING THE WIDTH OF A FAX
  479.  
  480.  
  481.        CCP allows you to send "normal" and "wide" faxes. A normal one is
  482.        80 columns wide, and a wide one is 132 columns. If you have a 132
  483.        column file to send, use the -w option.
  484.  
  485.  
  486.                            SPECIFYING A COVER SHEET
  487.  
  488.  
  489.        If you wish to create a standard cover sheet to be sent with your
  490.        fax, you can give the file name along with the -c switch. This
  491.        cover sheet file shouldn't be more than 36 lines long. If it is,
  492.        it will be truncated when transmitted!
  493.  
  494.  
  495.                                FAX.EXE EXAMPLES
  496.  
  497.  
  498.        1. FAX myfile.dat 1-303-440-7683
  499.  
  500.        This is the simple form. Myfile.dat will be faxed (100x200 dpi)
  501.        to phone number 1-303-440-7683 right away (or as soon as
  502.        possible).
  503.  
  504.        2. FAX file1.txt, c:\doc\message.txt, file3.doc 440-7683 -2
  505.  
  506.        This sends 3 files (file1.txt, message.txt, and file3.doc) to the
  507.        phone number as FILE TRANSFERS (note the -2 switch). As you can
  508.        see, you can specify a path along with a file name.
  509.  
  510.        3. FAX file1.txt 4407683 -d 4/15/1989 -t 22:30 -a "Jeff H" -0
  511.  
  512.        Send file1.txt on April 15, 1989 at 10:30pm as a 200x200 dpi fax
  513.        note the -0 switch. Put Jeff H as the TO: field.
  514.  
  515.        4. FAX file1.txt 4407683 -c mycover.dat
  516.  
  517.        Send file1.txt NOW and send the file mycover.dat as a cover
  518.        sheet.
  519.  
  520.        5. FAX @myfiles.dat 440-7683
  521.  
  522.        Look in the disk file 'myfiles.dat' and read the list of files to
  523.        send from there.
  524.  
  525.  
  526.  
  527.  
  528.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  529.  
  530.  
  531.  
  532.        FaxPak (TM) Documentation (Version 1.3)                      Page 7
  533.  
  534.  
  535.  
  536.                                USING A LOGO FILE
  537.  
  538.  
  539.        When you first setup your CONNECT software, you can specify the
  540.        name of a logo file to send with each fax. A logo file is simply
  541.        a graphics file you create using the GRAPHICS utility. Intel
  542.        includes one or two sample logo files to get you started. If you
  543.        don't setup your CONNECT software to send a logo, you can tell
  544.        FAX.EXE to send one for you. You can also override the default
  545.        logo file by telling FAX.EXE to use a different file.
  546.  
  547.        To tell FAX.EXE to use a logo file, use the -l switch:
  548.  
  549.        FAX filename phone# -l logofile.pcx
  550.  
  551.        This example would send the file LOGOFILE.PCX as the logo. Note
  552.        that the logo is printed as the FIRST page of a fax transmission.
  553.        Also, if you specify to send cover sheet text, the logo prints
  554.        first followed by your cover sheet text ON THE FIRST PAGE.
  555.  
  556.  
  557.                                MANUAL OPERATIONS
  558.  
  559.  
  560.        If your CCP shares a phone line with a regular telephone you can
  561.        take advantage of "manual" operations. I share my CCP and regular
  562.        phone line, so if someone tries to send me a fax, my phone rings,
  563.        I answer it and find that a FAX is calling me (a high-pitched
  564.        beeping tone). Even if you don't share the CCP with your regular
  565.        phone, sometimes it is desirable to call someone before sending
  566.        them a fax or file. Once the voice part of the call is finished,
  567.        you can then send (or receive). FAX.EXE allows you to do this.
  568.  
  569.        If you are to be the "receiving" party, simply type this command
  570.        at the DOS prompt:
  571.  
  572.        FAX -m
  573.  
  574.        This special format will then cause the CCP to use the currently
  575.        active phone connection and attempt to receive from the distant
  576.        fax machine. So if my phone rings, I answer and find that it is a
  577.        fax, I can now just type FAX -m, and the fax will be received
  578.        okay.
  579.  
  580.        If you are the "sending" party, you use FAX.EXE exactly as usual
  581.        except that you specify M for the phone number (capital M) and
  582.        your fax will be transmitted using the current phone connection.
  583.  
  584.  
  585.                               GETTING QUICK HELP
  586.  
  587.  
  588.        Type FAX and press ENTER for a brief summary of the options.
  589.  
  590.  
  591.  
  592.  
  593.  
  594.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  595.  
  596.  
  597.  
  598.        FaxPak (TM) Documentation (Version 1.3)                      Page 8
  599.  
  600.  
  601.                            USING THE DOS ENVIRONMENT
  602.  
  603.  
  604.        This discussion is a little technical, so if it doesn't make
  605.        sense, don't worry about it. FAX.EXE will work fine without using
  606.        this feature.
  607.  
  608.        DOS allows users to create "environment variables" that can be
  609.        used by programs for special purposes. The most widely use one is
  610.        the PATH variable. If you type
  611.  
  612.             SET PATH=C:\MYDIR;D:\DOS <enter>
  613.  
  614.        at the DOS prompt, you create an environment variable called
  615.        PATH. DOS uses PATH internally to find programs that you try to
  616.        run. For example, if you type CONNECT and press <enter> DOS looks
  617.        in the current directory to see if a program called CONNECT
  618.        exists. If it does, it runs that program. If it doesn't find it
  619.        in the current directory, it then looks to see if you have create
  620.        a PATH statement (like above). If it finds a PATH variable, if
  621.        looks for a program called CONNECT in each of the directories
  622.        found in the PATH variable. In our example, DOS would look in
  623.        C:\MYDIR then in D:\DOS for the CONNECT program.
  624.  
  625.        You can create other environment variables. FAX.EXE looks for one
  626.        called FAXPAK for some functions. If you want to create the
  627.        FAXPAK variable, simply type SET FAXPAK=C:\MYDIR and press
  628.        <enter>. It also could be included in your AUTOEXEC.BAT. Don't
  629.        put spaces before or after the equal sign! See your DOS manual
  630.        for more information about using the SET command.
  631.  
  632.  
  633.                            CAUTIONS and other notes
  634.  
  635.  
  636.        FAX will allow you to send several files to the same destination
  637.        by using the @filename method or specifying several files on the
  638.        DOS command line. If you attempt to send TOO MANY, you will get
  639.        an error message. The exact number depends on how long the
  640.        filenames are, a total of about 1000 characters is allowed.
  641.  
  642.        If a file you want to send ends in .PCX or .DCX, FAX assumes that
  643.        that file is ACTUALLY a graphics file and sets the file type
  644.        accordingly. In most cases, this is desirable, but if you are an
  645.        "ornery" type and create plain text (ASCII) files and use .PCX or
  646.        .DCX as the file extension, you're on your own as far as the
  647.        results go. For example, if you type
  648.  
  649.             FAX thisfile.pcx 440-7683
  650.  
  651.        It will be transmitted as a GRAPHICS (PC Paintbrush format) FAX.
  652.        If thisfile.pcx actually contains a letter to your pen pal in
  653.        Paducah that you wrote using EDLIN, what your pen pal actually
  654.        receives is questionable!
  655.  
  656.  
  657.  
  658.  
  659.  
  660.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  661.  
  662.  
  663.  
  664.        FaxPak (TM) Documentation (Version 1.3)                      Page 9
  665.  
  666.  
  667.        This works the other way, too. If you type
  668.  
  669.             FAX thisfile.txt 440-7683
  670.  
  671.        FAX assumes that 'thisfile.txt' is NOT a graphics file, and
  672.        treats it as a plain text file. If it IS a graphics file, tsk-
  673.        tsk.
  674.  
  675.        Bottom line, use .PCX (or .DCX) for graphics file that match the
  676.        PC Paintbrush format, and any other file extension for text
  677.        files.
  678.  
  679.  
  680.                                  ADVANCED USE
  681.  
  682.  
  683.        You can send many files to a single addressee by using the
  684.        special command format
  685.  
  686.                  FAX @filename phone# [options]
  687.  
  688.        where 'filename' is the name of a plain text (ASCII) disk file
  689.        that contains one file name per line. Do not use a word processor
  690.        to create this file unless you can save in "DOS format" or ASCII
  691.        with no word processor control codes in the file. Note the
  692.        required '@' at the front of the file name!
  693.  
  694.        Here is a sample of what the disk file should look like:
  695.  
  696.             file1.dat                <--- notice only one file per line!
  697.             file2.dat
  698.             c:\letters\file3.dat     <--- note full path and file name
  699.  
  700.        You can send the same file (or group of files) to many addressees
  701.        by using this special command format:
  702.  
  703.             FAX filename @phonefile [options]
  704.  
  705.        where phonefile is the name of a specially prepared disk file
  706.        containing addressees, phone numbers, times, and dates.
  707.  
  708.        This specially prepared file is a plain text file formatted with
  709.        one addressee per line as follows:
  710.  
  711.        phone # | addressee | time | date
  712.  
  713.        The order is IMPORTANT! You can leave out the addressee, time,
  714.        and date, but you must not skip any. Here's an example of this
  715.        file:
  716.  
  717.        9,1,303 440-7683 | Jeff H.           | 23:30
  718.        9,555-1212       | Washington Irving
  719.        9,555-2121       | Irving Washington | 15:45
  720.        9,1,212-555-1234 | Ed Koch           | 1:15  | 5/31/1989
  721.        9,555-8989|Bill S|12:45
  722.  
  723.  
  724.  
  725.  
  726.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  727.  
  728.  
  729.  
  730.        FaxPak (TM) Documentation (Version 1.3)                     Page 10
  731.  
  732.  
  733.        A few things to notice: the second line (to Washington Irving)
  734.        doesn't include a time, so the time will be either immediately or
  735.        whatever time you specified with the "-d" option on the FAX
  736.        command line. The fourth line contains both a time and a date.
  737.        The special character '|' is a required separator between fields.
  738.        You DO NOT have to line up the rows under one another, but it
  739.        looks neater (see line 5).
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  793.  
  794.  
  795.  
  796.        FaxPak (TM) Documentation (Version 1.3)                     Page 11
  797.  
  798.  
  799.        For a real thrill, you can combine both of these special uses:
  800.  
  801.             FAX @filefile @phonefile [options]
  802.  
  803.        This would send all of the files listed in filefile to all of the
  804.        addressees listed in phonefile!
  805.  
  806.  
  807.                           LOOKING UP the PHONE NUMBER
  808.  
  809.  
  810.        If you send faxes to the same people frequently, you certainly
  811.        don't want to have to remember and type in the phone number every
  812.        time. FAX allows you to do a simple phone lookup by examining a
  813.        plain text file that contains an abbreviation for the person, the
  814.        phone number, and (if desired) the TO name. This file MUST be
  815.        called FAXPAK.PH and must be in a directory that is in your PATH
  816.        (or in the current directory when you type FAX). The format of
  817.        this file is as follows:
  818.  
  819.        abbrev|phone#|Person's name
  820.        abbrev|phone#...
  821.  
  822.        Here's an example FAXPAK.PH:
  823.  
  824.             jh    | 1-303-440-7683   | Jeff Hofstetter
  825.             billw | 555-1234         | Bill Wannamaker
  826.             joanj | 555-4321         | Joan Jett
  827.             artk  | 555-2111         | Art King
  828.             home  | 555-6789
  829.  
  830.             NOTE: the entry for 'home' doesn't have a NAME with it
  831.  
  832.  
  833.        The abbrev can be any number of characters, but you will probably
  834.        want to make it short and sweet. The phone number can contain all
  835.        of the usual control characters (like , for pause). You can put
  836.        the person's full name in also. It will become the TO of the fax.
  837.        Note the special character '|' used to separate the information.
  838.        You can spread the entries out like I have in the example above,
  839.        or you can pack them in tight like this:
  840.  
  841.             jh|1-303-440-7683|Jeff Hofstetter
  842.  
  843.        Spaces before and after each entry are removed.
  844.  
  845.        Once you have this file created and stored in a directory on your
  846.        PATH, you can then use FAX.EXE as follows:
  847.  
  848.             FAX filename ?jlh [options]
  849.  
  850.        The question mark (?) and the abbreviation (jlh in the example)
  851.        MUST NOT be separated by a space! FAX will then attempt to locate
  852.        the abbreviation in the FAXPAK.PH file. If it finds it, it uses
  853.        the phone number and the full name (if used) to complete the fax
  854.        transmission.
  855.  
  856.  
  857.  
  858.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  859.  
  860.  
  861.  
  862.        FaxPak (TM) Documentation (Version 1.3)                     Page 12
  863.  
  864.  
  865.  
  866.        When doing the lookup, FAX ignores upper and lower case letters.
  867.        That is, JLH will match jlh and Jlh and JLh, etc. If the
  868.        abbreviation is not found, FAX issues an error message and the
  869.        fax transmission is not completed.
  870.  
  871.        FAX does not use a sophisticated searching technique, so I
  872.        wouldn't think that you would want to have a real large FAXPAK.PH
  873.        file. I've tried it with up to 100 names or so and it seems
  874.        acceptable to me. There isn't any real limit on the maximum
  875.        number except for your patience while it searches for your
  876.        abbreviations.
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  925.  
  926.  
  927.  
  928.        FaxPak (TM) Documentation (Version 1.3)                     Page 13
  929.  
  930.  
  931.  
  932.              FAXA.EXE - cancel the currently sending transmission
  933.  
  934.  
  935.        If you wish to abort the fax (or file transfer) that the CCP is
  936.        currently sending, just type FAXA and it will be cancelled. Note
  937.        that it may not quit instantly, it may take up to 30 seconds for
  938.        it to actually stop.
  939.  
  940.        If the transmission can't be stopped, you get an error message to
  941.        that effect.
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  991.  
  992.  
  993.  
  994.        FaxPak (TM) Documentation (Version 1.3)                     Page 14
  995.  
  996.  
  997.  
  998.                 FAXNEXT.EXE -  display pending transmission(s)
  999.  
  1000.  
  1001.        You can use the CONNECT software provided with your CCP to view
  1002.        the pending transmissions, or you can use FAXNEXT which is used
  1003.        from the DOS command line.
  1004.  
  1005.        If you type FAXNEXT and press ENTER, you will see the next fax
  1006.        waiting to be transmitted. If you type FAXNEXT -a and ENTER you
  1007.        will see a list of ALL of the pending fax transmissions. The
  1008.        format of the list is
  1009.  
  1010.        ----- ---------- ----- ---- ----- ---------------- ------------
  1011.         ID#     Date    Time  Type  Num       Phone            To
  1012.        ----- ---------- ----- ---- ----- ---------------- ------------
  1013.         4017 03/15/1989 16:30 FILE     2 1-303-440-7683   Jeff H
  1014.         8112 03/15/1989 22:45 FAX      1 1-303-440-7683   Jeff H
  1015.        ----- ---------- ----- ---- ----- ---------------- ------------
  1016.  
  1017.        Of particular interest is the ID# entry. The number is used
  1018.        internally by the CCP software to keep track of transmissions.
  1019.        The only use you might have for this number is you need to know
  1020.        it if you wish to use FAXDEL which allows you delete pending
  1021.        transmissions. FAXDEL requires that you provide the ID# to
  1022.        delete.
  1023.  
  1024.        The Type column indicates whether the transmission is a FAX or
  1025.        FILE TRANSFER. The Num columns tells how many faxes or files are
  1026.        being sent to the given phone number. The TO column may be the
  1027.        same as the Phone column if you did not provide the -a option
  1028.        switch when you used the FAX command.
  1029.  
  1030.        Adding -v to the command (i.e. FAXNEXT -a -v) will display the
  1031.        name(s) of the file(s) to be sent.
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1057.  
  1058.  
  1059.  
  1060.        FaxPak (TM) Documentation (Version 1.3)                     Page 15
  1061.  
  1062.  
  1063.  
  1064.                   FAXDEL.EXE -- delete a pending transmission
  1065.  
  1066.  
  1067.        If you wish to delete a pending fax transmission, FAXDEL allows
  1068.        you to do it quickly from the DOS command line. To use this
  1069.        function type
  1070.  
  1071.             FAXDEL ID#
  1072.  
  1073.        ID# is the number obtained using the FAXNEXT -a command. For
  1074.        example, if you wished to delete the transmission going to Jeff H
  1075.        at 22:45 on 3/15,  you would type
  1076.  
  1077.             FAXDEL 8112
  1078.  
  1079.        Deleting is a permanent process. Once you delete a pending
  1080.        transmission, you must reFAX (is that a new word?) it. Note that
  1081.        deleting a pending transmission DOES NOT delete the files you
  1082.        were going to transmit. Only the FAX control record is deleted.
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1123.  
  1124.  
  1125.  
  1126.        FaxPak (TM) Documentation (Version 1.3)                     Page 16
  1127.  
  1128.  
  1129.  
  1130.                     FAXANS.EXE -- set status of auto answer
  1131.  
  1132.  
  1133.        When you first setup your CCP, you had the chance to specify
  1134.        whether or not to have the hardware automatically answer the
  1135.        phone and after how many rings. If you're like me and have to
  1136.        share a voice line with your CCP, it would be nice to be able to
  1137.        have the CCP answer sometimes and not other times. That is what
  1138.        FAXANS does.
  1139.  
  1140.        To disable auto answer (for the CCP) just type FAXANS 0 at the
  1141.        DOS command line. To have CCP answer the phone on the third ring,
  1142.        type FAXANS 3.
  1143.  
  1144.        Note that FAXANS only remains in effect until you reboot your
  1145.        system (or some event reboots it for you).
  1146.  
  1147.        Typing FAXANS by itself will show you the current auto answer
  1148.        state along with a short instruction for using FAXANS.
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1189.  
  1190.  
  1191.  
  1192.        FaxPak (TM) Documentation (Version 1.3)                     Page 17
  1193.  
  1194.  
  1195.  
  1196.                  FAXLOG.EXE -- print log/clear logged entries
  1197.  
  1198.  
  1199.        FAXLOG allows you to print (to the screen or elsewhere) a list of
  1200.        logged events. A logged event is a record of a fax you sent or
  1201.        received. Each event is recorded along with its "status". An
  1202.        event's status can be "complete", "aborted", or "failed (error)".
  1203.  
  1204.        Logged events take up disk space and if you have lots of them
  1205.        hanging around, your use of CONNECT tends to slow down somewhat.
  1206.        So a little house cleaning is in order from time to time. FAXLOG
  1207.        allows you to CLEAR the log file selectively. You can clear only
  1208.        aborted events, only ones with errors, only completed events, or
  1209.        ALL events.
  1210.  
  1211.  
  1212.                                PRINTING THE LOG
  1213.  
  1214.  
  1215.        In its simplest form, just type FAXLOG and press enter and you
  1216.        will get a "short form" log displayed on your screen. FAXLOG also
  1217.        accepts options like the other FAXPAK programs:
  1218.  
  1219.             -w        print a WIDE log (132 characters).
  1220.  
  1221.             -p 50     print 50 events per page (space after -p is
  1222.                       required and you must enter a number if you use -
  1223.                       p)
  1224.  
  1225.             -r        print events in reverse order (newest -> oldest)
  1226.  
  1227.             -v        verbose. Display the name(s) of the file(s)
  1228.                       received.
  1229.  
  1230.             -n        don't print the log header information
  1231.  
  1232.             -l 5      limit the number of lines printed to 5. This is a
  1233.                       special switch designed for one user! If you only
  1234.                       want to see the last 5 events in the log, use this
  1235.                       switch. Note that the switch is the small L not
  1236.                       the number 1!
  1237.  
  1238.        The -w (wide), -p (print), and -n (no header)  options are mainly
  1239.        intended to be used when you want to print the log to a printer.
  1240.        In order to print to a printer you must "re-direct" the log to
  1241.        the printer. The normal way to do this from DOS is to type >PRN
  1242.        at the end of the DOS command line. For example:
  1243.  
  1244.             FAXLOG -w -p 50 >PRN
  1245.  
  1246.        This will send the log to the printer instead of the screen. I
  1247.        haven't tested this on every computer, so you might have to try
  1248.        >LPT1 or something like that on your machine. You can also use
  1249.        this "re-direct" feature to send the log to a disk file:
  1250.  
  1251.  
  1252.  
  1253.  
  1254.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1255.  
  1256.  
  1257.  
  1258.        FaxPak (TM) Documentation (Version 1.3)                     Page 18
  1259.  
  1260.  
  1261.             FAXLOG -w -p 50 >MYFILE.DAT
  1262.  
  1263.        If you use the -p option, FAXLOG prints a header followed by the
  1264.        number of lines you tell it to print, followed by a normal "form
  1265.        feed" character (decimal 12). Most modern printers respond to
  1266.        this character by ejecting to the top of the next page. If your
  1267.        printer doesn't, sorry!
  1268.  
  1269.        You can use the -w and -p options without the "re-direct"
  1270.        feature, but your screen (probably) won't display 132 characters
  1271.        on a line so the extra part of each line will be displayed below
  1272.        the first part (messy). Also, if you use the -p option, you will
  1273.        see a funny character before each header. That is the form feed
  1274.        character.
  1275.  
  1276.  
  1277.                                CLEARING THE LOG
  1278.  
  1279.  
  1280.        USE AT YOUR OWN RISK! Once you delete events from the log, they
  1281.        are gone.
  1282.  
  1283.        To clear the log, you use FAXLOG with the -c options:
  1284.  
  1285.             -c a      clears events that were ABORTED
  1286.             -c e      clears events that had ERRORS
  1287.             -c c      clears events that were COMPLETED
  1288.             -c *      clears ALL events!!!!!!
  1289.             -c x      clears ALL events without asking for verification
  1290.  
  1291.        Note that FAXLOG always prints a log when you use it, so if you
  1292.        type
  1293.  
  1294.                  FAXLOG -c *
  1295.  
  1296.        you will first get a log of events and they will be cleared as
  1297.        they are displayed.
  1298.  
  1299.        When you request a CLEAR, FAXLOG displays a warning message:
  1300.  
  1301.             Press Y to clear ??? events:
  1302.  
  1303.        and waits for you to press Y (or y). Any other key will cancel
  1304.        the clear. Note that the '???' above will be replaced with a
  1305.        message telling you the kind of clear you requested. CAUTION! If
  1306.        you use the -c X option, you WILL NOT be asked to confirm the
  1307.        deletion!
  1308.  
  1309.        If you are going to use the clear option, I recommend that you
  1310.        use the "re-direct" feature. First, this insures that you have a
  1311.        permanent copy of the events, second, when FAXLOG clears an
  1312.        event, it displays a message telling you that it deleted it. If
  1313.        you are displaying the log on the screen, this message will      
  1314.        get "mingled" in with the log display. Here's how I clear stuff:
  1315.  
  1316.             FAXLOG -r -w -p 50 -c * >PRN
  1317.  
  1318.  
  1319.  
  1320.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1321.  
  1322.  
  1323.  
  1324.        FaxPak (TM) Documentation (Version 1.3)                     Page 19
  1325.  
  1326.  
  1327.  
  1328.        This does these things:
  1329.  
  1330.             -r        print log in reverse order (newest -> oldest)
  1331.             -w        print 132 character lines (more information)
  1332.             -p 50     print 50 lines per page
  1333.             -c *      clear ALL events
  1334.             >PRN      send log to printer
  1335.  
  1336.  
  1337.                            FINAL NOTES ABOUT FAXLOG
  1338.  
  1339.  
  1340.        If you don't want to use the CLEAR option, simply don't use the -
  1341.        c option. As long as you don't use that, nothing will ever be
  1342.        removed from the log. Although, you are going to want to clear it
  1343.        someday (perhaps using CONNECT?).
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1387.  
  1388.  
  1389.  
  1390.        FaxPak (TM) Documentation (Version 1.3)                     Page 20
  1391.  
  1392.  
  1393.                   FAXSTAT.EXE - display status of FAX board;
  1394.  
  1395.  
  1396.        FAXSTAT simply displays the status of the fax board. Information
  1397.        included is the number of "pending" events in the task queue, the
  1398.        number of received items, and the number of logged items. Also
  1399.        displayed are the Intel CAS software version number, the name of
  1400.        the default LOGO file (if any), the default sender name (this is
  1401.        sent out as the FROM name), the CCIT identification number (this
  1402.        is the phone number that you enter when you do SETUPCC - you can
  1403.        put anything you want in this space, not just the phone number!),
  1404.        and the state of the auto answer function.
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1453.  
  1454.  
  1455.  
  1456.        FaxPak (TM) Documentation (Version 1.3)                     Page 21
  1457.  
  1458.  
  1459.                      FAXRECV.EXE - move files to DOS files
  1460.  
  1461.  
  1462.        When a fax or file is received by the CCP board, it stores the
  1463.        information internally to the Intel software. You can't access
  1464.        the fax or file using your normal DOS tools. Plus, if someone
  1465.        sends you a program file, you won't be able to use it until you
  1466.        move it from the CCP internal storage to a normal DOS directory.
  1467.        The CONNECT software allows you to do this, but you have to do it
  1468.        one file at a time. FAXRECV.EXE allows you to easily move all of
  1469.        the received faxes and files to a normal DOS directory.
  1470.  
  1471.        As usual, FAXRECV.EXE has some "switches" you must provide
  1472.        depending on what you want to do:
  1473.  
  1474.             -m   Move the files (if not present, files are displayed not
  1475.                  moved)
  1476.  
  1477.             -d   Allows you to specify a particular directory for the
  1478.                  files.
  1479.  
  1480.             -x   Delete the control record if files are moved properly.
  1481.  
  1482.             -?   Displays quick help information.
  1483.  
  1484.        The -m switch controls whether or not FAXRECV.EXE actually moves
  1485.        the internal files or whether it just displays them. If you don't
  1486.        use the -m switch, FAXRECV will only display the files that it
  1487.        finds in the receive queue. FAXRECV will show you the file name,
  1488.        file size, and status of the files in the receive queue. If a fax
  1489.        is received, it will not have a name, so FAXRECV will display
  1490.        <<fax file>> and will show how many pages are included. Status is
  1491.        "new", "read", "moved", "deleted", or "other". New files are ones
  1492.        that have never been examined by you, files that you have looked
  1493.        at (but nothing else) are "read", "moved" files are ones that you
  1494.        have already use FAXRECV on, files with a status of "deleted"
  1495.        have been deleted by you and are no longer on your computer disk.
  1496.  
  1497.        If you use -m, FAXRECV will display the internal names of the
  1498.        files as well as the new DOS filename. For example, if you
  1499.        receive a file called "myfile.dat" then use FAXRECV with -m, you
  1500.        will see something like this:
  1501.  
  1502.             myfile.dat --> .\MYFILE.DAT
  1503.  
  1504.        This means that the internal file has been moved to the current
  1505.        directory (note that .\ represents the current directory).
  1506.  
  1507.        Regular FAXes (not file transfers) don't have a REAL file name.
  1508.        FAXRECV will generate a unique filename and display it when the
  1509.        fax is moved to a file. Normally, FAXes are created with a .DCX
  1510.        file extension. This signifies that it is a multi-page graphics
  1511.        file. You would need to use the Intel GRAPHICS function (or
  1512.        possibly another graphics program you have) to view or print it.
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1519.  
  1520.  
  1521.  
  1522.        FaxPak (TM) Documentation (Version 1.3)                     Page 22
  1523.  
  1524.  
  1525.        The -d switch allows you to specify which directory you want to
  1526.        put the files in when they are moved. For example
  1527.  
  1528.             FAXRECV -m -d C:\NEWFILES
  1529.  
  1530.        will move any available files/faxes to the directory C:\NEWFILES.
  1531.        If that directory does not already exist, you will be asked if
  1532.        you wish to create it. Answer Y or N as you desire. If you
  1533.        proceed you will see:
  1534.  
  1535.             myfile.dat --> C:\NEWFILES\MYFILE.DAT
  1536.  
  1537.        The -x switch is used to "cleanup" the internal receive queue.
  1538.        When CCP gets an incoming fax or file, it creates a "control"
  1539.        record which contains the names of the faxes/files actually
  1540.        received along with some other internal information. In addition
  1541.        to this record, CCP creates a separate record for each fax/file
  1542.        received. When you MOVE files, the individual file records are
  1543.        used to create the DOS files, but the control record remains
  1544.        showing the fact that the files have been moved. If you don't
  1545.        need to keep this control record, include -x with FAXRECV and it
  1546.        will be removed.
  1547.  
  1548.        You might want to keep a permanent record of files received and
  1549.        moved, if so, include the "redirection" command when you use
  1550.        FAXRECV. For example:
  1551.  
  1552.             FAXRECV -m -d C:\NEWFILES -x >RECEIVE.LOG
  1553.  
  1554.        This will move all available faxes/files to C:\NEWFILES, delete
  1555.        the internal control record, and save the FAXRECV output in a
  1556.        file called RECEIVE.LOG. You could use >>RECEIVE.LOG to add the
  1557.        new information to any information that already existing in
  1558.        RECEIVE.LOG.
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1585.  
  1586.  
  1587.  
  1588.        FaxPak (TM) Documentation (Version 1.3)                     Page 23
  1589.  
  1590.  
  1591.  
  1592.                                  INSTALLATION
  1593.  
  1594.  
  1595.        No special installation is necessary to make these programs work.
  1596.        It makes sense to place them in a directory that is in your PATH.
  1597.        If you don't know about PATH type stuff, consult any good DOS
  1598.        book (or even your DOS  manual!).
  1599.  
  1600.        Naturally, you must have a properly installed CCP and you must
  1601.        have the "resident fax manager" software running. The resident
  1602.        manager is called CCAM (from Intel) and will be running if you
  1603.        are able to use your CCP!
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1651.  
  1652.  
  1653.  
  1654.        FaxPak (TM) Documentation (Version 1.3)                     Page 24
  1655.  
  1656.  
  1657.                                    COPYRIGHT
  1658.  
  1659.  
  1660.        These programs are all
  1661.  
  1662.             Copyright (C) Jeff Hofstetter 1989, 1990
  1663.  
  1664.  
  1665.                                    WARRANTY
  1666.  
  1667.  
  1668.        I have exercised reasonable care in writing these programs, but I
  1669.        offer no warranty of any kind, actual or implied, including
  1670.        warranties of merchantability and fitness for a particular
  1671.        purpose.
  1672.  
  1673.        I can't be held liable for any special, incidental, or
  1674.        consequential damages arising out of or resulting from the use of
  1675.        these programs.
  1676.  
  1677.  
  1678.                                     SUPPORT
  1679.  
  1680.  
  1681.        I will provide support to REGISTERED users of FAXPAK via phone,
  1682.        fax, or email. Fixes and upgrades will be distributed via
  1683.        Connection CoProcessor. All comments, questions, etc. should be
  1684.        directed to me on Compuserve via EasyPlex. I also visit the
  1685.        Compuserve Intel PCEO forum frequently. You can call me or fax me
  1686.        at the number shown below. NOTICE that I'm sharing a voice and
  1687.        fax line, so send faxes at the right time!
  1688.  
  1689.        These programs were developed with Microsoft C v5.1 using the
  1690.        DCA/Intel Communicating Applications Specification.
  1691.  
  1692.  
  1693.        Jeff Hofstetter
  1694.        Compuserve ID 70365,110
  1695.        voice phone (303) 440-7683
  1696.        fax phone (after 10pm Mountain time!) (303) 440-7683
  1697.  
  1698.        1722 Drake Street
  1699.        Longmont, Colorado 80503
  1700.        USA
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716.             Copyright (C) 1990, Jeff Hofstetter (ph: 303.440.7683)
  1717.