home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / pb_clone / catalog.txt < prev    next >
Text File  |  1994-04-03  |  15KB  |  360 lines

  1.                      Thomas G. Hanlin III
  2.                   3544 E. Southern Ave. #104
  3.                         Mesa, AZ 85204
  4.  
  5.  
  6.  
  7. This catalog lists files that are included on my Sampler disks.
  8. The Sampler is available for $5.00 ($1 + $4 p&h). This listing
  9. is representative, as items are added and removed over time. If
  10. you mention your interests when ordering, I will tailor your
  11. disks accordingly. Don't forget to specify disk size/capacity.
  12.  
  13. Foreign orders must be by international money order, traveler's
  14. check, cash, or otherwise payable directly through a U.S. bank.
  15.  
  16. The Sampler fee does not include any shareware registrations.
  17. You are still expected to register shareware you find useful.
  18.  
  19. In most cases, registration of a product provides you with the
  20. ability to upgrade to later releases at a reduced rate, as well
  21. as some additional benefit. This is often in the form of full
  22. source code, in the case of programming tools and libraries. I
  23. am in the process of adding printed manuals for all products.
  24.  
  25. Prices listed do not include the $4 p & h (per order) fee.
  26.  
  27.  
  28.  
  29. 2MON: Utilities for dual-monitor systems. Free.
  30.  
  31.    Utilities include a clock TSR which runs on the mono display,
  32.    a utility to clear the mono display, and a TSR which remaps
  33.    the PrintScreen key-- instead of going to the printer, it
  34.    copies the color display to the mono display.
  35.  
  36.  
  37.  
  38. AABAS: Affordable Alternative BASIC Library. Shareware ($4).
  39.  
  40.    This is a good library for people curious about the workings
  41.    of their computer, learning how to use libraries, or
  42.    interested in writing their own assembly language routines
  43.    for QuickBasic. It is a collection of scores of simple BIOS
  44.    and DOS-related routines written in assembly language. AABAS
  45.    is not as fancy as my other BASIC libraries, but it's quite
  46.    useful in its own right and a great learning tool.
  47.  
  48.    Source code (MASM 6.0) provided on registration. Registered
  49.    owners may upgrade to later versions for $1.
  50.  
  51. ASMWIZ: The Assembly Wizard's Library. Shareware ($25).
  52.  
  53.    This is a library of over 175 routines for assembly language.
  54.    The library will work with A86, MASM, OPTASM, and TASM. Only
  55.    tiny model (.COM format) is supported. Routines include text
  56.    displays (machine-level, BIOS, and DOS), graphics (Hercules,
  57.    CGA, EGA, VGA), number base conversions, long integer math,
  58.    file matching and command-line parsing, pseudo-random number
  59.    generation, countdowns and delays, buffered file support with
  60.    critical error handling, environment scanning, ASCIIZ string
  61.    functions, keyboard support, mouse support, sound generation,
  62.    control over Break, loading of BSAVE-format files, and more.
  63.  
  64.    Source code (MASM 6.0) provided upon registration. Registered
  65.    owners may upgrade to later versions for $10.
  66.  
  67.  
  68.  
  69. BASUPD: BASIC Update Library. Free.
  70.  
  71.    This library provides routines for QuickBasic 4.x which mimic
  72.    new functions and commands provided by other Microsoft BASIC
  73.    compilers, such as PDS 7.x and Visual Basic for DOS. These
  74.    include disk routines and a powerful selection of time and
  75.    date functions.
  76.  
  77.    Full source code is included.
  78.  
  79. BASWIZ: The BASIC Wizard's Library. Shareware ($35).
  80.  
  81.    This is a library for Microsoft BASIC compilers: QuickBasic,
  82.    PDS, and VB/DOS. It contains an equation solver; far string
  83.    support (even for QuickBasic!); powerful file handling, with
  84.    buffering, critical error handling, and sharing support;
  85.    telecommunications for COM1-COM4; memory management and
  86.    pointers; a powerful virtual windowing system; a high-res
  87.    timer and delay system (accurate to milliseconds); more!
  88.  
  89.    Extensive graphics support is built in. It handles all
  90.    standard modes: MDA, Hercules (no TSR needed), CGA, EGA, VGA,
  91.    SuperVGA (Tseng 4000 and VESA), Epson-compatible dot matrix
  92.    printers, and HP-compatible laser printers. Printer graphics
  93.    output can be previewed on the display. Special non-standard
  94.    VGA modes are included, providing up to 360x480 graphics in
  95.    256 colors on ordinary VGAs. Fonts, polygons, multi-colored
  96.    text-- it's all in here, and more.
  97.  
  98.    BasWiz math support will handle even the most demanding
  99.    applications. It extends BASIC's own math and provides two
  100.    other alternatives: fraction math and BCD support. With BCD,
  101.    you can have up to 254 digits! This is no minimal four-
  102.    function BCD package, either. It includes a wide range of
  103.    support, including many trig functions, constants, and
  104.    conversions. Equally good for huge and tiny numbers.
  105.  
  106.    Source code (MASM 6.0 and BASIC) provided on registration.
  107.    Registered owners may upgrade to later versions for $10. Well
  108.    over a megabyte of sources! Great learning tool.
  109.  
  110.  
  111.  
  112. BCMD: Better Commands for MS-DOS and DR DOS. Shareware ($29.95).
  113.  
  114.    BCMD is a set of new and improved DOS commands designed to
  115.    coexist with your existing DOS command processor for total
  116.    compatibility with your existing applications. New utilities
  117.    include calculators and calendars, keyboard enhancers, text
  118.    file processors, assorted filters, and the ability to attach
  119.    descriptions to files (NDOS and 4DOS compatible), among other
  120.    things. There are many improvements to existing DOS commands
  121.    as well. For example, the BCOPY command allows you to copy
  122.    many files to many locations, with exception specifications:
  123.  
  124.       BCOPY (*.TXT *.DOC) (A: B:) /E README.*
  125.  
  126.    This example copies all .TXT and .DOC files in the current
  127.    directory, except for README files, to both A: and B: drives.
  128.    You can also specify quiet mode, prompting for confirmation,
  129.    the desired case of filespecs, file attributes, "test" mode,
  130.    and much more. Similar capabilities are included in all
  131.    applicable commands. Help is available for each command by
  132.    using the /? switch, as well as through an online reference.
  133.  
  134.    The current version, plus a free upgrade to the next version,
  135.    is provided on registration. Registered owners may upgrade to
  136.    later versions for $10.
  137.  
  138. BPP: A BASIC PreProcessor. Free.
  139.  
  140.    This utility provides a powerful meta-language for PDS,
  141.    QuickBasic, Visual Basic for DOS, PowerBASIC, and even the
  142.    QBASIC provided with DOS 5.0. It processes your code before
  143.    the compiler gets to it, allowing conditional compilation,
  144.    underscores within variable names, flexible "include" files
  145.    (which may even contain SUB and FUNCTION definitions), name
  146.    substitutions, and more. C programmers have had preprocessors
  147.    for years-- now there's one for BASIC too!
  148.  
  149.  
  150.  
  151. EXECOM: EXE-to-COM converter. Free.
  152.  
  153.    Like EXE2BIN, this utility converts .EXE files to .COM files.
  154.    It's smaller and faster, though, as well as offering a few
  155.    additional conveniences.
  156.  
  157.    Source code (MASM) is included.
  158.  
  159.  
  160.  
  161. EXETOOL: EXE Tool. Free.
  162.  
  163.    This program examines .EXE files for validity and can tell
  164.    you whether the .EXE was designed for use with Microsoft
  165.    Windows. If the .EXE file is determined to be too long, as it
  166.    might be if you got it using an older file transfer protocol,
  167.    you are given the option of truncating it to the right size.
  168.  
  169.  
  170.  
  171. IBRARY: Library for the ASIC compiler. Shareware ($8).
  172.  
  173.    This library is for ASIC 4.0 and later versions. If you
  174.    haven't seen ASIC, it's a shareware BASIC compiler which
  175.    provides both command-line and editor/environment support. It
  176.    can produce .COM, .EXE, and .OBJ files. For more info about
  177.    ASIC, write its author:
  178.  
  179.       David A. Visti
  180.       80/20 Software
  181.       P.O. Box 2952
  182.       Raleigh, NC 27602-2952
  183.  
  184.    Ibrary contains over 200 routines which add to the ASIC
  185.    compiler. It provides support for the full range of color
  186.    graphics modes: SCREEN 1, 2, 7, 8, 9, 11, 12, 13, N0, and N1.
  187.    The latter two modes are special 256-color modes which
  188.    provide up to 360x480 on standard VGAs! A large set of math
  189.    extensions, equipment detection routines, mouse support, DOS
  190.    file and directory handling, cursor on/off/info, screen save
  191.    and restore, DOS output, string functions, keyboard shift and
  192.    toggle info, and other goodies.
  193.  
  194.    A printed manual and source code for Ibrary (MASM 6.0)
  195.    provided on registration. Registered owners may upgrade to
  196.    later versions for $1.
  197.  
  198. KEYCTL: Keyboard Control. Free.
  199.  
  200.    For AT-class machines only (286, 386, 486, etc), this utility
  201.    allows you to speed up your keyboard (or make it less
  202.    sensitive for kids, etc). You can also swap the positions of
  203.    the CapsLock and Left Ctrl keys, useful for civilizing the
  204.    101-key "enhanced" keyboard.
  205.  
  206.    Assembly language source code (MASM) is included.
  207.  
  208.  
  209.  
  210. LIBWIZ: The Library Wizard's *BASIC Library Manager*. Free.
  211.  
  212.    This is a management tool for handling and customizing BASIC
  213.    libraries. It allows ready creation of subsets of existing
  214.    libraries, automatically resolving any interdependencies for
  215.    you. Tools for updating and extracting from libraries are
  216.    also included.
  217.  
  218.    LibWiz is strongly recommended for my BasWiz and PBClone
  219.    libraries, due to the vast number of routines involved.
  220.  
  221.  
  222.  
  223. OBJTOOL: OBJ Tool. Shareware ($10).
  224.  
  225.    This must be the ultimate tool for manipulating .OBJ files.
  226.    You can select files for inclusion or exclusion using
  227.    wildcards, time, date, and size comparisons, and even the
  228.    results of a search through the .OBJ file. View the file's
  229.    stats, rename publics, externals, and default libraries,
  230.    delete default libraries and languages, check for validity,
  231.    repair checksum errors-- ObjTool has it all. Useful for
  232.    reducing the size of libraries, resolving conflicting routine
  233.    names, patching .OBJs and just snooping around!
  234.  
  235.    Registered owners may upgrade to later versions for $1.
  236.  
  237. PASWIZ: The Pascal Wizard's Library. Shareware ($25).
  238.  
  239.    This is a library for Turbo Pascal and compatibles. It
  240.    provides input handling (keyboard, mouse, and joystick),
  241.    music, BCD math, archive directories, string and math
  242.    enhancements, and other goodies.
  243.  
  244.    The math routines provide a numeric expression evaluator
  245.    which allows you to convert equations into numbers at run
  246.    time. The math capabilities of Pascal have been expanded
  247.    significantly with new trig, inverse trig, hyperbolic trig,
  248.    and other functions. For the ultimate in numeric precision,
  249.    BCD math is also provided, allowing you to manipulate numbers
  250.    of up to 254 digits-- not just with the basic four functions,
  251.    but trig, square roots, factorials, constants with hundreds
  252.    of digits of precision, etc; formatted output can be done to
  253.    your specs. You can place the decimal point anywhere you
  254.    want, so this works equally well with very large and very
  255.    small numbers. String support includes compression,
  256.    encryption, fuzzy comparisons, and other goodies. The music
  257.    manager works like the BASIC PLAY language and BBS "ANSI
  258.    music". Archive routines allow getting full directory info
  259.    from .ARC, .ARJ, .LZH, .PAK, .ZIP, .ZOO, and self-extracting
  260.    .EXE archives.
  261.  
  262.    Source code (MASM 6.0 and Pascal) provided on registration.
  263.    Registered owners may upgrade to later versions for $10.
  264.  
  265.  
  266.  
  267. PBBACK: The PB Backwards-Compatible Library. Shareware ($25).
  268.  
  269.    This library is like my PBClone library, but is compatible
  270.    with the full range of QuickBasic compilers: QB 1.0 - 4.5. It
  271.    is much easier to set up than PBClone but does not support
  272.    all newer compiler features and offers some 300 routines. No
  273.    printed manual. See the description for PBClone, below.
  274.  
  275.  
  276.  
  277. PBCLON: The PBClone Library. Shareware ($35).
  278.  
  279.    This is a library for Microsoft BASIC compilers: QuickBasic
  280.    4.x, BASCOM and PDS, and Visual BASIC for DOS. It is the
  281.    successor to my old ADVBAS library. With over 610 routines,
  282.    this library covers a little bit of everything: mouse and
  283.    joystick support, SoundBlaster, disk wrangling, string
  284.    mangling, keyboard input, equipment detection, graphics, a
  285.    wide variety of display management, directory searching, text
  286.    compression, viewing archive directories (.ARC, .ARJ, .EXE,
  287.    .LZH, .PAK, .ZIP, .ZOO), matrix math, dates, times and
  288.    countdowns, sorts, binary searches, graphics, and... well,
  289.    it's hard to describe such a collection other than to say
  290.    "it's probably in here"!
  291.  
  292.    Registration gets you a printed manual and full source code
  293.    (MASM 6 and BASIC), plus upgrades to later versions for $15.
  294.    Nearly two megabytes of sources! Great learning tool.
  295.  
  296. PBCWIN: The PBClone Windows Library. Shareware ($19.95).
  297.  
  298.    This is a DLL for use in programming for Microsoft Windows.
  299.    It is oriented specifically towards Visual Basic, but can be
  300.    used with other Windows languages that support DLLs if you
  301.    know what you're doing. There are 79 routines in the first
  302.    version, including bit manipulation, array initialization,
  303.    PEEK, POKE, and SWAP routines, checksums and CRCs, equipment
  304.    information, string testing, and more.
  305.  
  306.    Printed manual and source code (MS C 7.0 - Quick C++ 1.0)
  307.    provided on registration. Registered owners may upgrade to
  308.    later versions for $10.
  309.  
  310.  
  311.  
  312. PBWIZ: The PowerBASIC Wizard's Library. Shareware (1993: $25).
  313.  
  314.    This is a library of over 325 routines for Spectra's
  315.    PowerBASIC 3.0 compiler. It includes archive viewing (for
  316.    ARC, ARJ, EXE, LZH, PAK, ZIP, ZOO), disk directory viewing,
  317.    256-color graphics modes (320x200 and 360x480 on any VGA,
  318.    more on SVGA or VESA), read and write .BMP pictures, mouse
  319.    and joystick and keyboard control, EMS and XMS memory access,
  320.    equipment detection, extended math and string routines, an
  321.    equation solver, ANSI emulation, SoundBlaster support, more.
  322.  
  323.    Source code (MASM 6.0 and BASIC) provided on registration.
  324.    Registered owners may upgrade to later versions for $10.
  325.  
  326.  
  327.  
  328. QBWIZ: The QuickBasic Wizard's Library. Free.
  329.  
  330.    A collection of routines which allow you to access internal
  331.    variables for QuickBasic 4.x, BASCOM 6.x, and PDS 7.x. You
  332.    can retrieve the screen mode, display adapter type, DEF SEG
  333.    setting, I/O redirection status, current screen colors, and
  334.    many other useful values.
  335.  
  336.  
  337.  
  338. TEXTRIS: A word game. Shareware ($7.95).
  339.  
  340.    Textris is a little like Tetris and a little like Scrabble.
  341.    Random letters fall from the sky. Fit them together to make
  342.    words for points. Unused letters remain behind, cluttering
  343.    the arena until at last there is no space left to build new
  344.    words. Good spelling practice and addictive fun! Requires an
  345.    EGA, VGA or better display.
  346.  
  347.    Dictionary editor provided upon registration. Registered
  348.    owners may upgrade to later versions for $1.
  349.  
  350. VCLOCK: Video clock TSR. Free.
  351.  
  352.    This tiny TSR provides a running display of the time. You may
  353.    specify screen position, 12 or 24 hours, whether to display
  354.    seconds, the colors to use, and other parameters. Two
  355.    versions are provided-- one for 8088 PCs and one for later
  356.    machines.
  357.  
  358.    Source code (MASM) is included.
  359.  
  360.