DIS: Danen Information Services files

Archives in D:\FIL\_DIS


2H001.ZIP ... 25-Mar-1997 ... 19K
        2H converts ANY file to a C/C++ header file.
        It is useful for those who want to include a
        number of files in a single .EXE file, such as
        an install program.
        2H creates a char array with the data, called
        cVarName, and also an unsigned long
        sizeof_VarName which holds the byte count for
        the array.  Make sure to open any output file
        in binary mode, and write sizeof_VarName
        bytes.  What could be simpler...
        Part of the Danen Utilities
        FreeWare by Danen Information Services

2PS001.ZIP ... 25-Mar-1997 ... 52K
        Convert ASCII files to PostScript
        Part of the Danen Utilities.
        2PS formats files for printing on a PostScript
        printer.  The format used is nice and compact:
        normally two pages on each physical page,
        borders surrounding pages, headers with useful
        information (page number, printing date, file
        name), line numbering, etc.  Useful for
        printing program listings.
        Keywords: danen dis print postscript
        FreeWare from Danen Information Services.

2RC001.ZIP ... 25-Mar-1997 ... 15K
        Batch Files: Move to Anywhere on the Screen, C
        source included.  Needs ANSI.SYS.
        Part of the Danen Utilities.
        2ROWCOL enhances the use of DOS batch files.
        Check 2R.BAT for examples.
        FreeWare from Danen Information Services.

ANSCO001.ZIP ... 25-Mar-1997 ... 18K
        Convert an ASCII file to an ANSI-colored file.

ASCII001.ZIP ... 25-Mar-1997 ... 22K
        Shows ASCII code table.  C source.

AT001.ZIP ... 25-Mar-1997 ... 20K
        Batch Files: Show Text Anywhere on the Screen
        in Colour. C source included.
        AT enhances the use of DOS batch files.
        Check AT-A-BOY.BAT for examples.
        Part of the Danen Utilities.
        FreeWare from Danen Information Services.

AUDPW001.ZIP ... 25-Mar-1997 ... 66K
        NetWare Security: Audit User Passwords
        Part of the Danen Utilities.
        AUDIT_PW was developed to tighten up security
        on Novell networks. Many users use easy to
        guess passwords. A common password is a
        potential security leak!
        AUDIT_PW uses a file with common passwords to
        try on each user account.
        All common passwords are reported.
        A user info file and a status file with other
        security information are als created.
        MAKE SURE TO READ THE "_DANGER_" FILE FIRST!
        FreeWare from Danen Information Services.

AUDRP001.ZIP ... 25-Mar-1997 ... 45K
        Major BBS Audit Trail Listing in various
        formats.  v1.30.  For The Major BBS V6.25.
        Copyright (c) 1995-1997 by Danen Information
        Services; all rights reserved.
        Options:
        - use alternate input file (e.g., a previously
          backed up BBSAUDIT.DAT file)
        - use alternate output file
        - long format puts all data on a single long
          line
        - user activity report
        - verbose mode
        - "nosysop" mode omits SysOp information
        - PPP logins are now reported

BASLI001.ZIP ... 25-Mar-1997 ... 37K
        BASIC source code to do all kinds of neat
        stuff, such as fullscreen directories, data
        entry fields, equipment checks, and more.
        Designed for the IBM BASIC Compiler v2.0, but
        can be adapted for almost any DOS-based
        compiler.
        This set of files may be distributed freely,
        as long as they are not changed.
        Copyright 1981-1996 by Gerry J. Danen;
        all rights reserved.
        No docs yet...

BEEP001.ZIP ... 25-Mar-1997 ... 13K
        Beeps in a batch file when "BU S" doesn't.  C
        source included.  Part of the Danen Utilities.
        FreeWare from Danen Information Services.

BINAR001.ZIP ... 25-Mar-1997 ... 20K
        Convert decimal (int) to binary (bits).  C
        source included.  Part of the Danen Utilities.
        Useful programming tool to figure out bit
        settings in C, C++, Pascal, ASM, etc.
        FreeWare from Danen Information Services.

BIRD001.ZIP ... 25-Mar-1997 ... 16K
        The official Trudeau salute. Uses ANSI.SYS or
        equivalent.

BORD001.ZIP ... 25-Mar-1997 ... 28K
        Change border color of VGA and CGA displays
        Part of the Danen Utilities.
        FreeWare from Danen Information Services.

BU001.ZIP ... 25-Mar-1997 ... 53K
        Batch Utility - very useful!
        Part of the Danen Utilities.
        BU enhances the use of DOS batch files.
        Automate AUTOEXEC.BAT files for BBS and
        network servers, build menu systems, many more
        uses! BU replaces a number of separate
        utility programs, such as: ASK, CRLF, CURSOR,
        HEADER, HITENTER, MSG, REDALERT, SOUND, TIMER,
        WARBLE, and YN.
        Keywords: batch dos danen dis bu server bbs
        automate menu
        FreeWare from Danen Information Services.

CAPAC001.ZIP ... 25-Mar-1997 ... 20K
        Disk Capacity Calculator - C source included.
        FreeWare from Danen Information Services.

CASES001.ZIP ... 25-Mar-1997 ... 29K
        Convert whole files to UPPER or LOWER case. C
        source included. UCASE and LCASE.
        FreeWare from Danen Information Services.

CAST001.ZIP ... 25-Mar-1997 ... 16K
        CAST shows the status of CASTON/CASTOFF
        on Novell NetWare servers.
        Part of the Danen Utilities.
        Keywords:  caston castoff novell network
        netware status dis danen
        FreeWare from Danen Information Services.

CDPAT001.ZIP ... 25-Mar-1997 ... 24K
        Save & Restore Drive/Directory Settings
        Part of the Danen Utilities.
        Useful little utility to go back to where you
        were (drive and directory) before you started
        a program.
        FreeWare from Danen Information Services.

CDROM001.ZIP ... 25-Mar-1997 ... 20K
        CD-ROM Information - C source
        Part of the Danen Utilities.
        Shows whether the Microsoft CD-ROM Extensions
        (MSCDEX) are installed, and if so, which
        version. CDROM lets you know if you're using
        and outdated MSCDEX driver.
        CDROM then tries to determine how many CD-ROM
        drives you have, and their drive letters.
        FreeWare from Danen Information Services.

CHANG001.ZIP ... 25-Mar-1997 ... 19K
        Locate files with archive bit set across all
        drives.
        FreeWare from Danen Information Services.

CHKDA001.ZIP ... 25-Mar-1997 ... 23K
        See if you need to do daily, weekly, monthly
        job. C source.
        FreeWare from Danen Information Services.

CHKDI001.ZIP ... 25-Mar-1997 ... 27K
        CHKDSK replacement, complete with /F.  Gag!
        FreeWare from Danen Information Services.

CHKFN001.ZIP ... 25-Mar-1997 ... 21K
        Check File Names for Valid Length - C source
        included.
        FreeWare from Danen Information Services.

CHKSU001.ZIP ... 25-Mar-1997 ... 19K
        Check maximum subdirectory level. Print those
        directories that exceed the level you specify.
        FreeWare from Danen Information Services.

CLEAR001.ZIP ... 25-Mar-1997 ... 18K
        Clear Files - Reset to Zero Length. C source
        included.
        FreeWare from Danen Information Services.

CLRFU001.ZIP ... 25-Mar-1997 ... 30K
        Make Those Color Decisions Easier.  C source
        included.
        FreeWare from Danen Information Services.

CMDLI001.ZIP ... 25-Mar-1997 ... 21K
        Redirect a Command Line to a File to allow
        data entry from a batch file.  C source
        included.
        FreeWare from Danen Information Services.

COFFE001.ZIP ... 25-Mar-1997 ... 20K
        Who's buying coffee... C source shows how to
        use random numbers and stuctures.  Modify to
        create your own games program!
        FreeWare from Danen Information Services.

COMPR001.ZIP ... 25-Mar-1997 ... 30K
        Compress/Decompress files. C source included.
        FreeWare from Danen Information Services.

CONVE001.ZIP ... 25-Mar-1997 ... 21K
        Hex, decimal, and octal number conversion for
        programmers. Part of the Danen Utilities.
        C source included.
        FreeWare from Danen Information Services.

COOKI001.ZIP ... 25-Mar-1997 ... 137K
        Fortune cookies, wisdom, funny sayings, humor.
        Part of the Danen Utilities.
        Try COOKIE /ANSI for different look (BBS
        mode) or /? for help.
        Registration entitles you to a program that
        you can use to make your own COOKIE.OVL file.
        ShareWare $20 from Danen Information Services.

D001.ZIP ... 25-Mar-1997 ... 29K
        Great DIR Replacement
        Part of the Danen Utilities
        Try D /? for options
        FreeWare by Danen Information Services

DANEN001.ZIP ... 25-Mar-1997 ... 15K
        Most popular Danen Utilities - description

DEL001.ZIP ... 25-Mar-1997 ... 28K
        Delete DOS Files the way YOU want!  C source
        included.
        FreeWare from Danen Information Services.

DEMAR001.ZIP ... 25-Mar-1997 ... 15K
        Command line argument processing demo with C
        source.
        Free from Danen Information Services

DIGCL001.ZIP ... 25-Mar-1997 ... 28K
        Very expensive digital clock.  C source
        included.
        FreeWare from Danen Information Services.

DISKI001.ZIP ... 25-Mar-1997 ... 33K
        Read and Write Floppy Disk Images - IMPROVED!
        Part of the Danen Utilities.
        Useful for backup of floppies and for making
        multiple disk copies.
        FreeWare from Danen Information Services.

DISLB001.ZIP ... 25-Mar-1997 ... 420K
        "DIS" development C library - .H and .LIB
        files needed to compile DIS source files.
        These libraries are updated regularly!
        Copyright (c) 1980-1997 by Gerry J. Danen;
        all rights reserved.

DIZZY001.ZIP ... 25-Mar-1997 ... 27K
        FILE_ID.DIZ management: creates DIZZY.TXT for
        all .ZIP files in a directory.
        Shows file name, date, size, and contents of
        FILE_ID.DIZ.
        /S will search subdirectories, rather than
           ZIPS
        /TL creates a .TL file for mass editing
        /NOWARN removes warnings
        FreeWare from Danen Information Services.

DIZZY002.ZIP ... 24-May-1997 ... 29K
        FILE_ID.DIZ management: creates DIZZY.TXT for
        all .ZIP files in a directory.
        Shows file name, date, size, and contents of
        FILE_ID.DIZ.
        /S will search subdirectories, rather than
           ZIPS
        /TL creates a .TL file for mass editing
        /HTML will produce the listing in HTML format
        /NOWARN removes warnings
        FreeWare from Danen Information Services.

DOCPR001.ZIP ... 25-Mar-1997 ... 32K
        DocPrint formats documentation for printing.
        FreeWare from Danen Information Services.

DOSVE002.ZIP ... 09-May-1997 ... 19K
        Check DOS version and return errorlevel.
        C source included.
        FreeWare from Danen Information Services

DOW001.ZIP ... 25-Mar-1997 ... 24K
        Day of Week (DOW) sets errorlevel based on
        today's day.  1 to 7 is returned, where 1 =
        Sunday.  Also prints two SET statements which
        can be redirected to a batch file.  A sample
        batch file is included.
        ISDAY and ISNOTDAY are included as a bonus.
        C source included.
        FreeWare from Danen Information Services.

DRIVE001.ZIP ... 25-Mar-1997 ... 12K
        Get Current Drive and Set Corresponding
        Errorlevel. C source included.
        FreeWare from Danen Information Services

DROPD001.ZIP ... 25-Mar-1997 ... 19K
        Drop Duplicate Lines from a Text File.
        C source included.
        FreeWare from Danen Information Services

DROPL001.ZIP ... 25-Mar-1997 ... 19K
        Drop first n lines from a text file.
        C source included.
        FreeWare from Danen Information Services.

DRVMA001.ZIP ... 25-Mar-1997 ... 15K
        Enable and Disable Floppy Drive Access
        Part of the Danen Utilities.
        Prevent users from putting a virus on your
        network by turning the floppy drives off.
        FreeWare from Danen Information Services.

DSUM001.ZIP ... 25-Mar-1997 ... 39K
        Disk Drive Summary
        Part of the Danen Utilities.
        DOS utility shows statistics on all physical
        and logical drives, including network, SUBST,
        and CDROM drives.
        For each drive you see volume label, total
        capacity, Kbytes used, Kbytes free, % free,
        low space indicator, current path, mapped
        directory, more.
        ShareWare $15 from Danen Information Services

DUSAG001.ZIP ... 25-Mar-1997 ... 56K
        Netware Disk Usage Analysis tool - LAN admin
        Part of the Danen Utilities
        This DOS utility is a network disk management
        tool. It allows network administrators to
        manage disk space on the network more
        intelligently. Indicates among others, low
        disk space for users with disk quota (volume
        restrictions) in place.
        ShareWare $25 individual, or $100 per server,
        from Danen Information Services

EASTE001.ZIP ... 25-Mar-1997 ... 15K
        Show the date for Easter for any requested
        year.  C source.
        Requires DIS-LIBS.ZIP to recompile.
        FreeWare from Danen Information Services.

EMDIR001.ZIP ... 25-Mar-1997 ... 19K
        Remove Empty Directories
        Part of the Danen Utilities
        NetWare administration is made difficult
        when users create a whole bunch of sub-
        directories, and then don't put files in
        them.  EMPTYDIR is a DIS utility that
        identifies empty directories, and creates
        a batch file to do house cleaning if you
        redirect output to a .BAT file, e.g.,
        EMPTYDIR * >clean.bat
        FreeWare from Danen Information Services.

EMPTY001.ZIP ... 25-Mar-1997 ... 46K
        Empty Files Selectively (set to 0 bytes)
        FreeWare from Danen Information Services

EQ001.ZIP ... 25-Mar-1997 ... 53K
        Get Equipment Information for Troubleshooting
        Purposes.
        Part of the Danen Utilities.
        Redirect to file if you need to send the
        information to a vendor via disk or modem.
        ShareWare by Danen Information Services.

ERRLE001.ZIP ... 25-Mar-1997 ... 15K
        Set errorlevel for testing batch files.  C
        source and sample batch files included.
        FreeWare from Danen Information Services.

EVENT001.ZIP ... 25-Mar-1997 ... 30K
        Event Scheduler for use in batch files.
        FreeWare from Danen Information Services.

FAITH001.ZIP ... 25-Mar-1997 ... 39K
        FAITH shows inspiring quotes for your
        meditation.
        FreeWare from Danen Information Services.

FATR001.ZIP ... 25-Mar-1997 ... 47K
        Change File Attributes Interactively
        Part of the Danen Utilities.
        Set and remove all file attributes.
        Even hidden status on directories!
        ShareWare $15 per user,
        from Danen Information Services.

FBBS001.ZIP ... 25-Mar-1997 ... 24K
        FILESBBS creates FILES.BBS for supported
        archive files in a directory.
        FILESBBS currently supports ARJ, RAR and ZIP
        archives.
        FreeWare from Danen Information Services

FFMT001.ZIP ... 25-Mar-1997 ... 51K
        File formatting utilities with C source.
        Convert any combo of <cr> and <lf> to another
        format.
        FreeWare from Danen Information Services

FILBU001.ZIP ... 25-Mar-1997 ... 15K
        Get FILES= and BUFFERS= from CONFIG.SYS with
        C source.
        FreeWare from Danen Information Services.

FIXPA001.ZIP ... 25-Mar-1997 ... 20K
        Fixes X:. to X:\ after NetWare drive map
        Updates the path after NetWare MAP. Changes
        all <drive>:. to <drive>:\ and creates a
        batch file in TEMP for you to run.
        Feedback would be appreciated.
        FreeWare from Danen Information Services.

FIXWI001.ZIP ... 22-Apr-1997 ... 21K
        Fix WIN.INI with wrong decimals in [intl]
        section.
        Certain programs, like FoxPro, may not behave
        properly if the number of decimals is not set
        correctly.  Run this program in your Windows
        3.x directory to set iCurrDigits & iDigits to
        2.
        FreeWare from Danen Information Services.

FLOPP001.ZIP ... 25-Mar-1997 ... 12K
        Return the number of floppy drives in the
        errorlevel.
        FreeWare from Danen Information Services

FLSTU001.ZIP ... 25-Mar-1997 ... 57K
        File Utilities with C source: FCHECK, FCOMP,
        and FDUMP.
        FreeWare from Danen Information Services

FLUSH001.ZIP ... 25-Mar-1997 ... 12K
        Flush the keyboard buffer.  Useful in batch
        files.
        FreeWare from Danen Information Services.

FNI001.ZIP ... 25-Mar-1997 ... 26K
        FidoNet NodeList Interpreter v2.10 converts a
        FidoNet(-like) NodeList to Fixed Format File.
        Includes C source (Danen's library required to
        recompile--see DIS file area on C+Net BBS),
        with a number of string functions you may use
        in other programs.
        FreeWare from Danen Information Services.

GAS001.ZIP ... 25-Mar-1997 ... 31K
        Gas Consumption Calculator can do Metric or
        "Dumb Old" measurements.  C++ code for
        illustration included.
        FreeWare from Danen Information Services.

GO001.ZIP ... 25-Mar-1997 ... 26K
        Move very quickly between directories
        Part of the Danen Utilities.
        GO provides an easy way to switch between
        directories. You set up logical names for
        your directories in the DOS environment.
        FreeWare from Danen Information Services.

GST001.ZIP ... 25-Mar-1997 ... 44K
        GST Calculator.  C code for illustration
        included.
        FreeWare from Danen Information Services.

HINT001.ZIP ... 25-Mar-1997 ... 24K
        Find Text in (EXE) Files
        Part of the Danen Utilities.
        HINT is a specialized automatic program
        documenter. Real Programmers know that the
        only reliable documentation is the code
        itself, but a lot of programs come as
        executable code only, and I've never met a
        programmer who claims that EXE files are easy
        to read. HINT doesn't document these things,
        but it can help give some clues.
        FreeWare from Danen Information Services.

INGRP001.ZIP ... 25-Mar-1997 ... 20K
        Determine if a user is member of a group.
        Part of the Danen Utilities
        Returns errorlevel 1 if user IS a member of
        the named group.
        See ROOT.BAT for an example.
        Partial C source included.
        FreeWare by Danen Information Services

ISDIR001.ZIP ... 25-Mar-1997 ... 18K
        See if directory exists. C source.
        If directory exists, errorlevel 1 is returned.
        FreeWare from Danen Information Services.

ISDRV001.ZIP ... 25-Mar-1997 ... 15K
        See if drive exists. C source.
        Returns errorlevel 0 if drive exists.
        FreeWare from Danen Information Services.

ISVOL001.ZIP ... 25-Mar-1997 ... 19K
        See if given drive contains given volume label
        C source included.
        Returns errorlevel 0 if volume label matches.
        FreeWare by Danen Information Services

LASTD001.ZIP ... 25-Mar-1997 ... 14K
        Returns LASTDRIVE setting (CONFIG.SYS) in the
        errorlevel.
        Written to switch between NETX and VLM to talk
        to a Netware file server.  Using this program
        in a connect-to-network batch file, just
        change the LASTDRIVE setting in your CONFIG.
        SYS, and the batch file can automatically
        figure out which shell to use.  Uses undocu-
        mented DOS call to get "list of lists."
        Written by John Millington, and is PUBLIC
        DOMAIN.  Modified by Gerry Danen of Danen
        Information Services.

LOADE001.ZIP ... 25-Mar-1997 ... 39K
        Check for loaded TSRs.  C source illustrates
        how to do it in your own programs, or just use
        the programs in a batch file.
        FreeWare from Danen Information Services.

MAILS001.ZIP ... 29-Apr-1997 ... 23K
        Set Microsoft Mail Login UserID V2.00 -
        Utility for use with Microsoft Mail (MSMAIL)
        for Windows. MSMAIL reads MSMAIL.INI and uses
        the Login name as the user name when it starts
        up.  When a number of users use a given PC,
        that becomes a nuisance. Also, when you move
        a PC to a different user, or a new person
        starts to use the computer, the only way to
        change the name, is to edit MSMAIL.INI.
        MAILSET to the rescue! Run it without any
        parameters, and the current user name is
        displayed. Run it with a user name on the
        command line, and MSMAIL.INI is changed. On
        Novell networks, you can automatically change
        the name to the logged-in user name.
                      ShareWare.
        C source available with registration.

MAKEC001.ZIP ... 25-Mar-1997 ... 19K
        Convert Text file to C source file
        This program converts a text file to a C
        source code file, which when run, recreates
        the text file.  Great for creating text files,
        e.g., help files/init files, from your .exe.
        Usage: MAKE_C file_in file_out
        FreeWare from Danen Information Services

MAPS001.ZIP ... 25-Mar-1997 ... 18K
        Shows NetWare Drive Mappings
        FreeWare by Danen Information Services

MARKD001.ZIP ... 25-Mar-1997 ... 18K
        Mark Duplicate Lines in a Text File
        FreeWare from Danen Information Services

MAXCH001.ZIP ... 25-Mar-1997 ... 20K
        MaxCheck:  Check info in Maximus log file and
        extra upload/download info, as well as login
        and logout times, and new users.
        FreeWare from Danen Information Services.

MAXFA001.ZIP ... 25-Mar-1997 ... 23K
        Maximus File Area Generator creates a properly
        formatted file, ready for cut and paste into
        FILEAREA.CTL.
        FreeWare from Danen Information Services.

MAXFA002.ZIP ... 25-Mar-1997 ... 28K
        Maximus File Area Generator creates a properly
        formatted file, ready for cut and paste into
        FILEAREA.CTL.
        This version can set up DIVISIONS and allow
        TYPE to be included in selected file areas.
        FreeWare from Danen Information Services.

MAXMA001.ZIP ... 25-Mar-1997 ... 27K
        Maximus Message Area Generator creates a
        properly formatted file, ready for cut and
        paste into MSGAREA.CTL.
        This version can set up message DIVISIONS.
        FreeWare from Danen Information Services.

MBBSD001.ZIP ... 25-Mar-1997 ... 31K
        MBBSDUPS is a MajorBBS duplicate file detector
        and flags duplicate file names from a
        FILES!.LST.  It will also take a guess at
        potentially duplicates, by ignoring non-alpha
        characters.
        DROPIF1B takes FILES!.LST and creates a
        version with just the first line of the
        description.
        Works with MBBS 6.25. Will likely work with
        WG.
        FreeWare from Danen Information Services.

MBBSL001.ZIP ... 25-Mar-1997 ... 93K
        MBBSLIST converts a MajorBBS FILES!.LST into
        a FILES.BBS-like file for each file area.
        Very useful for manipulating file lists.
        FreeWare from Danen Information Services.

MCMCI003.ZIP ... 07-Apr-1997 ... 34K
        Get CallerID info from McMail log file and
        optionally add info from an external file.
        Includes Maximus utility to extract user's
        phone number and name from USER.BBS.
        FreeWare from Danen Information Services

MK64001.ZIP ... 25-Mar-1997 ... 18K
        Split a Text File into (approx.) 64k Blocks
        FreeWare from Danen Information Services

MKFNM001.ZIP ... 25-Mar-1997 ... 27K
        Create a File Name based on Today's Date,
        Time, NIC, or random number.
        This program comes in real handy when auto-
        mating any kind of regular updates, based on
        the current date.  Good for network admini-
        strators and BBS SysOps.
        Many date formats may be used, e.g., julian
        day, day of week, week number, month number,
        full date, year, and a number of combinations.
        Last 8 chars of NIC may also be used!
        ShareWare by Danen Information Services

MKPAT001.ZIP ... 25-Mar-1997 ... 21K
        Make a Path using BRUTE FORCE
        Part of the Danen Utilities.
        MKPATH is designed to lessen the amount of
        keying when creating and changing to DOS
        directories.
        C source.
        FreeWare from Danen Information Services.

NETWA001.ZIP ... 25-Mar-1997 ... 16K
        Show NetWare banner with OS version. C source

NEW001.ZIP ... 25-Mar-1997 ... 26K
        NEW shows files with today's date in the
        asked-for directory.  C source included.
        FreeWare from Danen Information Services

NUKEN003.ZIP ... 13-May-1997 ... 23K
        Nuke Old Nodelists, NUKE-NL v1.20, removes all
        but the latest nodelists, used in Fido-style
        networks.  Check the .ini file for usage
        comments.
        New version includes logging capabilities.
        FreeWare from Danen Information Services.

NUMBE001.ZIP ... 25-Mar-1997 ... 19K
        Add a number to each line in a text file.  C
        source.
        FreeWare from Danen Information Services.

NWGRP001.ZIP ... 25-Mar-1997 ... 28K
        NetWare Group Membership for Logged-In User
        Determine whether user is a member of a
        specified group, or any groups.  Use /? for
        details.  Creates a DOS batch file with
        environment parameters.
        FreeWare from Danen Information Services

NWPAT001.ZIP ... 25-Mar-1997 ... 20K
        C source to create a PATH string where NetWare
        can insert mappings.
        FreeWare from Danen Information Services

NWTRU001.ZIP ... 25-Mar-1997 ... 20K
        Truncate a NetWare variable to n chars, e.g.,
        the last 8 chars of a NIC id, or the first 8
        chars of a user's name.  C source included.
        FreeWare from Danen Information Services

NWVAR001.ZIP ... 25-Mar-1997 ... 22K
        Set variables for NetWare workstations:
         gd.maildir -> xxxxxxxx in sys:mail
         svr        -> %file_server
         usr        -> %login_name
         usr_init   -> %full_name
         stn        -> %p_station (full)
         stn8       -> %p_station (right 8)
         win.home   -> Windows home directory
         gd.dow     -> %nday_of_week
         gd.logdate -> long login date
        parameter 1 - S2:  to map win.home to S2:
        parameter 2 - /B create a DOS batch file
        instead of a NW script file
        Send $25 for source code.

PENTA001.ZIP ... 25-Mar-1997 ... 26K
        Check for Pentium Floating-Point Division Bug
        C source included.
        FreeWare from Danen Information Services

PFSVR001.ZIP ... 25-Mar-1997 ... 21K
        Change PREFERRED SERVER entries in NET.CFG &
        SHELL.CFG files on Novell workstations.
        Run from a login script to switch all work-
        stations over automatically. Sample batch
        files, and C source included.
        C source requires DIS libraries to recompile.

PHONE001.ZIP ... 25-Mar-1997 ... 25K
        Plays phone noise. Good for playing tricks on
        someone else...
        FreeWare by Danen Information Services

POW2001.ZIP ... 25-Mar-1997 ... 15K
        Shows bit values for up to 32 bits with C src
        FreeWare by Danen Information Services

PROTO001.ZIP ... 25-Mar-1997 ... 25K
        PROTO - Create C Function Prototypes - PROTO
        generates a prototype include file, or a
        function cross-reference, depending on switch
        settings.
        The program does NOT process #if statements,
        so any mismatched {} caused by conditional #
        statements may screw up the resulting file.
        Wildcards are allowed, so you can process *.c,
        for example.
        FreeWare from Danen Information Services.

Q001.ZIP ... 25-Mar-1997 ... 20K
        List Jobs in Novell NetWare Print Queues
        Part of the Danen Utilities.
        The job's priority, name, size, user id, date
        & time queued, status, job number, and form
        type are displayed.
        Keywords: danen dis novell netware network
        print queue
        FreeWare from Danen Information Services.

REBOO001.ZIP ... 25-Mar-1997 ... 12K
        Reboot MS-DOS system, warm- or coldboot.
        FreeWare from Danen Information Services.

RTRIM001.ZIP ... 25-Mar-1997 ... 20K
        Trim all spaces on the right of all lines
        FreeWare from Danen Information Services

SC001.ZIP ... 25-Mar-1997 ... 44K
        Scientific Calculator
        FreeWare from Danen Information Services

SCAND000.ZIP ... 25-Mar-1997 ... 30K
        Directory processing example.  C source.  This
        program won't recompile without the libraries,
        but serves as an example of how MSC's
        _dos_findfirst() and _dos_findnext() work much
        better than homebrewed functions.  There are
        other techniques here that are useful for the
        beginning C programmer.

SCAND001.ZIP ... 25-Mar-1997 ... 28K
        Scan Directories - Cleanup!
        Part of the Danen Utilities.
        SCANDIR is designed as a clean-up utility to
        go through a part or all of a hard disk's
        files, and erase files if so instructed.  Even
        read-only files can be removed by SCANDIR.
        FreeWare from Danen Information Services.

SDIR001.ZIP ... 25-Mar-1997 ... 46K
        Sorted directory with interactive file delete
        Part of the Danen Utilities.
        Tag files for deletion, and then delete them
        all at once. Files may be listed by name,
        extension, size, date/time. View files before
        you decide to delete.
        FreeWare from Danen Information Services.

SETCO001.ZIP ... 25-Mar-1997 ... 25K
        Set Screen Colours
        SETCOLOR [fg] [bg] [row col¦C]
        - No args, set to default colors from cursor
        - C clears the screen with requested color
        - Parameters are positional, eg the 1st parm
        is always fg colour
        FreeWare from Danen Information Services

SETPA001.ZIP ... 25-Mar-1997 ... 39K
        Customized NetWare SETPASS program enforces at
        least one non-alpha character in the password.
        FreeWare from Danen Information Services.

SHOWB001.ZIP ... 25-Mar-1997 ... 40K
        NetWare News Bulletin Display - LAN admin
        Part of the Danen Utilities
        This DOS utility displays news bulletins to
        the user.  The bulletin is displayed only
        once.  Perfect for login scripts!
        Keywords: danen dis shareware novell netware
        ShareWare $25 per server, from Danen
        Information Services

SHOWD001.ZIP ... 25-Mar-1997 ... 26K
        Pops up FILE_ID.DIZ on your screen for viewing
        Part of the Danen Utilities
        Useful for creating ZIP files for upload.
        Observes 15 lines by 46 characters, and shows
        when you have exceeded those limits.
        FreeWare by Danen Information Services

SHUFF001.ZIP ... 25-Mar-1997 ... 19K
        Shuffle a deck of cards in C to show array
        shuffling.  Source included.
        FreeWare from Danen Information Services

SIGNU001.ZIP ... 25-Mar-1997 ... 24K
        Process BBS User Sign-Up Information from
        MajorBBS 6.25's BBSSUP.TXT, and write a file
        with all the custom signup questions and the
        users' answers.  Uses an .ini file with the
        questions.
        Includes C source.
        FreeWare from Danen Information Services.

SORTT001.ZIP ... 25-Mar-1997 ... 25K
        Sort Text Files.  C++ source included.
        FreeWare from Danen Information Services

SS001.ZIP ... 25-Mar-1997 ... 48K
        Screen saver: non-TSR locks keyboard
        Part of the Danen Utilities
        SS is a Screen Saver that can lock the
        keyboard. SS is NOT a TSR! If you're logged
        into a Novell 3.xx network, the keyboard
        remains locked until the Novell password is
        entered. In stand-alone mode, you type a
        password when you start the program. This
        password will unlock the keyboard. Password
        protection can be skipped.
        ShareWare $15 by Danen Information Services

ST001.ZIP ... 25-Mar-1997 ... 48K
        Change date- and timestamp of files
        Part of the Danen Utilities.
        Full-screen and command-line mode.
        /? provides help.
        FreeWare from Danen Information Services.

STN001.ZIP ... 25-Mar-1997 ... 15K
        Show or Test Workstation's Node Address (NIC)
        Useful for controlling program execution for
        specific workstations on a Novell LAN.
        FreeWare from Danen Information Services

STRUC001.ZIP ... 25-Mar-1997 ... 22K
        Save/restore disk directory structure.  Great
        for mass changes.
        FreeWare from Danen Information Services.

SUBST001.ZIP ... 25-Mar-1997 ... 14K
        Report Current Path for SUBST assignment.
        C source.
        FreeWare from Danen Information Services.

SYNC001.ZIP ... 25-Mar-1997 ... 64K
        Synchronize Two Directories - original from PC
        Magazine C Lab Notes
        C source included
        FreeWare from Danen Information Services

SYSCH001.ZIP ... 25-Mar-1997 ... 210K
        System Checkout - Useful for troubleshooting
        your computer.
        Run once from A: (boot with the created disk
        in the A: drive), and once from your normal
        operating environment, i.e., A:\AUTOEXEC.BAT.
        Run INSTALL to create files on A:
        FreeWare by Danen Information Services

TAGLI001.ZIP ... 25-Mar-1997 ... 37K
        Tagline collection.  Display at user login.
        (or anywhere else!)
        Like taglines on a BBS.
        Try the /all switch...
        Freeware from Danen Information Services.

TAPEL001.ZIP ... 25-Mar-1997 ... 23K
        Process Tape Log from Colorado Backup
        FreeWare by Danen Information Services

TDIR001.ZIP ... 25-Mar-1997 ... 26K
        Directory of Files in Date/Time Order
        C source included
        FreeWare from Danen Information Services

TL001.ZIP ... 25-Mar-1997 ... 48K
        Allows manipulation of "Text Libraries":
        create and extract.  Useful if you need to
        make the same changes to a large number of
        files.  No docs yet--just for VD.
        FreeWare by Danen Information Services

TMSG001.ZIP ... 25-Mar-1997 ... 33K
        Tracking System for NetWare Administration
        Part of the Danen Utilities.
        Two programs make up the tracking system.
        TMSG records your messages in an ASCII file.
        TMSG_LOG takes the ASCII file, analyzes the
        records and updates two .DBF files. These
        .DBF files can then be manipulated as you see
        fit.
        If logged in to NetWare, messages are logged
        to the network. In stand-alone mode, messages
        are logged to C:\.
        FreeWare from Danen Information Services.

TODAY001.ZIP ... 25-Mar-1997 ... 21K
        Locate Files with Today's Date across the File
        System. C source included.
        Will scan any and all hard drives and network
        drives attached to your machine for whatever
        file you are looking for.  Wildcards are, of
        course, accepted.  The program will tell you
        the drive and and path of all found instances.
        FreeWare from Danen Information Services

TOGGL001.ZIP ... 25-Mar-1997 ... 15K
        Toggle NumLock, CapsLock, and ScrollLock
        Toggle any combination ON, OFF, or FLIP!
        FreeWare from Danen Information Services

TOUCH001.ZIP ... 25-Mar-1997 ... 23K
        Set the Date & Time Stamp on Selected Files
        C source included.
        FreeWare from Danen Information Services

TRIGS001.ZIP ... 25-Mar-1997 ... 33K
        C++ Trig Calculations program. Source
        included.
        FreeWare from Danen Information Services

TRUNC001.ZIP ... 25-Mar-1997 ... 22K
        Truncate Lines to a Given Number of Characters
        C source included.
        Breaks up lines at a given number of charac-
        ters.  If that character is not a space (or
        tab), we'll search backward for a space (or
        tab) and truncate at that point.  If no spaces
        (tabs), just truncate.
        FreeWare from Danen Information Services.

TRUST001.ZIP ... 25-Mar-1997 ... 19K
        Report TRUSTEE RIGHTS of NetWare volumes.
        FreeWare from Danen Information Services.

TSRCH001.ZIP ... 25-Mar-1997 ... 20K
        Search for Text Strings in Files
        C source included.
        This utility will search for a text string
        that you specify in the files you want.
        Specify the file or use wildcard characters
        for a search through a group of related files.
        FreeWare from Danen Information Services

USERL001.ZIP ... 25-Mar-1997 ... 54K
        User Information for The Major BBS      V2.32
        For Major BBS 6.xx SysOps who want to do more
        with their user information, e.g. generate a
        birthday announcements list, or a list of
        users to purge.
        Very flexible custom report; Purge report;
        custom colours in birthday list; general
        include/exclude.
        Now with phone # on custom report.
        Free from Danen Information Services.

VF001.ZIP ... 25-Mar-1997 ... 38K
        VF is a file viewer with C source.
        FreeWare from Danen Information Services.

VIDEO001.ZIP ... 25-Mar-1997 ... 36K
        Video Mode Change
        Part of the Danen Utilities.
        VIDEO allows the user to change to any of the
        standard PC video modes, as well as 43-line
        EGA mode, and 4 ATI EGA/VGA Wonder modes.
        Command line and interactive modes.
        FreeWare by Danen Information Services

VL001.ZIP ... 25-Mar-1997 ... 23K
        Change Volume Label and Serial Number
        FreeWare from Danen Information Services

VOLUS001.ZIP ... 25-Mar-1997 ... 20K
        NetWare Volume Usage Overview
        Part of the Danen Utilities.
        VOLUSAGE shows for each volume: total bytes;
        free bytes; purgable bytes; total available
        bytes; total bytes used; block size.
        Try /? for help.
        Keywords: dis novell netware volume usage
        FreeWare from Danen Information Services

VTREE001.ZIP ... 25-Mar-1997 ... 23K
        Create a visual tree of your directory
        structure.  Good for documentation.
        FreeWare from Danen Information Services.

WC001.ZIP ... 25-Mar-1997 ... 17K
        Count words and lines. Also writes words to
        output file for further analysis.
        FreeWare from Danen Information Services.

WHERE001.ZIP ... 25-Mar-1997 ... 31K
        Find files across all drives. WHERE and WHEREP
        provide different output.
        FreeWare from Danen Information Services.

WHERP001.ZIP ... 25-Mar-1997 ... 20K
        Find BAT, COM, and EXE files in your path.
        C source included.
        FreeWare from Danen Information Services.

WHO001.ZIP ... 25-Mar-1997 ... 22K
        WHO shows who's logged in - various formats
        Part of the Danen Utilities.
        Keywords: dis novell netware user analysis
        management
        FreeWare from Danen Information Services.

Z2SAL001.ZIP ... 25-Mar-1997 ... 40K
        Group-Zip and -UnZip utilities and batch
        files.
        Take a look at S2Z, S2ZALL, Z2S, and Z2SALL
        and learn some batch programming.  Some
        utilities are available in other archives.
        Free from Danen Information Services.

ZAP001.ZIP ... 25-Mar-1997 ... 27K
        Cleanup whole directory structures
        Part of the Danen Utilities.
        ZAP completely removes a directory along with
        its files and sub-directories, and its files
        and sub-directories, etc. Hidden, system, and
        read-only files are removed too! Optionally
        you may just delete the files and leave the
        directory structure intact.
        FreeWare from Danen Information Services.

ZIPCH001.ZIP ... 25-Mar-1997 ... 25K
        Check .ZIP Files for Valid DOS File Names.
        Those long file names for Windows 95 or OS/2
        are a hassle if you're working with DOS. Long
        path names can also present problems if you
        try to extract in a subdirectory that has a
        fairly long path name itself already.
        ZIPCHECK allows you to check file and path
        names BEFORE you extract the archive.
        FreeWare from Danen Information Services.

Produced by DIZZY V4.00
Copyright © 1995-1997 by Danen Information Services; all rights reserved