home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1409 / popit30.doc < prev    next >
Encoding:
Text File  |  1993-06-01  |  24.1 KB  |  620 lines

  1. INTRODUCING POPIT!
  2.  
  3.  
  4.    (c) Copyright 1990-92 by
  5.  
  6.  
  7.                       ▄▄████▄▄
  8.             ▄█▀█▄   ▄█▀▀  ▀▀███▄
  9.            █▀   ▀█▄█▀        ███
  10.            ▀█▄ ▄█▀ ▀█▄▄    ▄██▀
  11.              ▀▀▀      ▀▀▀▀▀▀
  12.            ███           ▄███ ███          ███  ▄██
  13.            ███ ▄▄▄ ▄▄▄  ▄███▄ ▄▄▄ ▄▄▄ ▄▄▄  ▄▄▄ ▄███▄  ▄▄▄▄
  14.            ███ ███▀ ███  ███  ███ ███▀ ███ ███  ███  ███▄██
  15.            ███ ███  ███  ███  ███ ███  ███ ███  ███▄ ▀██▄▄▄
  16.  
  17.             T   E   C   H   N   O   L   O   G   I   E   S
  18.  
  19.                    11433 Cronridge Drive, Suite H
  20.                        Owings Mills, MD 21117
  21.                           +1-410-363-1097
  22.                        FAX: +1-410-363-3779
  23.  
  24.                       MHS: Support @ Infinite
  25.           CompuServe: >MHS:Support @ Infinite (or 73270,405)
  26.             Internet: Support@Infinite.MHS.CompuServe.com
  27.  
  28.   Technical Support provided on the CompuServe Information Service in
  29.        PCVENF Section 13 (moving to NOVVEN Section 4 on 12/1/92)
  30.  
  31.  
  32.  
  33. OVERVIEW
  34.  
  35.    PopIT! turns almost any program into a memory resident pop-up
  36.    utility.  Simply press PopIT!'s hot-key (the default is CTRL-
  37.    F1), and you can execute any of the programs defined to Pop-
  38.    It's menu, or execute any DOS command-line.
  39.  
  40.    PopIT! was designed primarily with network administrators in
  41.    mind, although network power-users will also undoubtedly enjoy
  42.    the convenience of PopIT!   Network administrators can use
  43.    PopIT! to jump into NetWare utilities like RCONSOLE, SYSCON,
  44.    FCONSOLE and others, without exiting their application.
  45.  
  46.    This .ZIP file includes a 30-day trial version of PopIT!, allowing
  47.    you to try PopIT! for 30 days of actual use before deciding
  48.    whether or not to purchase it.
  49.  
  50.  
  51.  
  52. INSTALLING POPIT!
  53.  
  54.  
  55.    COPY POPIT! TO YOUR SERVER
  56.  
  57.    Copy PopIT!'s program files into SYS:PUBLIC or other
  58.    appropriate directory on your file server.  The following
  59.    files are required:
  60.  
  61.       PINSTALL.EXE
  62.       POPIT30.COM
  63.       POPIT30.OVR
  64.       VIDEO.OVR
  65.       PCONFIG.EXE
  66.       POPIT.DAT
  67.  
  68.    Note:  If you are running other Infinite Technologies'
  69.    utilities, they share a common VIDEO.OVR file.  Use the
  70.    VIDEO.OVR with the most recent date stamp.
  71.  
  72.  
  73.    RUN PINSTALL TO INITIALIZE POPIT!
  74.  
  75.    Run PINSTALL.EXE to initialize the PopIT! 30 day trial period.
  76.  
  77.  
  78.    RUN PCONFIG TO CUSTOMIZE POPIT!
  79.  
  80.    PopIT! functions as a rudimentary menuing application.  In
  81.    order to define the items that will be made available on Pop-
  82.    It's pop-up menu, you must execute the PCONFIG utility.  Type
  83.    PCONFIG to create/edit the default menu profile, POPIT.DAT, or
  84.    type PCONFIG MENUFILE, where MENUFILE is the name of the menu
  85.    profile that you are creating.
  86.  
  87.    Within PCONFIG, press <Insert> to define additional
  88.    applications.  The following fields are available for each
  89.    application:
  90.  
  91.       Description (Required) - This is the descriptive name for
  92.       the application that will appear on PopIT!'s menus.
  93.  
  94.       Executable File Information:
  95.  
  96.           Drive (Optional if program is in path) - The drive
  97.           letter on which the program file is located.
  98.  
  99.           Directory (Optional if program is in path) - The
  100.           directory on the specified drive where the program file
  101.           is located.  DOS environmental variables can be used
  102.           by surrounding the variable name with % characters,
  103.           i.e., %USER%.
  104.  
  105.           File Name (Required) - The file name of the executable
  106.           program file (or batch file).  Include the .EXE, .COM,
  107.           or .BAT extension as appropriate.
  108.  
  109.           Parameters (Optional) - This defines any command line
  110.           parameters to be passed to the program.  To prompt for
  111.           a command-line parameter, place a ? in the first field,
  112.           followed immediately by an optional text prompt to be
  113.           presented to the user when this application is
  114.           selected.
  115.  
  116.       Working Drive or Directory (OPTIONAL) - These fields
  117.       specify an optional work directory to change to when the
  118.       application is executed.  This is optional.
  119.  
  120.  
  121.    LOAD POPIT!
  122.  
  123.    To load PopIT!, simply type POPIT30.
  124.  
  125.    Optional command-line parameters include:
  126.  
  127.       /P=MENUFILE where MENUFILE is the PopIT! menu profile file
  128.       to use instead of POPIT.DAT.
  129.  
  130.       /M=??? where ??? is the number of KB of swap area PopIT!
  131.       should use.  PopIT! defaults to 384KB.
  132.  
  133.       /NE tells PopIT! not to use Expanded memory for swapping.
  134.  
  135.       /NX tells PopIT! not to use Extended memory for swapping.
  136.  
  137.       /NU tells PopIT! not to use 386-to-the-MAX or QEMM upper
  138.       memory blocks to reduce conventional memory overhead.
  139.  
  140.       /D tells PopIT! not to use Expanded or Extended memory for
  141.       swapping, and to swap to disk.  (PopIT! will swap to disk
  142.       by default if insufficient expanded or extended memory is
  143.       available.)  Note:  PopIT! creates a swap file in C:\ or
  144.       the directory specified via the DOS TMP environmental
  145.       variable.  PopIT! is NetWare aware, so multiple
  146.       workstations can safely use the same TMP directory.
  147.       /U unloads or de-installs PopIT!.
  148.  
  149.    You can also change PopIT!'s default hot-key of CTRL-F1 via
  150.    the command line with the following command line parameters:
  151.  
  152.      @    Tells PopIT! to use <ALT> instead of <CTRL> in the hot-
  153.           key.
  154.  
  155.      %    Tells PopIT! to use <CTRL>-<ALT> instead of just <ALT>
  156.           in the hot-key.
  157.  
  158.      &    Tells PopIT! to use <CTRL>-<LEFT SHIFT> instead of
  159.           <ALT> in the hot-key.
  160.  
  161.      !    Tells PopIT! to use <ALT>-<LEFT SHIFT> instead of
  162.           <ALT> in the hot-key.
  163.  
  164.      A-Z  Any alphabetic character from A to Z can be specified
  165.           to work in conjunction with <ALT> or <CTRL> in the hot-
  166.           key.
  167.  
  168.      Fxx  Any function key (F1-F12) can be specified to work in
  169.           conjunction with <ALT> or <CTRL> in the hot-key.
  170.  
  171.    Examples:
  172.  
  173.       POPIT30 alone defaults to the <CTRL>-<F1> hot-key, or if Pop-
  174.       It has already been loaded, the hot-key is not changed.
  175.  
  176.       POPIT30 X tells PopIT! to use <CTRL>-<X> as its hot-key.
  177.  
  178.       POPIT30 @Z tells PopIT! to use <ALT>-<Z> as its hot-key.
  179.  
  180.       POPIT30 F12 tells PopIT! to use <CTRL>-<F12> as its hot-key.
  181.  
  182.       POPIT30 %F5 tells PopIT! to use <CTRL>-<ALT>-<F5> as its hot-key.
  183.  
  184.       POPIT30 &Z tells PopIT! to use <CTRL>-<LEFT SHIFT>-<Z> as its
  185.       hot-key.
  186.  
  187.       POPIT30 !F1 tells PopIT! to use <ALT>-<LEFT SHIFT>-<F1> as its
  188.       hot-key.
  189.  
  190.  
  191.  
  192. POPPING UP POPIT!
  193.  
  194.    Press the PopIT! hot-key defined when loading PopIT!, and the
  195.    PopIT! menu will be displayed.
  196.  
  197.    Select an application by moving the highlight-bar, or by
  198.    typing in the first one or more letters of the application
  199.    name.  Then press <Enter> to execute the application.
  200.  
  201.    In addition to any defined applications, you can also press F2
  202.    to access a DOS Command Window, where you can enter any DOS
  203.    command.
  204.  
  205.    To disable access to the DOS Command Window, set the DOS
  206.    environmental variable POPDOS to NO (e.g., SET POPDOS=NO).
  207.  
  208.  
  209. COMPATIBILITY CONSIDERATIONS
  210.  
  211.    PopIT! may experience problems with some revisions of some
  212.    manufacturer's VGA adapters.  If your screen becomes corrupted
  213.    when PopIT! pops up, or after exiting PopIT!, load the additional
  214.    TSR in this .ZIP file, VGASAVE prior to loading POPIT.COM.
  215.  
  216.  
  217.  
  218. ORDERING POPIT!
  219. ---------------
  220.  
  221. PopIT! is currently available for $99, for unlimited use per file
  222. server.
  223.  
  224.                                                                     COST
  225.  
  226. Please rush me ___ copies of PopIT! at $99 per file server.     ____________
  227.    Disk Size:  ___ 3-1/2  ___ 5-1/4
  228.  
  229. Maryland residents add 5% sales tax                             ____________
  230.  
  231. Shipping and Handling (UPS Ground Service) *                    _______$7___
  232. ============================================================================
  233. TOTAL                                                           ____________
  234.  
  235.    Name:  __________________________________________________________________
  236. Company:  __________________________________________________________________
  237. Address:  __________________________________________________________________
  238.    City:  _____________________  State:  ________  Zip:  ___________________
  239. Country:  _____________________
  240.  
  241. Telephone Number:  _________________________________________________________
  242.       FAX Number:  _________________________________________________________
  243.    CompuServe ID:  ___________________
  244.      MHS Address:  ___________________ (via _________)
  245.  
  246. Method of Payment:            ___ Visa  ___ Master Card  ___ Check Enclosed
  247.                                   Card #:  _________________________________
  248.                       Name of Cardholder:  _________________________________
  249.                                Signature:  _________________________________
  250.                          Expiration Date:  _________________________________
  251.  
  252.  
  253. * Overseas payments by Visa or Master Charge only.  There will be
  254.   an additional charge applied for shipping costs to reflect the
  255.   actual cost of shipment.
  256.  
  257.  
  258. INFINITE TECHNOLOGIES
  259. 11433 CRONHILL DRIVE, SUITE H
  260. OWINGS MILLS, MD  21117
  261. (410)-363-1097
  262.  
  263. FAX your credit card orders -- (410)-363-3779
  264.  
  265.  
  266. PRODUCTS FROM INFINITE TECHNOLOGIES
  267. ===================================
  268.  
  269. Infinite Technologies offers innovative and easy-to-use software
  270. solutions, designed primarily for the networked environment.
  271.  
  272. We back our products with dependable service and special attention
  273. to individual requirements.  All of our programs are easy to learn
  274. and use, and are designed to increase your efficiency.
  275.  
  276. We also want to help keep you up-to-date with product information,
  277. updates and technical support.
  278.  
  279. These services are provided via the following mechanisms:
  280.  
  281. On the CompuServe Information Service, Infinite Technologies offers
  282. support and product updates in Section and Library 4 of the NOVVEN
  283. forum.
  284.  
  285. Via MHS (through CSERVE or NHUB), you can address technical support
  286. and/or product information inquiries to SUPPORT @ INFINITE.
  287.  
  288. You can also subscribe to our MHS Librarian! mailing list, which
  289. will include notices of product updates.  To join this mailing
  290. list, send a message via MHS (CSERVE or NHUB) to LIBRARY @ INFINITE
  291. with SUBSCRIBE on your subject line.  (CompuServe users can send a
  292. message to >MHS:Library@Infinite via CompuServe Mail.)
  293.  
  294. For an index of files available via LIBRARY @ INFINITE, send a message
  295. with INDEX on your subject line.
  296.  
  297.  
  298. NETWORK UTILITIES
  299. -----------------
  300.  
  301. *  I-Queue! - Simplifies network printing and print queue management
  302.    in the Novell NetWare environment.  From within a small memory
  303.    resident pop-up (0 to 2-1/2KB), I-Queue! allows users to easily
  304.    change NetWare print queues and modify "capture" parameters.
  305.    I-Queue! is compatible with Novell's PRINTCON/PRINTDEF and adds
  306.    global PRINTCON support for Novell's own utilities.
  307.    Queue management capabilities include:  delete/reorder print jobs,
  308.    move/copy jobs between queues, and hold/delayed printing.
  309.    NOW INCLUDES A WINDOWS VERSION!
  310.  
  311. *  I-Queue! Server - Turn printers attached to any network workstation
  312.    into shared network printers.  Two to four times faster than RPRINTER,
  313.    compatible with workstations running Windows, and compatible with
  314.    printer ports that do not provide "hardware interrupt support".
  315.  
  316. *  LockIT! - Intelligent Security for DOS & Windows workstations
  317.    on Novell NetWare networks.  LockIT! addresses the problem of
  318.    users leaving workstations unattended, and the security issues
  319.    that this presents.  Unlike other solutions that will reboot or
  320.    logout a workstation after a period of "inactivity", potentially
  321.    leading to data loss, LockIT! locks out keyboard input until you
  322.    enter your NetWare password...even allowing unattended processes
  323.    to continue executing.
  324.  
  325. *  CastAway! - A better NetWare broadcast message trap.  Get NetWare
  326.    message notification (e.g., SEND) without your PC locking up until
  327.    you press CTRL-ENTER!  Get notified of new messages while in graphics
  328.    based applications!  All in 0 to 1-1/2KB of conventional memory!
  329.  
  330. *  PopIT! - Gain pop-up access to almost ANY program with less than
  331.    2-1/2 KB overhead.  Network administrators -- access SYSCON,
  332.    RCONSOLE, FCONSOLE and all of your favorite network utilities
  333.    without leaving your current application.
  334.  
  335. *  OnCall! - A memory resident "Chat" utility for Novell NetWare,
  336.    that runs in between 0 and 2-1/2 KB of workstation memory.
  337.    Simple, straightforward, and easy to use.  NOW INCLUDES A
  338.    WINDOWS VERSION!
  339.  
  340. EXPRESSIT! ELECTRONIC MAIL
  341. --------------------------
  342.  
  343. *  ExpressIT! Electronic Mail - The ExpressIT! Electronic Mail product
  344.    family includes the following products:
  345.  
  346.    *  ExpressIT! - The network version of ExpressIT!, including
  347.       the MHS-compatible DOS version, which runs in less than 2KB of
  348.       resident memory.
  349.  
  350.    *  ExpressIT! Remote - A remote version of ExpressIT! (DOS) customized
  351.       for use on stand-alone/remote PCs.  Includes Personal MHS and
  352.       allows users to send and receive mail with any MHS based
  353.       electronic mail system.  Includes the ability to run the MHS
  354.       Connectivity Manager from within the 2KB TSR without exiting
  355.       your current application.
  356.  
  357.    *  ExpressIT! Windows Client - An upgrade for the network version
  358.       of ExpressIT! offering native support for the Microsoft Windows
  359.       environment, and a wealth of additional features, including
  360.       mail enabling of other Windows applications.
  361.  
  362.    *  ExpressIT! Remote Windows - A remote version of the Windows
  363.       version of ExpressIT! customized for use on stand-alone/remote
  364.       PCs.  Includes Personal MHS and allows users to send and receive
  365.       mail with any MHS based electronic mail system.
  366.  
  367.       A special Windows based MHS configuration utility eliminates the
  368.       need to use the MHS Directory Manager.
  369.  
  370.    *  ExpressIT! OS/2 Client - An upgrade for the network version
  371.       of ExpressIT! offering native support for the IBM OS/2 v2.x
  372.       environment, and a wealth of additional features.
  373.  
  374.    All versions of ExpressIT! include ExpressIT! Directory Assistance,
  375.    facilitating automatic exchange of user directories between ExpressIT!
  376.    hosts.
  377.  
  378. MHS GATEWAYS AND UTILITIES
  379. --------------------------
  380.  
  381. *  MHS Scheduler - An MHS mail agent that provides greater flexibility
  382.    in configuring when MHS will connect to a host.  On a host-by-host
  383.    basis, the MHS administrator can configure different frequencies of
  384.    forced connections based on different times of the day, with
  385.    separate weekday, weekend, and holiday scheduling possible.
  386.    MHS gateways and internetwork connections can also be scheduled.
  387.    The companion RunIT! utility simplifies the creation of batch file
  388.    gateways...now you can run your tape backup system on your MHS
  389.    server.
  390.  
  391. *  MHS Librarian! - An MHS Gateway that allows users to request
  392.    information to be forwarded to them via MHS.  Requests are
  393.    made by placing a keyword in the "SUBJECT" field of the message
  394.    that you address to the library.  A list of files may be
  395.    requested by sending a message with the keyword of INDEX.  The
  396.    system Admin can also configure MHS Librarian so that selected
  397.    users can request files or directories other than those that
  398.    appear in the index.  Security is provided by a password program
  399.    that generates unique daily passwords, a fixed password, or you
  400.    can create your own password utility.
  401.  
  402.    MHS Librarian! also supports "discussion lists", similar to
  403.    the "list server" concept on the internet.
  404.  
  405. *  PageIT! - An MHS gateway connecting MHS-based electronic mail
  406.    systems to full text alphanumeric pagers.  Once configured,
  407.    sending messages to an alphanumeric pager is as simple as
  408.    sending a message from your favorite MHS application.
  409.  
  410. *  ForwardIT! - An MHS mail agent for automatically forwarding
  411.    MHS based electronic mail messages.  ForwardIT! can forward
  412.    (or copy) messages addressed to an MHS address to an alternate
  413.    address.
  414.  
  415.    ForwardIT! is most useful in the MHS remote e-mail environment.
  416.    By remote, we refer to field workers or business travelers who
  417.    operate ExpressIT! Remote, or other MHS compatible remote
  418.    software, on a PC or laptop to access their electronic mail
  419.    from a distant location.  Examples could include a salesperson
  420.    between sales calls, a business traveler in a hotel room,
  421.    or work-at-home scenarios.
  422.  
  423.    Without ForwardIT!, when mail is sent to a recipient's office
  424.    address, MHS does not allow for a remote user to dial into the
  425.    network and retrieve mail waiting for their office address.  Mail
  426.    addressed to this office address can only be picked up at the
  427.    office.
  428.  
  429.    In order to send a message to the user's MHS remote, the sender
  430.    must assume responsibility for sending a copy of the message to
  431.    the remote MHS address.
  432.  
  433.    With ForwardIT!, the user leaves a forwarding address at the
  434.    office, and while they're out, all messages will be forwarded,
  435.    or copied, to their forwarding address, giving users transparent
  436.    access to their electronic mail while away from the office.
  437.  
  438.    This forwarding address can be any valid MHS address, including
  439.    addresses via MHS gateways.
  440.  
  441. *  MhsQ! - An MHS gateway interface to NetWare print queues.
  442.    Messages can be sent via MHS to a NetWare print queue.
  443.    This capability can be useful for MHS remote sites and/or
  444.    MHS enabled applications for generating printed output
  445.    and/or reports.
  446.  
  447.    MhsQ! can also redirect print queues on one file server
  448.    to a remote print queue on another file server via MHS.
  449.  
  450. *  ExpressIT! MHS Directory Assistant - A directory services
  451.    gateway that automatically creates and updates user routes
  452.    in a multi-host workgroup environment.  Add a user at one
  453.    host within the workgroup, and the user route will automatically
  454.    be created at all other hosts within the workgroup.  Add a
  455.    new host to your workgroup, and the host and user lists will
  456.    automatically be added to other hosts within the workgroup.
  457.    (Directory Assistant is bundled with ExpressIT! but is also
  458.    available separately.)
  459.  
  460. *  MHSNotify! - A TSR which runs on the MHS mail server only, and
  461.    automatically notifies recipients of new electronic mail
  462.    received from remote MHS sites, or across internetwork
  463.    connections.  An excellent alternative to MHSALERT for
  464.    DaVinci e-mail users!  (MHSNotify! is bundled with ExpressIT!)
  465.  
  466. REQUESTING TRIAL VERSIONS VIA MHS
  467. ---------------------------------
  468.  
  469.    30-Day Trial Versions of many Infinite Technologies Products can
  470.    be requested via MHS.
  471.  
  472.    For more information, send an MHS message to LIBRARY @ INFINITE
  473.    via CSERVE or NHUB, with a subject line of INDEX.
  474.  
  475. DOWNLOADING TRIAL VERSIONS FROM COMPUSERVE
  476. ------------------------------------------
  477.  
  478.    30-Day Trial Versions of many Infinite Technologies Products are
  479.    available on CompuServe!  Look for the following files in the
  480.    NOVVEN Forum, Library 4:
  481.  
  482.       EXPDOS.ZIP - ExpressIT! E-Mail (NetWare) (DOS Version)
  483.       EXPWIN.ZIP - ExpressIT! E-Mail (NetWare) (Windows Version)
  484.       EXPOS2.ZIP - ExpressIT! E-Mail (NetWare) (OS/2 Version)
  485.       REMDOS.ZIP - ExpressIT! E-Mail (Remote & non-NetWare) (DOS Version)
  486.       REMWIN.ZIP - ExpressIT! E-Mail (Remote & non-NetWare) (Windows Version)
  487.       REMOS2.ZIP - ExpressIT! E-Mail (Remote & non-NetWare) (OS/2 Version)
  488.       EXSPEL.ZIP - Supplemental file for ExpressIT! (Spelling Dictionary)
  489.  
  490.       POPIT.ZIP  - PopIT!
  491.       ONCALL.ZIP - OnCall!
  492.       CASTAW.ZIP - CastAway!
  493.       IQUEUE.ZIP - I-Queue!
  494.       IQS.ZIP    - I-Queue! Server
  495.       LOCKIT.ZIP - LockIT!
  496.       MHSCED.ZIP - MHS Scheduler
  497.       PAGEIT.ZIP - PageIT!
  498.       4WARD.ZIP  - ForwardIT!
  499.       MHSNFY.ZIP - MHSNotify!
  500.       MHSLIB.ZIP - MHS Librarian!
  501.       EXDA.ZIP   - ExpressIT! MHS Directory Assistant
  502.       MHSQ.ZIP   - MhsQ!
  503.  
  504.    And don't miss our *FREE* utilities (also in NOVVEN Library 4):
  505.  
  506.       NETERR.ZIP - Network error handlers (CRITTER, SHATTACH)
  507.                    to reboot unattended workstations and clear
  508.                    network errors.
  509.       CREATQ.ZIP - Create NetWare print queues on a volume other
  510.                    than SYS:
  511.       LOGIN.ZIP  - Load TSRs from the NetWare Login Script without
  512.                    losing available memory!
  513.       MHSACT.ZIP - Automatically re-activate deactivated MHS
  514.                    internetwork hosts without operator intervention.
  515.       MHSSWP.ZIP - Redirect MHS swap files to a local drive or
  516.                    VDISK.
  517.       MHSBPL.ZIP - Configure MHS 1.5C host to host communications
  518.                    to use the B+ protocol.
  519.       SENDIT.ZIP - Send MHS messages from the DOS command line
  520.                    or batch files.
  521.  
  522.    Plus, other helpful text files and reports:
  523.  
  524.       MHSGAT.TXT - NetWare MHS and Gateways overview
  525.       DOSMEM.TXT - PC Memory management/architecture overview
  526.       WINTIP.TXT - Windows vs. NetWare Troubleshooting Tips
  527.  
  528.  
  529.  
  530.    ...and stay tuned for MORE!!!
  531.  
  532.  
  533.  
  534.  
  535. FOR MORE INFORMATION, CONTACT:
  536.  
  537.  
  538.                       ▄▄████▄▄
  539.             ▄█▀█▄   ▄█▀▀  ▀▀███▄
  540.            █▀   ▀█▄█▀        ███
  541.            ▀█▄ ▄█▀ ▀█▄▄    ▄██▀
  542.              ▀▀▀      ▀▀▀▀▀▀
  543.            ███           ▄███ ███          ███  ▄██
  544.            ███ ▄▄▄ ▄▄▄  ▄███▄ ▄▄▄ ▄▄▄ ▄▄▄  ▄▄▄ ▄███▄  ▄▄▄▄
  545.            ███ ███▀ ███  ███  ███ ███▀ ███ ███  ███  ███▄██
  546.            ███ ███  ███  ███  ███ ███  ███ ███  ███▄ ▀██▄▄▄
  547.  
  548.             T   E   C   H   N   O   L   O   G   I   E   S
  549.  
  550.                    11433 Cronridge Drive, Suite H
  551.                        Owings Mills, MD 21117
  552.                           +1-410-363-1097
  553.                        FAX: +1-410-363-3779
  554.  
  555.                       MHS: Support @ Infinite
  556.           CompuServe: >MHS:Support @ Infinite (or 73270,405)
  557.             Internet: Support@Infinite.MHS.CompuServe.com
  558.  
  559.   Technical Support provided on the CompuServe Information Service in
  560.                    NOVVEN Section 4 (GO INFINITE)
  561.  
  562.  
  563.  In Australia:
  564.     Future Technologies, Level 2 - 60 York Street, Sydney NSW
  565.     Telephone: (+61) 02 299-1400, FAX: (+61) 02 299-1401
  566.     Contacts: Cynthia Kuiper, Richard Denyer or Steve Ross
  567.  
  568.  In Austria (Österreich):
  569.     MISSING LINK GmbH, Wickenburggasse 14, A-1080 Wien
  570.     Telephone: (+43) 0222-4089071; FAX: (+43) 0222-4089071-15; MHS: Support@MLink
  571.     Contact: Johannes Zeitelberger
  572.  
  573.  In Germany (Deutschland):
  574.     PLZ 2/4 --
  575.     Ing. Büro, K.H. Lendroth, Auf dem Kleinen Feld 8, D-28717 Bremen
  576.     Telephone: (+49) 0421 6361391, FAX: (+49) 0421 6362344, MHS: KLendrot@Lend-Ing
  577.     Contact: Karl-Hermann Lendroth
  578.  
  579.     PLZ 0/1/3 --
  580.     microCOM Franchise GFI, Gesellerschaft für Informationssyteme,
  581.     Vertriebs GmbH & Co. KG, Bayerische Str. 32, D-10707 Berlin
  582.     Telephone: (+49) 030 8819011, FAX: (+49) 030 8822792, MHS: Juergen@MC
  583.     Contact: Jürgen Knaack
  584.  
  585.     PLZ 5/6/9 --
  586.     SHIFT Computer GmbH, Würzburger Str. 62-68, D-63739 Aschaffenburg
  587.     Telephone: (+49) 06021-3969-0, FAX: (+49) 06021-3969-21, MHS: STW@SHIFT-AB
  588.     Contact: Stephan H. Wissel
  589.  
  590.     PLZ 7/8 --
  591.     SHIFT Computer GmbH, Niederlassung Freiburg, Rimsinger Weg 10,
  592.     D-79111 Freiburg im Breisgau
  593.     Telephone: (+49) 0761-45233-0, FAX: (+49) 0761-45233-95, MHS: PD@INTEG-FR
  594.     Contact: Peter de Waard
  595.  
  596.  In Norway:
  597.     Infonor Kompetanse A-S, 1816 Skiptvet, Langli
  598.     Telephone: (+47) 9 809 766,  FAX: (+47) 9 809 814, MHS: Olaf@InfoKomp
  599.     Contact: Olaf Berli
  600.  
  601.  In Spain:
  602.     BSI, Calle Bac de Roda 198, 08020 Barcelona
  603.     Telephone: (+34) 3 266 3120,  FAX: (+34) 3 266 4591
  604.     Contact: Josep Rifa
  605.  
  606.  In Sweden:
  607.     Direktrosys, Sandtorpsvagen 10, Nynashamn 14900
  608.     Telephone: (+46) 8 520 18200,  FAX: (+46) 8 520 18121
  609.     Contact: Mats Gahlin
  610.  
  611.  In Switzerland (Schweiz):
  612.     Maurhofer Informatik, Birkenweg 2, Postfach: 353, CH-8304 Wallisellen
  613.     Telephone: (+41) 01-830-61-41, FAX: (+41) 01-830-70-47, CIS: 100016,2244
  614.     Contact: Fritz Maurhofer
  615.  
  616.  In U.K.:
  617.     NetConnect Limited, St. John's Innovation Centre, Cowley Road, Cambridge
  618.     Telephone: (+44) 223 423523, FAX: (+44) 223 420655, MHS: SBacon@NetCon
  619.  
  620.