ATA/PI info. Version 3.12. Copyright (c) Y2k1 treeumph. freeware

 Treeumph ATA devices info program.

 Usage:  ata.exe [parameters ...]
    /s  - actual DOS drive information
    /b  - actual BIOS drive information
    /h  - check for hard disk devices (detailed)
    /a  - check for aditional ATAPI devices (CD-ROM etc. detailed)
    /r  - read information from file ATA_INF.BIN with data dump
    /f  - create file ATA_INF.BIN with data dump
    /p  - pause after every device
    /w  - not check Windows active
    /x  - allways show all data
    /2  - 28 lines per screen
    /4  - 43 lines per screen
    d:n - info about device n (n = 0,1,2,3  [4,5,6,7])

 Status string represents folowing bits of device status:
  Busy, Ready, write Fault, Seek, Data ready, Corrected data, Index, Error.
  bit's: word 82h & 83h
 

Attribut. Version 2.07. Copyright (c) Y2k1 treeumph. freeware

 SET & GET file or directory attribute.

 Usage: ATTRIBUT.EXE file.ext [rhsdvaxy12345678] [/P]

  R - read only
  H - hidden
  S - system
  D - directory
  V - volume name
  A - archive
  X,Y,1,2,3,4,5,6,7,8
    - aditional attributes
  0 - set no attributes (0h)
 /P - pause after each screen.
 

Boot time check system files and areas
 Ussage:   with no parameters auto check configuration
        /?  - this help
        /s  - save system configuration
        /q  - quiet
        /v  - litle verbose
        /32 - disable windows32 enhancement

  1. Save system configuration [bootchk.exe /s]
  2. Add bootchk.exe to autoexec.bat file
  or add to config.sys [install=Your path\bootchk.exe]

 Bootchk will save bootsector and MBR to files PARTN.SAV and BOOTS.SAV
 

VESA info. Version 6.07. Copyright (c) Y2k treeumph. All rights reserved.
 Freeware. NOT for commercial use! Contact: treeumph@scot.sk

 Usage: CHK_VESA [parameter...]

  /?      - this help screen
  /P      - pause after screen
  /F      - create file VESA_INF.TXT contains OEM modes info
  /Q      - quick summary
  /QF     - quick summary in to file VESAQINF.TXT
  /N      - show OEM name and memory size
  /M      - show current video mode
  /A      - show all available modes (in file with extension .TXA)
  /14     - set font 8 x 14
  /8      - set font 8 x 8
  /E      - no write after change font, use /14E or /8E
   nnn    - print info about mode nnn hex
   S:nnn  - set video mode nnn.
 

Tcopy. Version 3.16 Copyright (c) Y2k1 treeumph. All rights reserved.
 Freeware. NOT for commercial use! Contact: treeumph@scot.sk

 Copies and packing one or more files and directories with all attributes
 Usage: TCOPY.EXE [+script] source destination [parameters...]

  /S - include all subdirectories
  /T - do not use original file time and date
  /R - copy files without directory tree        /H - halt on any error
  /A - do not use original file attribute       /M - create target dir
  /O - overwrite exist files                    /P - pack files
  /L - only list files                          /E - extract files
  /N - copy only new files                      /C - compatibile mode
  /D - file ascii compresion                    /G - debug mode
  /Z - check file size                          /X - do not check access
  /F=C:\LOG_FILE.TXT - create log file (files result)
   in script first char: [;] comment, [+] dos command

 ! If destination is directory, then must ending with backslash (\) !
 

File cutter. Version 3.02. Copyright (c) Treeumph 1997. All rights reserved.

 Usage:

 CUTTER.EXE file.ext            - split file in curent directory
                                  starting with name file.e00

 CUTTER.EXE file.ext my         - split file in curent directory
                                  starting with name myfile.e00

 CUTTER.EXE file.ext c:\my      - split file in directory c:\
                                  starting with name c:\myfile.e00

 CUTTER.EXE file.ext c:\temp\   - split file in directory c:\temp\
                                  starting with name c:\temp\file.e00

 Range of splits is 00 to 99. Program will create batch file to split.
 

Text2html table. Freeware. Copyright (c) Y2k1 treeumph. All rights reserved.
 Version 1.60

 This program convert text file to HTML table(s).
 You can export database to separated text with delimiter
 and convert it to HTML document(s).
 txt2tabl.exe inpfile.txt /s4 /fArial,Helvetica

 Please specify input and output file on command line
        /1 - generate only one table
        /2 - generate more files, one table per file
             as separation is empty line
        /d - dynamic width of table
        /c - cell spacing (/c4 - spacing 4)
        /w - table width (/w640 - table width 640 pixels) under 100 in %
        /b - border width (/b2 - width 2)
        /s - font size    (/s2 - size 2)
        /f - font name    (/fArial - font Arial)
        /# - separation character (/#;) {default is <TAB>}

 Contact: treeumph@scot.sk