English / Deutsch
Twitter
twitter

DOS Tools


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  
  DescriptionRead and write images of 1.44 mb floppies. 
  Date23/sept/02 
  Source code DISKIMG.ASM  
  File DISKIMG.COM 
  Version1.0 
  Filesize 1411 bytes 
 
 
  Name shutdown  
  DescriptionShutdown pc, works only under DOS or with Win9X in the MSDOS-Mode (not in the shell). 
  Date25/sept/02 
  Source code SHUTDOWN.ASM  
  File SHUTDOWN.COM 
  Version1.1 
  Filesize 894 bytes 
 
 
  Name wait  
  DescriptionWait in batch file. 
  Date26/sept/02 
  Source code WAIT.ASM  
  File WAIT.COM 
  Version1.1 
  Filesize 679 bytes 
 
 
  Name datetime  
  DescriptionUser 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
 
  Date27/sept/02 
  Source code DATETIME.ASM  
  File DATETIME.COM 
  Version6.0 
  Filesize 3038 bytes 
 
 
  Name hexview  
  DescriptionView 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.
 
  Date02/oct/02 
  Source code not available  
  File HEXVIEW.COM 
  Version1.0 
  Filesize 1012 bytes 
 
 
  Name getstring  
  DescriptionReads a string from the kbd and writes to file with password mode. 
  Date04/oct/02 
  Source code GETSTR.ASM  
  File GETSTR.COM 
  Version2.0 
  Filesize 435 bytes 
 
 
  Name hexedit  
  DescriptionView and edit binary files. 
  Date10/oct/02 
  Source code HEXEDIT.ASM  
  File HEXEDIT.COM 
  Version1.0 
  Filesize 1846 bytes 
 
 
  Name reboot  
  DescriptionReboots your PC under DOS. 
  Date11/oct/02 
  Source code REBOOT.ASM  
  File REBOOT.COM 
  Version1.0 
  Filesize 16 bytes 
 
 
  Name mbr  
  DescriptionSave the MBR (Master Boot Record) to a file or put it back to the harddisk from a file. 
  Date03/nov/02 
  Source code not available  
  File MBR.COM 
  Version1.0 
  Filesize 1244 bytes 
 
 
  Name pfdisk  
  DescriptionFDISK 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
 
  Date03/nov/02 
  Source code not available  
  File PFDISK.COM 
  Version1.0 
  Filesize 4168 bytes 
 
 
  Name phdcpy  
  DescriptionCopies the whole hard disk to another under DOS, but its not fully tested now, try it if you want. 
  Date10/feb/03 
  Source code not available  
  File PHDCPY.COM 
  Version1.0beta 
  Filesize 1787 bytes 
 
 
  Name scalc  
  DescriptionSmall calculator for dos command line, usable for batch files. You can set environment variables in the same way like DATETIME.COM. 
  Date27/mar/03 
  Source code not available  
  File SCALC.COM 
  Version1.1 
  Filesize 781 bytes 
 
 
  Name fgetline  
  DescriptionRead lines from a text file, you can use a FROM and COUNT parameter. 
  Date19/apr/03 
  Source code not available  
  File FGETLINE.COM 
  Version1.0 
  Filesize 490 bytes 
 
 
  Name lsfdt  
  DescriptionList 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
 
  Date20/apr/03 
  Source code not available  
  File LSFDT.COM 
  Version1.2 
  Filesize 2507 bytes 
 
 
  Name delflist  
  DescriptionDelete files from a file list, can be combinied with LSFDT.COM to delete old files, use it with DATETIME.COM. 
  Date20/apr/03 
  Source code not available  
  File DELFLIST.COM 
  Version1.1 
  Filesize 900 bytes 
 
 
  Name partlist  
  DescriptionList 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
 
  Date16/jun/03 
  Source code not available  
  File PARTLIST.COM 
  Version1.0 
  Filesize 2126 bytes 
 
 
  Name vfat  
  DescriptionExample source code to read directory from floppy without any OS function call, + support for long file names (Virtual FAT). 
  Date22/jun/03 
  Source code VFAT.ASM  
  File VFAT.COM 
  Version1.0 
  Filesize 1333 bytes 
 
 
  Name sren  
  DescriptionIts a special rename program, long file names up from w95, do not rename more than 600 files at once.
description.txt
example file
 
  Date23/jun/03 
  Source code not available  
  File SREN.COM 
  Version1.1 
  Filesize 1209 bytes 
 
 
  Name lines  
  DescriptionCount lines of a text file. 
  Date03/jul/03 
  Source code not available  
  File LINES.COM 
  Version1.0 
  Filesize 616 bytes 
 
 
  Name fmoddate  
  DescriptionGet last modified date/time of a file, its similar to DATETIME.COM. 
  Date16/jul/03 
  Source code not available  
  File FMODDATE.COM 
  Version1.1 
  Filesize 1116 bytes 
 
 
  Name ptextasm  
  DescriptionTEXT ASSEMBLER, convert a COM file to an executable text format to store it in a bach file and start it direct from there. 
  Date31/jul/04 
  Source code not available  
  File ptextasm.zip 
  Version0.92 
  Filesize 13 kbytes 
 
 
  Name pwd  
  DescriptionPrint working directory (current) for DOS. 
  Date27/oct/10 
  Source code not available  
  File pwd.com 
  Version1.1 
  Filesize 34 bytes 
 
 
  Name pwdrive  
  DescriptionPrint working drive (current) for DOS. 
  Date31/jul/04 
  Source code not available  
  File pwdrive.com 
  Version1.0 
  Filesize 15 bytes 
 

© 2024 by Elmar Hanlhofer