home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / file / 008 / idcutils.doc < prev    next >
Encoding:
Text File  |  1989-10-25  |  27.0 KB  |  804 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                            Documentation for IDCUTILS
  19.  
  20.  
  21.  
  22.  
  23.           Authors    : Gary Conway / Chuck Crumpton
  24.           Created    : 1986-89
  25.           Notice     : Copyright 1988-89 Infinity Design Concepts
  26.                      : All Rights Reserved
  27.                      : 1052 Parkway Drive Louisville, Kentucky 40217
  28.                      : (502) 636-1234
  29.           *--------------------------------------------------------------*
  30.  
  31.  
  32.  
  33.  
  34.           These programs are distributed under the SHAREWARE concept. 
  35.           They are copyrighted material and all rights are reserved by 
  36.           the copyright holder. They may be used and distributed as long 
  37.           as no fee is charged and they are not used in any manner 
  38.           whatsoever for commercial purposes. Businesses that would like 
  39.           to use these programs MUST purchase a registered copy of the 
  40.           utilities package. Government and site license pricing also 
  41.           available.
  42.  
  43.           If you continue to use any of the programs in this package, 
  44.           you are expected to purchase a copy of the software.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                 Table of Contents
  71.  
  72.                                                                     Page
  73.       STATS.EXE....................................................  1
  74.  
  75.       DUMPINTS.EXE.................................................  1
  76.  
  77.       FREERAM.EXE..................................................  2
  78.  
  79.       SPACE.EXE....................................................  2
  80.  
  81.       FINDASCI.EXE.................................................  2
  82.  
  83.       LETTER.EXE...................................................  2
  84.  
  85.       BOOT.COM.....................................................  3
  86.  
  87.       DTROFF.EXE...................................................  4
  88.  
  89.       Q.EXE........................................................  4
  90.  
  91.       IDC-KEYS.EXE.................................................  4
  92.  
  93.       IDCTREE.COM..................................................  4
  94.  
  95.       FILE FINDER..................................................  5
  96.  
  97.       DISK.EXE.....................................................  6
  98.  
  99.       SOUND.EXE....................................................  6
  100.  
  101.       CGRAPHIC.COM.................................................  6
  102.  
  103.       CRC.EXE (CRC-16 and CRC-32 check)............................  7
  104.  
  105.       DD.EXE.......................................................  7
  106.  
  107.       JOYTEST.EXE.................................................   8
  108.  
  109.       ALARM.COM....................................................  8
  110.  
  111.       YESNO.COM....................................................  8
  112.  
  113.       IDCCOPY.EXE..................................................  9
  114.  
  115.       SETNUM.COM.....................................................9
  116.  
  117.       REGISTRATION FORM...........................................  10
  118.  
  119.  
  120.  
  121.  
  122.  
  123.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  124.  
  125.  
  126.  
  127.                                   " STATS.EXE "
  128.                    
  129.           Stats.Exe will give the Machine statistics of any IBM 
  130.           Compatible Computer. The information displayed is as follows;
  131.  
  132.           BIOS SIGNATURE - as read from the ROM BIOS in your machine
  133.  
  134.           BIOS DATE - date of your ROM BIOS
  135.  
  136.           OEM NUMBER - name of OEM DOS supplier
  137.  
  138.           DOS VERSION - version of DOS currently running
  139.  
  140.           MICROPROCESSOR type - 8086,8088,80188,80286,80386,V20,V30
  141.  
  142.           MACHINE CLASS - PC,XT,AT,PCjr
  143.  
  144.           NUMBER OF LOGICAL DRIVES reported by DOS
  145.  
  146.           ANSI DRIVER INSTALLED (YES OR NO)
  147.  
  148.           MATH COPROCESSOR (YES OR NO)
  149.  
  150.           MOUSE DRIVER INSTALLED (YES OR NO)
  151.  
  152.           SERIAL PORTS ATTACHED (NUMBER)
  153.  
  154.           PARALLEL PORTS ATTACHED (NUMBER)
  155.  
  156.           EXTENDED MEMORY (TOTAL)
  157.  
  158.           EXPANDED MEMORY (FREE TOTAL USED)
  159.  
  160.           CONVENTIONAL MEMORY (FREE TOTAL USED)
  161.  
  162.           VIDEO ADAPTER (MONO CGA EGA VGA) and video mode COLOR/MONO
  163.  
  164.           VIDEO RAM (EGA/VGA only)
  165.  
  166.           To run the program type:
  167.  
  168.                                  "Stats" <Enter>
  169.  
  170.  
  171.           
  172.           *--------------------------------------------------------------*
  173.  
  174.                                 " DUMPINTS.EXE "
  175.  
  176.           Dumpints is a programmer's aid and will display a list of 
  177.           interrupt vectors and their meanings on the screen. To run 
  178.           the program type:
  179.  
  180.                                "DUMPINTS" <Enter>
  181.  
  182.  
  183.  
  184.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  185.                                                              Page 1
  186.  
  187.  
  188.  
  189.           If  you  choose to stop the scroll use Control-S, this  will 
  190.           pause the screen. Press enter to resume the scroll.
  191.           If you choose to divert the information to your printer type:
  192.  
  193.                                 " DUMPINTS >prn "
  194.           
  195.  
  196.           *--------------------------------------------------------------*
  197.  
  198.                                  " FREERAM.EXE " 
  199.  
  200.           Freeram will display conventional ram, total, free and used in 
  201.           your system. To run the program type:
  202.  
  203.                                 "Freeram" <Enter>
  204.  
  205.  
  206.           *--------------------------------------------------------------*
  207.  
  208.                                   " SPACE.EXE " 
  209.  
  210.           Space.Exe will tell show disk space statistics on ALL 
  211.           available disk drives. To run the program type:
  212.  
  213.                                  "Space" <Enter>
  214.  
  215.           *--------------------------------------------------------------*
  216.  
  217.                                 " FINDASCI.EXE "      
  218.  
  219.           This program will find strings of 2 or more ASCII characters 
  220.           in any file and dump them to the screen. This program is 
  221.           intended to be used to locate copyright messages in files 
  222.           that have been uploaded to bulletin boards to help avoid 
  223.           legal problems. You may give a drive and path designation for 
  224.           the file to be checked. To run the program type:
  225.  
  226.                                "Findasci" <Enter>
  227.  
  228.           *--------------------------------------------------------------*
  229.  
  230.                                  " LETTER.EXE " 
  231.  
  232.           This program will print envelopes on the HP LASERJET+ 
  233.           series II or compatible printer. NOTE that the envelopes will 
  234.           be fed thru the manual tray and printed in the landscape 
  235.           mode. 
  236.           To run the program type:
  237.  
  238.                                 "Letter" <Enter>
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  247.                                                              Page 2
  248.  
  249.  
  250.  
  251.           *--------------------------------------------------------------*
  252.  
  253.                                     BOOT.COM
  254.  
  255.           Boot.Com very simply does a cold boot on your machine.
  256.           To run the program type:
  257.  
  258.                                "Boot" <Enter>
  259.  
  260.           This program is very useful for setting up a batch file that 
  261.           causes DOS to boot with or without your TSR programs, since 
  262.           many applications find conflict with TSR's. An example batch 
  263.           file for this follows;
  264.  
  265.            REM      This batch file is called NOBOOT.BAT
  266.            echo off
  267.            cls
  268.            cd\
  269.            REM   if autoexec.OLD exists, then we need to reinstate
  270.            REM   the original AUTOEXEC.BAT with TSR's etc.
  271.            IF EXIST autoexec.old GOTO autoboot
  272.            REM   autoexec.OLD does not exist, 
  273.            REM   therefore copy autoexec.BAT to autoexec.OLD
  274.            COPY autoexec.bat *.old
  275.            COPY config.sys *.old
  276.            COPY config config.sys
  277.            COPY autoexec autoexec.bat
  278.            GOTO done
  279.            :autoboot
  280.            COPY autoexec.old autoexec.bat
  281.            COPY config.old config.sys
  282.            DEL config.old
  283.            DEL autoexec.old
  284.            :done
  285.            REM    now reboot the machine
  286.            BOOT
  287.  
  288.           The system is set up to use the following files.
  289.  
  290.           AUTOEXEC.BAT - your normal autoexec file
  291.           AUTOEXEC     - the autoexec you wish to use when booting 
  292.                          virgin DOS without TSR's etc.
  293.           CONFIG.SYS   - your normal config file
  294.           CONFIG       - the config file you wish to use when booting
  295.                          virgin DOS, without TSR's etc.
  296.  
  297.           The AUTOEXEC.OLD and CONFIG.OLD files are automatically 
  298.           created and deleted by the above batch file as needed.
  299.  
  300.           The NOBOOT.BAT file causes the machine to toggle its boot 
  301.           state. The first time NOBOOT is run, it will set DOS up to 
  302.           boot from your AUTOEXEC and CONFIG files, the second time, it 
  303.           will cause DOS to boot with the original AUTOEXEC.BAT and 
  304.           CONFIG.SYS files.
  305.  
  306.  
  307.  
  308.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  309.                                                              Page 3
  310.  
  311.  
  312.  
  313.           *--------------------------------------------------------------*
  314.  
  315.                                  " DTROFF.EXE "
  316.  
  317.           Dtroff.Exe drops the DTR line on your modem ( hangs up )
  318.           To run the program type:
  319.  
  320.                                 "Dtroff" COMPORT (1 or 2) <Enter>
  321.  
  322.           *--------------------------------------------------------------*
  323.                                     
  324.                                     " Q.EXE "
  325.  
  326.           Q.Exe is a programmers aid which dumps the PSP (Program 
  327.           Segment Prefix , if you don't know what that is, you won't 
  328.           need the program )
  329.  
  330.           To run the program type:
  331.  
  332.                                    "Q" <Enter>
  333.  
  334.           *--------------------------------------------------------------*
  335.  
  336.                                 " IDC-KEYS.EXE "
  337.  
  338.           IDC-keys is a TSR which will speed up cursor key action. This 
  339.           program should be entered in your Autoexec.Bat or if you are 
  340.           using DOS 4.0 you may use the Install Command in your 
  341.           Config.Sys file.
  342.           To run the program type:
  343.  
  344.                                "Idc-keys" <Enter>
  345.  
  346.           *--------------------------------------------------------------*
  347.  
  348.                                  " IDCTREE.COM " 
  349.  
  350.           IDCtree.Com is a stand alone directory tree which will scan 
  351.           any disk and display the directory of that disk in a visual 
  352.           tree structure.
  353.           To run the program type:
  354.  
  355.                                 "Idctree" <Enter>
  356.  
  357.           IDCtree has several options, they are as follows;
  358.  
  359.           (S) Scan disk will ask you which disk you want a directory of.
  360.  
  361.           (M) Make Directory will allow you to create a new directory 
  362.           on the current drive.
  363.  
  364.           (R) Remove Directory will allow you to remove the highlighted 
  365.           directory from the current drive (as long as that directory 
  366.           is empty).
  367.  
  368.  
  369.  
  370.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  371.                                                              Page 4
  372.  
  373.  
  374.  
  375.           (Enter) Hit the <Enter> key in order to go the highlighted 
  376.           directory and exit.
  377.  
  378.           (Esc) Esc will exit the program.
  379.  
  380.           *--------------------------------------------------------------*
  381.  
  382.                                  " FILE FINDER "
  383.  
  384.           FILE FINDER is designed to locate files on your harddisk. You 
  385.           may supply a drive and/or a wildcard filespec and FILE FINDER 
  386.           will locate and display all files that match the given 
  387.           filespec. Optionally, you may tell FILE FINDER to search ALL 
  388.           drives in your system.
  389.          
  390.           This program will accept arguments on the command line as 
  391.           follows;
  392.          
  393.          
  394.                  FF [drive:] [filemask] [switches]
  395.                  
  396.                  drive: - represents the drive that you wish searched
  397.                           if no drive is specified, the current drive is
  398.                           searched
  399.  
  400.                  filemask - this is the file specification that you are
  401.                             trying to find. The wildcard characters "?"
  402.                             and "*" are permitted.
  403.                  
  404.                  switches - there are five optional switches that may be
  405.                             used.
  406.                             
  407.                  /h - displays a help screen
  408.                  /p - pause after each find
  409.                  /a - search all drives in the system
  410.                  /w - displays the located filenames in a wide format
  411.                  /j - prompt for directory when match is located
  412.           
  413.           EXAMPLES:
  414.          
  415.           FF *.bat        - will locate all batch files on the
  416.                             current drive.
  417.           FF /h           - will display a help screen
  418.           FF a:*.exe      - will locate and display all 
  419.                             .EXE files on drive A: that match *.EXE
  420.           FF              - will display all files in all subdirectories
  421.                             on the current drive.
  422.           FF *.bat /w     - will display all batch files on the current
  423.                             drive in a wide format.
  424.           FF *.com /a/w/p - will search all drives in the system for
  425.                             .COM files and display them in a wide format
  426.                             and pause after each match.
  427.  
  428.           As you can see, the switches can be "stacked" together on the 
  429.           command line, but note that the /H switch for the help screen 
  430.  
  431.  
  432.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  433.                                                              Page 5
  434.  
  435.  
  436.  
  437.           takes precedence over all other options.
  438.           Note that control-C will abort the program at any time and 
  439.           the SPACE BAR may be used to toggle pause mode on or off. 
  440.           When pause mode is ON, the display is paused after each 
  441.           matching file is located and displayed. In wide mode, the 
  442.           display is paused after printing the current line.
  443.  
  444.           *--------------------------------------------------------------*
  445.           
  446.                                   " DISK.EXE "
  447.  
  448.           Disk.Exe is a programmers aid which will display the BIOS 
  449.           Parameter Block of a given drive. The BPB is read from both 
  450.           DOS and the boot record of the disk itself. The program also 
  451.           supports DOS 4.x BPB calls and demonstrates the differences 
  452.           in the boot record BPB's, e.g. the extended signature and 
  453.           information.
  454.           To run the program type:
  455.  
  456.                            "Disk [drive:]" <Enter>
  457.  
  458.           Where the drive designator is optional.
  459.  
  460.  
  461.           *--------------------------------------------------------------*
  462.  
  463.                                   " SOUND.EXE "
  464.  
  465.           Sound.Exe was thrown in just for fun, it doesn't do anything 
  466.           fantastic, just makes sound. It's nice to put in a batch file 
  467.           to let you know when an operation is finished or you might 
  468.           add it to the end of your Autoexec.Bat to tell you when the 
  469.           machine has booted.
  470.           To run the program type:
  471.  
  472.                                  "Sound"<Enter>
  473.  
  474.           *--------------------------------------------------------------*
  475.                                 " CGRAPHIC.COM "
  476.  
  477.           This program was created for those of you who have Citoh 
  478.           Prowriter 1550,8510 etc. series or NEC 8023 printers 
  479.           connected to your IBM or compatible. The graphics.com program 
  480.           supplied with your DOS will dump graphics characters and 
  481.           screens to an EPSON compatible printer, but this doesn't do 
  482.           either of us any good. This program will nestle itself into 
  483.           DOS and intercept characters going to the printer and 
  484.           translate them into graphics that the Citoh can understand. 
  485.           The PrintScreen function of DOS is also replaced so that any 
  486.           of the graphics screens may be printed as well. To install 
  487.           the program, simply enter "cgraphic" and the program will 
  488.           install itself into DOS.
  489.  
  490.  
  491.  
  492.  
  493.  
  494.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  495.                                                              Page 6
  496.  
  497.  
  498.  
  499.           *--------------------------------------------------------------*
  500.                                    " CRC.EXE "
  501.  
  502.           This program will calculate the CRC values for any file.
  503.           If the original CRC value of the file is known, then it
  504.           is possible to determine if the file has been altered
  505.           e.g. determine the possibility that the file has been
  506.           trojanized.
  507.          
  508.           Examples of the command line are as follows:
  509.  
  510.           CRC c:\utils\*.asm
  511.  
  512.           CRC *.bat      
  513.  
  514.           The CRC-16 algorithm used by CRC.EXE is compatible with the 
  515.           CRC calculations used in .ARC files and may therefore be 
  516.           compared with the CRC information contained there. The CRC-16 
  517.           algorithm is not XMODEM compatible.
  518.  
  519.           The CRC-32 algorithm used by CRC.EXE is compatible with the 
  520.           algorithm used by ZIP files. 
  521.  
  522.           *--------------------------------------------------------------*
  523.                                    " DD.EXE "
  524.  
  525.  
  526.           This program will scan a directory and display the unsorted
  527.           filenames matching a user supplied mask, along with their
  528.           size, date, time and file attributes. It's not super-duper
  529.           terrific, but we had need of it in-house and just thought
  530.           that others might find it useful at times as well.
  531.  
  532.           DD is invoked via any of the following options,
  533.                  
  534.                  dd      - shows all files in the current directory
  535.                  dd c:   - displays all files in the root on C:
  536.                  dd c:\idc - shows all files in the idc subdirectory
  537.                  dd *.asm - displays all files with the .ASM extension
  538.                  dd d:\idcshell\*.bat - displays all .BAT files in the
  539.                                         idcshell subdirectory
  540.  
  541.  
  542.           The command line switches are,
  543.          
  544.          
  545.                  dd /h   - displays a listing of the command line switches
  546.                  dd /np  - disables output pagination (doesn't stop with
  547.                            each screen full)
  548.                  dd /43  - formats output for 43 screen lines (EGA and up)
  549.  
  550.           Note that only one of the switches can be used at a time and the 43
  551.           line mode ALWAYS paginates the output.
  552.          
  553.           The program can be aborted with ^C at any time.
  554.  
  555.  
  556.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  557.                                                              Page 7
  558.  
  559.  
  560.  
  561.           *--------------------------------------------------------------*
  562.                                  " JOYTEST.EXE "
  563.  
  564.  
  565.           This program is designed to help you evaluate joystick performance
  566.           and linearity. The numbers displayed should change smoothly as you
  567.           move the joystick around. Even good joysticks will demonstrate
  568.           some jitter, but poor ones will show a great deal of jitter.
  569.          
  570.           This jitter is caused by the resistors inside the joystick. Good
  571.           joysticks will contain very good linear potentiometers and will
  572.           show a very smooth number change, and hence demonstrate 
  573.           better playability.
  574.          
  575.           *--------------------------------------------------------------* 
  576.                                   " ALARM.COM "
  577.  
  578.           This program will allow you to set an alarm which will beep 
  579.           four times once the set time is reached. ALARM will beep once 
  580.           at the top of every hour and as a side benefit will display a 
  581.           window in the upper right hand corner of your monitor screen 
  582.           which displays, the day, and time in standard format. To set 
  583.           the alarm to the time you choose enter:
  584.  
  585.           ALARM HH:MM <ENTER> 
  586.  
  587.           To turn off Alarm and remove the time window enter:
  588.  
  589.           Alarm - <ENTER>
  590.  
  591.           Although the window is displayed in standard notation, you 
  592.           MUST supply the alarm time in MILITARY time !
  593.           
  594.           *--------------------------------------------------------------*
  595.                                   " YESNO.COM "  
  596.  
  597.           This program will execute a command line and then return an
  598.           errorlevel that can be read by a batch file errorlevel function.
  599.           Useful in batch files when the user needs to respond to some 
  600.           question and would like access to the users response.
  601.           The response returned is an ASCII char in decimal, i.e.
  602.  
  603.           .... a portion of a batch file
  604.  
  605.           YESNO RESP "Do you want the money ? " ( YESNO gets users 
  606.           answer)
  607.           IF ERRORLEVEL 59 ECHO I will give it to you then
  608.           IF ERRORLEVEL 78 ECHO Ok, then don't take it
  609.  
  610.            .. 59 and 78 above are the ASCII chars Y and N
  611.  
  612.           For more examples of how to use YESNO, see the FLOPPY.BAT 
  613.           file, included in the IDCutils set.
  614.           
  615.  
  616.  
  617.  
  618.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  619.                                                              Page 8
  620.  
  621.  
  622.  
  623.           *--------------------------------------------------------------* 
  624.                                   " IDCCOPY.EXE "
  625.                                  
  626.  
  627.           IDCcopy makes copying large list of files repeatedly much 
  628.           faster than copying with the DOS copy command in BATCH files. 
  629.           To use IDCcopy set up a list file called IDCCOPY.LST using 
  630.           your favorite editor that will create plain ASCII files, with 
  631.           the file format as follows:
  632.  
  633.                               File1.ext
  634.                               File2.ext
  635.                               File3.ext
  636.  
  637.           Note that the filenames MUST begin in the first column and 
  638.           end with a carriage return and linefeed.
  639.  
  640.           Then enter the following command line:
  641.  
  642.  
  643.                               IDCcopy drive:\path
  644.                               
  645.  
  646.  
  647.           The program will then copy all files listed in the 
  648.           IDCCOPY.LST file in the CURRENT directory, to the destination 
  649.           drive:\path. The list file MUST contain the filenames of the 
  650.           files to be copied to the destination.
  651.  
  652.           
  653.           Entering IDCcopy /h will display a help screen
  654.  
  655.  
  656.           *---------------------------------------------------------------*
  657.                                   "SETNUM.COM"   
  658.  
  659.  
  660.           Setnum.com will turn off the annoying num lock light that 
  661.           comes on when AT's boot up. Setnum should be placed into your 
  662.           Autoexec.bat and then reboot.
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  681.                                                              Page 9
  682.  
  683.  
  684.  
  685.                                 REGISTRATION FORM
  686.                               Copyright (c) 1987,88,89
  687.                           Infinity Design Concepts, Inc.
  688.                                1052 Parkway Drive
  689.                          Louisville, Kentucky  40217  USA
  690.                                 (502)-636-1234
  691.  
  692.                             (Please Print Clearly)
  693.      (orders cannot be processed unless the following information is supplied)
  694.  
  695.          Name.........________________________________  Age..______
  696.  
  697.          Address......________________________________
  698.  
  699.          City,State..._________________________________  Zip..___________
  700.  
  701.          Country......_________________________________
  702.  
  703.          Phone........_________________________________  (MUST for credit card)
  704.  
  705.          Computer Description...._____________________________________________
  706.  
  707.          NARC/IDCshell version.._______  Where you got them ..________________
  708.  
  709.          DOS version..____________      Video Card... MGA CGA EGA VGA PGC
  710.  
  711.          Date...________         Mouse brand ...______________________________
  712.  
  713.                                  Mouse driver version ..._____________________
  714.  
  715.  
  716.                                                Check Services/Products Desired
  717.  
  718.          Disk Only:  NARC                        $20.00 US          ______
  719.                      (includes manual on disk)
  720.          NARC with manual                        $35.00 US          ______
  721.   
  722.          Disk Only:  IDCshell                    $30.00 US          ______
  723.                      (includes manual on disk)
  724.          IDCshell with manual                    $45.00 US          ______
  725.  
  726.          Disk Only:  IDCshell/NARC combination   $45.00 US          ______
  727.                      (includes manuals on disk)
  728.  
  729.          IDCshell/NARC with manual               $65.00 US          ______
  730.  
  731.  
  732.          Site License:                                         Please Call      
  733.  
  734.          IDCUTILS Collection of useful utilities $25.00 US          ______
  735.          IDCKILL  global file deletion utility   $7.50  US          ______
  736.          IDCLOG   TSR time logging util          $25.00 US          ______
  737.          IDCLBL   diskette labeler               $20.00 US          ______
  738.  
  739.          Outside North America add for airmail   $5.00 US           ______
  740.  
  741.  
  742.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  743.  
  744.  
  745.  
  746.          Postage and handling inside USA add     $3.50 US           ______
  747.          Add 5% to total for credit card orders ................... ______
  748.  
  749.                             Total Enclosed (U.S. dollars) :  _____________
  750.  
  751.          Specify media format:   5.25" (360KB) .......................  [ ]
  752.                                  3.50" (720KB) .......................  [ ]
  753.  
  754.  
  755.          Customers residing outside the United States of America should
  756.          send payment in the form of a check drawn in U.S. dollars.
  757.  
  758.          MasterCard  [ ]    Visa  [ ]  (check one)
  759.          Account Number __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __
  760.          Expiration Date __ __ / __ __
  761.          Cardholders signature _______________________ all sales are final.
  762.          (Be sure to include your phone number)
  763.  
  764.          IDC incentive plan !!
  765.          
  766.          If you recommend any IDC product to a friend and your friend purchases
  767.          any IDC product, have him send your name and address -OR- your
  768.          registration number along with his order. YOU will be given
  769.          a $5.00 credit toward your next IDC purchase/upgrade. If ten of
  770.          your friends each register and mention your name, you will have
  771.          $50.00 worth of credit with IDC, there is no limit.
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.       Copyright 1989 Infinity Design Concepts, All Rights Reserved
  804.