All programs on this page are free for private and commercial use.
Use this programs at your own risk. Please report every bug. Currently there are
no known bugs.
|
|
|
|
Name |
: |
diskimg |
|
|
Description | : | Read and write images of 1.44 mb floppies. | |
|
Date | : | 23/sept/02 | |
|
Source code | : |
DISKIMG.ASM |
|
|
File | : |
DISKIMG.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
1411 bytes | |
|
|
|
|
|
Name |
: |
shutdown |
|
|
Description | : | Shutdown pc, works only under DOS or with Win9X in the
MSDOS-Mode (not in the shell). | |
|
Date | : | 25/sept/02 | |
|
Source code | : |
SHUTDOWN.ASM |
|
|
File | : |
SHUTDOWN.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
894 bytes | |
|
|
|
|
|
Name |
: |
wait |
|
|
Description | : | Wait in batch file. | |
|
Date | : | 26/sept/02 | |
|
Source code | : |
WAIT.ASM |
|
|
File | : |
WAIT.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
679 bytes | |
|
|
|
|
|
Name |
: |
datetime |
|
|
Description | : | User defined output of date and time.
You can set date or time environment under DOS or Win9X.
Howto set %DATE% environment variable
HOWTO
Example batch how to delete tmp files older 2 days in combination with
LSFDT.COM and DELFLIST.COM
OLDER2DA.BAT
howto rename file to current date example:
RENFILE.BAT | |
|
Date | : | 27/sept/02 | |
|
Source code | : |
DATETIME.ASM |
|
|
File | : |
DATETIME.COM | |
|
Version | : | 6.0 | |
|
Filesize | : |
3038 bytes | |
|
|
|
|
|
Name |
: |
hexview |
|
|
Description | : | View a file with splited view of bytes in hex and byte view. Note: The last char of the file is not shown. Use HEXEDIT.COM as alternative. | |
|
Date | : | 02/oct/02 | |
|
Source code | : |
not available |
|
|
File | : |
HEXVIEW.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
1012 bytes | |
|
|
|
|
|
Name |
: |
getstring |
|
|
Description | : | Reads a string from the kbd and writes to file
with password mode. | |
|
Date | : | 04/oct/02 | |
|
Source code | : |
GETSTR.ASM |
|
|
File | : |
GETSTR.COM | |
|
Version | : | 2.0 | |
|
Filesize | : |
435 bytes | |
|
|
|
|
|
Name |
: |
hexedit |
|
|
Description | : | View and edit binary files. | |
|
Date | : | 10/oct/02 | |
|
Source code | : |
HEXEDIT.ASM |
|
|
File | : |
HEXEDIT.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
1846 bytes | |
|
|
|
|
|
Name |
: |
reboot |
|
|
Description | : | Reboots your PC under DOS. | |
|
Date | : | 11/oct/02 | |
|
Source code | : |
REBOOT.ASM |
|
|
File | : |
REBOOT.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
16 bytes | |
|
|
|
|
|
Name |
: |
mbr |
|
|
Description | : | Save the MBR (Master Boot Record) to a file or put it back
to the harddisk from a file. | |
|
Date | : | 03/nov/02 | |
|
Source code | : |
not available |
|
|
File | : |
MBR.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
1244 bytes | |
|
|
|
|
|
Name |
: |
pfdisk |
|
|
Description | : | FDISK via command line parameters.
Useful to create partitions with a batch file
most known partition id
list.
A similar program for Windows is: plppart32.exe
| |
|
Date | : | 03/nov/02 | |
|
Source code | : |
not available |
|
|
File | : |
PFDISK.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
4168 bytes | |
|
|
|
|
|
Name |
: |
phdcpy |
|
|
Description | : | Copies the whole hard disk to another under DOS, but its not
fully tested now, try it if you want. | |
|
Date | : | 10/feb/03 | |
|
Source code | : |
not available |
|
|
File | : |
PHDCPY.COM | |
|
Version | : | 1.0beta | |
|
Filesize | : |
1787 bytes | |
|
|
|
|
|
Name |
: |
scalc |
|
|
Description | : | Small calculator for dos command line, usable for batch files.
You can set environment variables in the same way like
DATETIME.COM. | |
|
Date | : | 27/mar/03 | |
|
Source code | : |
not available |
|
|
File | : |
SCALC.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
781 bytes | |
|
|
|
|
|
Name |
: |
fgetline |
|
|
Description | : | Read lines from a text file, you can use a FROM and COUNT parameter. | |
|
Date | : | 19/apr/03 | |
|
Source code | : |
not available |
|
|
File | : |
FGETLINE.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
490 bytes | |
|
|
|
|
|
Name |
: |
lsfdt |
|
|
Description | : | List files older, newer, or equal of a date and/or time, use it
with DATETIME.COM. You can write the output
of LSFDT.COM into a file with ">" and create a file list
7-Zip can compress from a file list
http://www.7-zip.org | |
|
Date | : | 20/apr/03 | |
|
Source code | : |
not available |
|
|
File | : |
LSFDT.COM | |
|
Version | : | 1.2 | |
|
Filesize | : |
2507 bytes | |
|
|
|
|
|
Name |
: |
delflist |
|
|
Description | : | Delete files from a file list, can be combinied with
LSFDT.COM
to delete old files, use it with DATETIME.COM. | |
|
Date | : | 20/apr/03 | |
|
Source code | : |
not available |
|
|
File | : |
DELFLIST.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
900 bytes | |
|
|
|
|
|
Name |
: |
partlist |
|
|
Description | : | List partition types under DOS
example batch files: howto detect extends or primary partitions
in a batch file
info: this program run only in DOS, not in a Windowsshell
primary.bat
extends.bat | |
|
Date | : | 16/jun/03 | |
|
Source code | : |
not available |
|
|
File | : |
PARTLIST.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
2126 bytes | |
|
|
|
|
|
Name |
: |
vfat |
|
|
Description | : | Example source code to read directory from floppy without any
OS function call, + support for long file names (Virtual FAT). | |
|
Date | : | 22/jun/03 | |
|
Source code | : |
VFAT.ASM |
|
|
File | : |
VFAT.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
1333 bytes | |
|
|
|
|
|
Name |
: |
sren |
|
|
Description | : | Its a special rename program, long file names up from w95,
do not rename more than 600 files at once.
description.txt
example file | |
|
Date | : | 23/jun/03 | |
|
Source code | : |
not available |
|
|
File | : |
SREN.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
1209 bytes | |
|
|
|
|
|
Name |
: |
lines |
|
|
Description | : | Count lines of a text file. | |
|
Date | : | 03/jul/03 | |
|
Source code | : |
not available |
|
|
File | : |
LINES.COM | |
|
Version | : | 1.0 | |
|
Filesize | : |
616 bytes | |
|
|
|
|
|
Name |
: |
fmoddate |
|
|
Description | : | Get last modified date/time of a file, its similar to
DATETIME.COM. | |
|
Date | : | 16/jul/03 | |
|
Source code | : |
not available |
|
|
File | : |
FMODDATE.COM | |
|
Version | : | 1.1 | |
|
Filesize | : |
1116 bytes | |
|
|
|
|
|
Name |
: |
ptextasm |
|
|
Description | : | TEXT ASSEMBLER, convert a COM file to an executable text format to store
it in a bach file and start it
direct from there. | |
|
Date | : | 31/jul/04 | |
|
Source code | : |
not available |
|
|
File | : |
ptextasm.zip | |
|
Version | : | 0.92 | |
|
Filesize | : |
13 kbytes | |
|
|
|
|
|
Name |
: |
pwd |
|
|
Description | : | Print working directory (current) for DOS. | |
|
Date | : | 27/oct/10 | |
|
Source code | : |
not available |
|
|
File | : |
pwd.com | |
|
Version | : | 1.1 | |
|
Filesize | : |
34 bytes | |
|
|
|
|
|
Name |
: |
pwdrive |
|
|
Description | : | Print working drive (current) for DOS. | |
|
Date | : | 31/jul/04 | |
|
Source code | : |
not available |
|
|
File | : |
pwdrive.com | |
|
Version | : | 1.0 | |
|
Filesize | : |
15 bytes | |
|