Freeware: Only Free Software, Games, Tools, Utilities. Free Download Center Freeware Home New Submit Links Contact Advertise
Business| Desktop| Developer Tools| Drivers| Education| Games| Home & Personal| Internet| Multimedia| Operating Systems| Utilities
 

 


Command-line

 

 Ricks Free HTML Indexer  License: Freeware

 
  I used CSS and a false target to open a new browser each time it's clicked so visitors would not lose their index to surf. The free command line indexer will also index your newest files first. Thus customers and clients will see your most recent bargains. I use the title tags in the command line html indexer but long one's may be cut shorter.Using the ini file you can choose your own title name and file name for the index created

Author:
Sensei J. Richard Kirkham B.Sc.| Date: 03-02-2002 | Size: 47 KB
  -
 

 exeJ  License: Freeware

 
  exeJ is a command line tool that creates a "batch-like" executable (.exe file) for your java application. The command line used to start your java application is wrapped in the generated executable and the user can simply start the java application with a double-click. The generated .exe is Windows 95/98/ME/NT/2000/XP compatible. The target system must have JavaSoft JRE installed.

Author:
Roger Karlsson| Date: 28-04-2002 | Size: 200 KB
  -
 

 Janex]|[Builder  License: Freeware

 
  Janex]|[Builder gives Java programmers the possibility to give their users their applications with EXE files. To achieve this, the Janex]|[Builder user has only to enter the proper command line into Janex]|[Builder, which starts the Java application. The command line will then be implanted into an EXE file. The Java application can be started by an EXE file if the JVM is in the right path respectively if the directory is entered in the correct path of windows. At the moment it is only possible to enter one command line into Janex]|[Builder. In the next version of Janex]|[Builder it will be possible to enter an unlimited number of command lines. Additional features will also be added. You have to be careful that the EXE file is in the correct directory in relation to the directory which is used in the command line.

Author:
metholution| Date: 09-03-2004 | Size: 200 KB
  -
 

 DLOCK2  License: Freeware

 
  DLOCK2 is a simple command line file encryption/decryption utility program that uses the free Diamond 2 Encryption Algorithm. Full source code and documentation of the algorithm and the master's thesis it is based on are included. It compiles with Gnu C++ and other compilers, so it can be adapted to many operating systems. Version 2.01 is the same as the original DLOCK2, except recompiled for the Win32 command line (for long filename support) and author contact information has been updated. The encryption key may be a passphrase on the command line or it may be contained in a file. You may use the included encryption/decryption source code in your own products at no charge. This software is free, however you may send the author donations to express appreciation if you like.

Author:
Michael Paul Johnson| Date: 28-01-2004 | Size: 573 KB
  -
 

 HSLAB Force Down Lite  License: Freeware

 
  The program is intended for fast and guaranteed execution of Windows Shutdown if there is a plenty of open applications. Allows to fulfil: - Accelerated command Shutdown; - Normal command Shutdown; - Accelerated command Shutdown and Restart; - Normal command Shutdown and Restart; - Command Log Off;

Author:
Handy Software Lab| Date: 05-03-2003 | Size: 1605 KB
  -
 

 EasyConsole  License: Freeware

 
  EasyConsole Dos shell utility lets you navigate in drives and through folders using Windows issuing DOS commands on a slave MSDOS console, saving command-line instructions for future use. Last 20 commands are memorized and you will be able to store 10 long most used or favorite command lines on 10 buttons to be launched with a click instead of typing again and avoiding fastidious repetitive commands. You may also type long DOS instructions with their parameters and memorize them (not only internal MSDOS commands) as well as launch your DOS Batch programs, for example run Rebol command-lines or any exe with its variables, in MSDOS batch NT tasks or other Windows systems. Language: English

Author:
Soft Experience| Date: 23-05-2004 | Size: 1474 KB
  -
 

 Exportizer  License: Freeware

 
  Viewing, editing, filtering, copying, exporting database (DB, DBF, TXT, CSV, ASC) to clipboard or file (XLS, RTF, XML, HTML, TXT). There is an ability to specify number of database records to be copied into one line (thus, if you specify 3 and database record count is 24, then database will be copied into 8 lines). You can choose which field delimiter to use and some other options. Command line is supported.

Author:
Vitaliy Levchenko| Date: 04-11-2004 | Size: 781 KB
  -
 

 DumpHex  License: Freeware

 
  DumpHex is a configurable Win32 Command line Hex Viewer for any kind of files. DumpHex allows you to change the amount of bytes dumped per line, whether the data should also be putted out as chars, and the replace character for non-printable chars. You may also set an start offset, the length of the hex dump and various other options effecting the format of the outputted data. With its capabilities of changing all settings, DumpHex is a very useful tool for programmers and software developers which have to handle binary files.

Author:
Robert Bachmann| Date: 05-02-2003 | Size: 31 KB
  -
 

 Command Line SFV Checker  License: Freeware

 
  Generate or check the CRC32 of the files list present on the given '.SFV' file. It is very useful in case you must execute a fast CRC32 check of a set of files and you don't have the Windows graphic interface (for example if you administrat e a remote PC using a telnet shell). To obtain software help, you must execute t he command 'Enfis_SFV.exe -h' at Ms-Dos prompt. Here is the output of the software help ('Enfis_SFV.exe -h') : -------------------------------------------------------------------------------- Command Line SFV handler v0.1 - HELP INFO ..::[ BUILD PARAM ]::.. -f="(file)" Set SFV output filename (default = 'enfis.sfv'). -p="(path)" Build SFV of a specified directory (default = current dir). -r Recursive directory. Build SFV of specified (or current) dir and all its sub-folders. Each directory has its own SFV file. Pattern match Standard DOS wildcard * and ? are allowed for search pattern. ..::[ CHECK PARAM ]::.. -c="(file)" Check CRC of the specified SFV file. ..::[ MISC PARAM ]::.. -o Redirect output text to the 'enfout.txt' file. -h, -? Show this help text. ..::[ NOTES ]::.. All path and files name must be enclosed in " " if it contains spaces. Both - and / are allowed like option parameters. ..::[ EXAMPLES ]::.. Enfis_SFV.exe -f=check.sfv *.rar itz*.r?? *hiv*.zip (Build SFV of all the matching files in the specified pattern inside cur dir) Enfis_SFV.exe -r -p="c:Program files" -f="Check file.sfv" *.* (Build SFV of all the files in "c:Program files", recursively) Enfis_SFV.exe *.0?? (Build SFV of all the matching files of *.0?? pattern, in current dir) Enfis_SFV.exe -c=check.sfv -o (Check CRC of 'check.sfv' file in curret dir. Results are in 'enfout.txt') Enfis_SFV.exe -c=d:Files_Datacrc.sfv (Check CRC of 'crc.sfv' file in 'd:Files_Data')

Author:
Enfis The Paladin| Date: 20-04-2005 | Size: 36 KB
  -
 

 STASH  License: Freeware

 
  STASH is a minimal, console only, utility for managing small fragments of text like phone numbers, bookmarks, email addresses from the command line. STASH considers 1 line equal to 1 record.

Author:
Michael Sanders| Date: 01-08-2003 | Size: 43 KB
  -
 

 iOpus File and Web Page Downloader  License: Freeware

 
  Automate, schedule and batch file and web page downloads with command line utility. Very easy to use and integrates well with batch files, windows scripts, visual basic or the windows task scheduler. Ideal for automatically downloading files, patches and for stress and load testing your download web server. A must have utility for every internet and system administrator tool box. Freeware!

Author:
iOpus Software GmbH| Date: 05-03-2003 | Size: 1001 KB
  -
 

 NirCmd  License: Freeware

 
  NirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user interface. By running NirCmd with simple command-line option, you can write and delete values and keys in the Registry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcut to a file, change the created/modified date of a file, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more...

Author:
NirSoft| Date: 07-05-2005 | Size: 59 KB
  -
 

 CloseApp  License: Freeware

 
  CloseApp is a small command-line tool which closes all the running instances of the process whose executable name is specified as a parameter. Run closeapp.exe in a Command Prompt to learn more about its syntax.

Author:
Noel Danjou| Date: 03-11-2003 | Size: 39 KB
  -
 

 seRename  License: Freeware

 
  File rename and management for serious users/programmers. A script program compiled! JavaScript/Perl regular expressions for powerful file management are the heart of seRename & set it apart from other such utilities. Other operations: change case, use attributes, sub-directories, omit files, pre-testing, etc. Command line or GUI operation. Right click option in Explorer. Interactive control and settings. Set defaults. Comprehensive help file.

Author:
Nombas, Inc.| Date: 07-02-2001 | Size: 3000 KB
  -
 

 ResChange  License: Freeware

 
  This command line application can change your desktop width, height, color depth, and refresh rate temporarily or permanently (via command line switches). You can have ResChange run another application in a specific display resolution and return to the previous resolution when the application finishes. The command lines switches let you alter only certain dimensions and choose the best refresh rate (or a specific one). Running reschange.exe without any switches displays usage information.

Author:
12noon| Date: 14-10-2004 | Size: 175 KB
  -
 

 Line Counter  License: Freeware

 
  Line Counter is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++ and C# source files. The output may be redirected to a text file.

Author:
Noel DANJOU| Date: 28-01-2004 | Size: 38 KB
  -
 

 File Downloader  License: Freeware

 
  File Downloader is a small command-line tool which allows the downloading of a file from a HTTP or a FTP server. It can be easily inserted in a script or a batch file to automate file downloading. Run download.exe in a Command Prompt to learn more about its syntax and its parameters.

Author:
Noel Danjou| Date: 26-11-2004 | Size: 44 KB
  -
 

 HTMLSqueeze  License: Freeware

 
  It's a command line utility to compress / optimize web pages.The power behind HTMLSqueeze is that if you are building a web site on a local intranet, perhaps using ASP (Active Server Pages) you can pass the URL into HTMLSqueeze along with a parameter, determining the type of compression; then if you add calls for each page in your web site to a batch file, HTMLSqueeze shows is true power. HTMLSqueeze isn't just about compressing HTML files (or removing white space), you can use it to generate HTML files from dynamic sources, e.g. ASP, PHP etc. Features :- Accepts URLs as well as files, You can specify Just carriage return and Tab character removal, No compression, or full compression, Check for updates, via the Windows user interface.

Author:
Mindwarp Consultancy Ltd| Date: 13-11-2004 | Size: 1242 KB
  -
 

 File Uploader  License: Freeware

 
  FileUploader is a small command-line tool which allows the uploading of one or many files (wildcards allowed) to a Web server (POST or PUT methods) or to a FTP server. It can be easily inserted in a script or a batch file to automate file uploading. Run upload.exe in a Command Prompt to learn more about its syntax and its parameters.

Author:
Noel Danjou| Date: 26-09-2004 | Size: 27 KB
  -
 

 NCD Command Tool for Windows  License: Freeware

 
  The NCD.EXE allows you to control NCD products directly from a command line interface in DOS. NCD.EXE does NOT require 3rd party tools or components, as it speaks directly to DOS. With NCD.EXE, you may test and control an NCD device directly without programming. It can also be used in a batch file to do complex jobs or called in your own program. NCD.EXE is a free distribution for use ONLY with NCD products. NCD.EXE does not currently support NCD Graphic Display devices. Support Devices: ASEL 8S2S AVS4X1 E3C IOADR8X IOADR16X IOCONTROLLER MSERVO PWM8X R16X R1X R2X R32X R4X R8XPRO SSR8X SERVOCONTROLLER STP

Author:
National Control Devices| Date: 27-10-2004 | Size: 98 KB
  -
 

 CAD OCX  License: Freeware

 
  An ActiveX Control doing wonderful things in AutoCAD like drawing lines, circles, arcs, rectangles, 3D Spheres, 3D Cones, etc. with ease! Also, calculate the distance of a line, calculate the mid point of a line, calculate the mid point of an arc, convert radians to degrees and vice versa, send characters to the AutoCAD command prompt, add single and multiple-line text to a drawing, add a new layer, etc.

Author:
SkySof Software Inc.| Date: 24-03-2003 | Size: 95 KB
  -
 

 VidRes  License: Freeware

 
  VidRes is an easy to use Windows utility that enables you to quickly switch the display resolution. You can use it interactively, or from the command line. Possible uses are: · To switch between high-resolution modes and standard VGA resolution when playing older Windows games or applications that would otherwise only occupy a small area of the display. · If you are a GUI developer, you might find it useful when checking the visual aspects of your user interface at different display resolutions. · You can also incorporate it in the startup group to set per-user screen resolutions.

Author:
David Lowndes| Date: 27-06-2003 | Size: 182 KB
  -
 

 7-Zip  License: Freeware

 
  7-Zip is a file archiver with the highest compression ratio. The program supports 7z, ZIP, RAR, CAB, ARJ, CPIO, RPM, DEB, GZIP, BZIP2 and TAR formats. Compression ratio in the new 7z format is 30-50% better than ratio in ZIP format. Also 7-Zip compresses to ZIP 2-10% better than PKZip and WinZip. 7-Zip has additional powerful command line version and FAR Manager support.

Author:
Igor Pavlov| Date: 11-12-2003 | Size: 920 KB
  -
 

 V-Mailer  License: Freeware

 
  V-Mailer is 32-bit command-line and batch mailer and supports SMTP authentication. It is a console application, which means that it can only be run from the DOS prompt or from inside a batch file. It will send a message to any single email address.

Author:
Virdi Software| Date: 29-11-2004 | Size: 200 KB
  -
 

 Catfood FTP  License: Freeware

 
  Catfood FTP (CFTP) is a rich command-line FTP tool that is well suited to updating web sites. CFTP supports transferring entire directory structures while automatically determining whether each file should be transferred in text or binary mode. Archive mode will only upload content that has been modified since the last transfer. It is also possible to transfer a single file, specify non-standard ports on the server and use an FTP proxy server. Advanced features include the ability to set permissions on UNIX servers (chmod) and selectively transfer files based on extension.

Author:
Robert Ellison| Date: 22-07-2001 | Size: 523 KB
  -
 

 DTMFDial  License: Freeware

 
  Emits DTMF tones including A, B, C and D using PC sound card with flexible push button, keyboard, clipboard paste and command line interface - now with programmable memory, last 16 number redial and tool-tray operation. Tone durations, gaps, pauses and a prefix are fully configurable. Single instance operation as shell command line utility.

Author:
Marck Pearlstone| Date: 20-12-2000 | Size: 666 KB
  -
 

 Wav Player  License: Freeware

 
  Play all your media files ... The title is a little misleading, as it can also, play MIDI, MPG and AVI files, if you have all the necessary codecs and dll in your computer. Can receive command line arguments like "vbwav.exe {path}/something.wav" to play only the files and auto exit. Its called that way, just because it started life as a simple WAV player.

Author:
Jose Falcao| Date: 14-12-2002 | Size: 112 KB
  -
 

 UUMerge Freeware Edition  License: Freeware

 
  uuMerge is a command line utility that can be used either to combine multiple text files into a single text file with a separator line between the contents of each file; or alternatively to process a 'merged' file ( previously created by uuMerge or other processes ) and recreate the multiple files. Files are separated internally with special delimiter line prefixed by "./ ADD NAME=". This odd choice of delimiters allows the file to be processed by the IBM mainframe utility IEBUPDTE. Alternatively, you can use the '-nice' option to create a '>>>>>>>>>> ' delimiter line instead so it looks nicer for printing. You could also use any text editor to do a global replace of the delimiter text to any string you wish. However you will not be able to use uuMerge to extract files at a later point. Usage: 1. Merge files in a directory to a single file. uumerge -merge indir outfile where indir is the source directory (with optional file masking) and outfile is the target output file. 2. Restore files. uumerge -extract infile outdir where infile is a input file previously created by uuMerge and outdir is the directory for the target destination Notes: Use on text files only - results are unpredictable otherwise.

Author:
UUBA.com| Date: 08-05-2004 | Size: 54 KB
  -
 

 DTMF  License: Freeware

 
  DTMF dial is a software program designed to emit DTMF tones (including A, B, C and D) from the PC sound card. It has push button, keyboard, clipboard paste and command line interface - with programmable memory, last 16 number redial and tool tray operation. Tone lengths, gaps, pauses and prefix can be easily configured.

Author:
FreeShareware| Date: 27-03-2005 | Size: 665 KB
  -
 

 BeTrayed  License: Freeware

 
  BeTrayed! is a small 32 bit command line utility which allows you to easily add a collection of shortcuts to the System Tray (Notification Area in Microsoft speak) It allows you to quickly access frequently used folders, files, URLs and applications - even though they were never designed to be launched from the Tray. For maximum flexibility, BeTrayed! functions in two modes, either single command mode or, more usually, in Batch mode where it adds multiple icons to the Tray, all managed by one instance of BeTrayed! - in both modes, you specify the command to launch and, optionally, the tooltip text to show and an alternative icon. If not specified, the tooptip defaults to the command line and the icon to the default icon contained in the file (or if there isn't one, the one for the associated application) For instance, to add a single icon to the System Tray to launch Calc, you could use: BeTrayed c:windowssystem32calc.exe,Calculator This would create a new Tray icon (with the default icon from Calc.exe), which would show a tooltip of 'Calculator' In batch mode, the parameter passed to BeTrayed! is actually the name of a text file containing the individual command lines. To use Batch mode with BeTrayed!, simple pass BeTrayed! the name of the controlling text file, prefixed with "/batch:" ie. BeTrayed /batch:Standard.tray BeTrayed! would now look for a file called 'Standard.tray' - which would contain a list of appropriate commands, ie. ;Sample BeTrayed! batch mode control file ; Anything beginning with a semi-colon is a comment! ; Windows Calc using default Calc.exe icon c:windowssystem32calc.exe,Windows Calculator ; Users shared area via UNC path, using custom icon. \JBFDataUsersShared,User Shared Area,sa.ico ; Launch URL with default browser (using 3rd icon in browser exe) http://www.mycompanyintranet.com/PhoneDir.html,Contact List,3 From the above 'Standard.tray' file, 3 icons would be added to the Tray.

Author:
John Foster| Date: 27-11-2004 | Size: 491 KB
  -

| 1 | 2 | 3 | 4 | 5 |

 

 
Sponsored Shareware

Universal Explorer
Powerful windows explorer
file manager and viewer.

File Manager - Windows Explorer Replacement

Disk Size Manager
Analyses hard disk space and collects statistics.

Powerful Disk Space Manager

Web Data Extractor
Email marketing software to extract specific contact.


Web Data Extractor

BackStreet Browser
Powerful Offline Browser - Download Entire Website.

Offline Browser

ListMotor
Email List Manager, operates with email stored in simple text files or csv files.

Email List Manager

 


www.DirFile.Com - Freeware Software Download |
Command-line at AbcDir