Search Downloads
Most Popular | New Releases | Advanced Search


computer software

Hot Downloads
Drawing Hand 2003
Magic Snake Game 2003
Lemonade Tycoon
Visual Text To Speech MP3
BVS Video Poker
SeeknClean
My Stuff
WeatherAloud
Binary Boy



Filter by:
Sort by: Direction:

Batch utilities

Found: 163. Displaying: 1-10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
prevnext
Extra Echo Extra Echo 1.30Download Now!
Released: Dec 07, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
XE130 The Extra Echo is a multifunctional batch enhancer for DOS and DOS boxes in Windows. It extends the Echo command and handles with key prompts, cursor control, text strings, delays, variables, return codes and much more. The assembler source code of the kernel is included. XE130 is desribed completely in English and German. No special requirements. Freeware. Uploaded by the author.
Downloads: 18 File Size: 25.00 KB Company: Claus-Juergen Claussen  
toadfr12.zip toadfr12.zip -Download Now!
Released: Jul 15, 2003 OS: MS-DOS License: Public Domain Price: - User Rating: N/A
Remember, this was long long long ago when hard drives were relatively small. I couldn't test it on large drives .. and sure enough, it turns out it had some bugs when someone finally DID try it on a big drive. Never did chase down the bugs, no idea if it'll work with modern Windows systems. All that is Left As An Exercise For The Student (love that phrase!). Let me know if you improve it, and I'll add your updates. David Kirschbaum Toad Hall
Downloads: 19 File Size: 3.74 KB Company: Toad Hall  
pause batch file utility pause batch file utility 1.0Download Now!
Released: May 12, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
Pause a batch file using this program so that a user cannot break out of the batch file using ctrl+c or ctrl+ pause. This program will run in msdos or in windows in a dos box.
Downloads: 26 File Size: 3.96 KB Company: Shadow Image Data Recovery  
Menu system Menu system -Download Now!
Released: May 06, 2003 OS: MS-DOS License: Freeware Price: - User Rating: N/A
This program allows you to create a menu using a batch file with up to 9 different optionsfor the menu. This program will run in msdos or in windows in a dos box.
Downloads: 21 File Size: 4.89 KB Company: Shadow Image Data Recovery  
tsbat64.zip tsbat64.zip -Download Now!
Released: Jan 10, 2001 OS: MS-DOS License: Legacy Price: - User Rating: N/A
Collection of useful batch files by Timo Salmi
Downloads: 27 File Size: 168.60 KB Company: Simtel Legacy  
wait.zip wait.zip -Download Now!
Released: Dec 24, 2000 OS: MS-DOS License: Legacy Price: - User Rating: N/A
Batch file pause utility, wait for x seconds
Downloads: 26 File Size: 21.67 KB Company: Simtel Legacy  
markmenu.zip markmenu.zip -Download Now!
Released: Sep 25, 2000 OS: MS-DOS License: Public Domain Price: - User Rating: N/A
Photo.bat/Markmenu is a batch file that I have been adding to since late 1995. Originally, it was only meant to take a snapshot of the computers system files, and a few other things but has turned into a multi featured program. When I first wrote it, it was only 1000 bytes long, and had no options. Now, it has a whole bunch of options. Some of the features include: A menu program, that can load its own config files. A console that allows you to type in commands A (crude) dialer program Logging Built in debugging features Built in memo 'email' system (it's not really email in the sense that you can email other people on other computers. It's more like a local message center. Special requirements: ANSI.SYS or a compatible ANSI driver must be loaded. MS-DOS or PC-DOS 3.3 or above, or Windows 95, 98, ME. Public Domain. Uploaded by the author. Mark David Bowman balanco00@my-deja.com ------------------------------
Downloads: 18 File Size: 71.92 KB Company: Mark Bowman  
envy100.zip envy100.zip -Download Now!
Released: Aug 28, 2000 OS: MS-DOS License: Shareware Price: - User Rating: N/A
Envy is a batch file enhancement utility for MS-DOS, Win95, Win98, NT batch files. Envy will work under Windows NT/2000 if command.com is used as the batch processor. Envy is a stand-alone program that provides 38 new subcommands for use in batch files (spanning string-manipulation, mathematics, bitwise operations, comparsions, date & time functions, random numbers, file I/O, and text parsing). Envy is able to alter environment variables in the parent command.com environment, greatly simplifying many programming tasks which must be accomplished via a batch file. Envy is well-suited to address frequent problems such as needing to build a filename or directory name from the current date as well as handling the '<' and '>' character processing inside a batch file. Special requirements: None. Shareware. Uploaded by the author. Jim Lawless jimbo@radiks.net ------------------------------
Downloads: 21 File Size: 27.18 KB Company: Jim Lawless  
ewc120.zip ewc120.zip -Download Now!
Released: Jul 09, 2000 OS: MS-DOS License: Freeware Price: - User Rating: N/A
EWC is used in batch programs for DOS and in DOS windows of Windows 95/98/NT. It works similar to the ECHO command, however, using replacement parameters it is possible to send specific characters and colors to the screen. In addition, several new functions are introduced. The program makes use of the BIOS functions. Redirection of outputs (into a file instead of the screen) is not possible. All characters (including control characters like CR, LF, ESC, TAB, FF, BEL) are sent as characters to the screen. The number sign # is used to start replacement parameters. % parameters can be used in the same way as with the ECHO command. Special requirements: None. Freeware. Uploaded by the author. Claus-Juergen Claussen claussen.leimen@t-online.de ------------------------------
Downloads: 17 File Size: 24.27 KB Company: Claus-Juergen Claussen  
cutprm10.zip cutprm10.zip -Download Now!
Released: Mar 03, 2000 OS: MS-DOS License: Freeware Price: - User Rating: N/A
This program will split one of the command line parameters of the batch file. It works in DOS system or console. Its cutting character defaults the period '.' so that it splits a filename parameter into its name and its type (extension). If the third parameter is 'test.asm', the command 'CUTPARAM 3' will set the third parameter to 'test' and insert a 4th parameter 'asm'. The former 4th and following parameters are shifted to the 5th and following ones. You can choose any other cutting character for example a '_' to split a parameter like 'proj_001.prj' into 'proj' and '001.prj'. CutParam can be handy for those who use command line compilers, linkers, installation or backup batch processes, etc., or those who would like to extend the automatic effect of some extension linked application starter. You do not need to supply your filename manually without a *.BAT file extension if it was asked to. If you call cutParam in a batch file you can cut this extension off and use the name of the file without the extension to produce other files with the same name but with other extension(s). You can also use the extension alone to perform extension dependant process. Special requirements: None. Free. Uploaded by: Philippe Dalleur phildal@hotmail.com
Downloads: 15 File Size: 6.21 KB Company: Philippe Dalleur  
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Found: 163. Displaying: 1-10
prevnext
Solid Converter PDF 2.1
Recover and reuse your PDF content with Solid Converter PDF. Simply open your PDF file in Microsoft Word. Then edit. Solid Converter PDF to Word delivers the content right to your fingertips.



Top Categories
Business
Finance
Gaming
Graphics
Internet
Multimedia
Programming
Utilities
Web Development



Volume Sales












Copyright © 1996-2004 Mace Software, Inc All rights reserved