| Most Downloaded This Month |
|
|
| Most Downloaded This Week |
|
|
|
|
|
|
IniFile is a command line program that handles Windows type INI files with section names in square brackets, and assignments of the form: item=string.
Syntax:
� INIFILE filename [section] item=string change or write
� INIFILE filename [section] item= remove item
� INIFILE filename [section] item== clear item
� INIFILE filename [section] /remove remove entire section
� INIFILE filename [section] item > temp.bat read item
� INIFILE filename [section] > temp.bat read all items of section
Items and sections are generated if not found. The INI file must exist.
Reading an assignment sends a SET statement to STDOUT for redirection to a temporary batch file.
Example:
INIFILE c:somewhereprogram.ini [Profile] "Name = John"
� If the item is not found, a new line will be added.
� If the section is not found it will be generated.
Price: Freeware - Version: 1.5 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
ClipText is a command line program that copies plain text from a file to the Clipboard or from the Clipboard to a file.
Examples:
� ClipText to "My File.ext"
� ClipText from %temp%my.txt
Syntax:
� ClipText from file.ext [/OEM] [/append]
� ClipText to file.ext [/OEM] [/append]
Case ignored for keywords and options. Option /DOS is same as /OEM.
Command arguments must be separated by blank space(s) - no commas!
File.ext with optional path. Use quote marks if necessary.
In case a DOS text file is read or written, option /DOS ensures that extended ASCII characters are handled properly.
Text can be appended to the Clipboard or to the file with the /append option.
Getting text from source file:
The source file must be a plain text file. Other formats will produce
trash in the clipboard.
Use Option /OEM if the source file is a DOS text that may contain
extended ASCII characters.
Option /append will append the text to the current clipboard contents
(assuming this is plain text).
Write text to target file:
The target file will be overwritten if it exists, unless option /append
is used. If the target file does not exist, it will be created.
In case the clipboard does not contain any plain text, nothing will be written.
If the text is to be written as DOS text, use option /OEM.
Notes:
The /OEM flag indicates or determines a property of the text in the file,
not an (immediate) conversion instruction. The conversions are done by
Windows when necessary.
Price: Freeware - Version: 1.3 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
FCMP is a simple command line utility that will help you compare two files, reporting whether or not they are the same.
Usage
FCMP [/nologo] [/s] file1 file2
Compares file1 to file2, and reports if they are the same size and identical, byte for byte.
Switches:
� /nologo Don't display the program banner.
� /s Suppress all output.
Price: Freeware - Version: 1.6 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
GPATCH is a simple command line utility designed to alter a block of bytes in a file.
Usage:
First, specify the directory and filename of the file that is to be patched. Then, specify the /i switch, followed immediately by the 0-based index of where the data should be stored in the file. The actual data can be specified one of two ways:
� The /s switch, immediately followed by the data, inside quotes. The data is expressed literally.
� The /h switch, immediately followed by a string of hexadecimal pairs, inside quotes. Each hexadecimal pair corresponds to a single byte of data. Each pair can be separated by spaces, commas, dashes, or nothing at all.
In addition, you may optionally specify the /n switch, immediately followed by the number of bytes that is to be deleted at the specified index before the data is inserted at the index.
If this switch is omitted, this defaults to the length of the data, which has the end result of overwriting a section of the file without modifying its size. If the /n value is less than the length of data, the file will grow. Likewise, if the /n value is more, the file will shrink. If /n0 is specified, the data is effectively inserted into the file at the index.
Notes
� To append the data to the file, specify the /a switch instead of /i.
� You may specify multiple /s and /h switches. The final data will be the concatenation of the data specified by each switch.
Price: Freeware - Version: 1.4 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
DeMacBin is a small tool designerd to extract the data fork of a MacBinary file on a PC
DeMacBin is a small tool designerd to extract the data fork of a MacBinary file on a PC.
Price: Freeware - Version: 0.9 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
Wselect is a program that offers a window with a list of items for selection in a batch (CMD/BAT) process. The items are read (line by line) from a file that can be generated in the batch process. The file may have any number of lines with anything you want to offer.
User's selection by double click or Cursor up/down + Enter. Abort with Escape or by closing the window.
Wselect returns the selected item text embedded in a given text string through the token "$item" (not case sensitive). This way you can produce messages or commands.
For example, if the given text string is "SET MyVar=$item", the token $item will be replaced by the selected item. Wselect also returns the selected item number by errorlevel (1..254).
The output can be redirected to a text file or to a batch file for subsequent execution.
Syntax:
Wselect ListFile ListHeader OutputString [options] [> OutputFile]
Options to handle OEM (DOS) code and quote marks.
Note:
"OEM" is the character/code assignment used under DOS. It is different from Window's ANSI format only for non-standard characters (code above 127), like "���".
Double quote marks are required for each of the three parameters if they contain any spaces or delimiters. All parameters and options must be separated by blank space (no commas!).
As a special feature (and in addition to the /quote option) Wselect will replace two single quote marks ('') with one double quote mark (") in the OutputString.
Price: Freeware - Version: 1.3 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
SIZEOF is a simple command line utility designed to report the total size of a set of files in bytes, kilobytes, and megabytes.
Here are some key features of "SIZEOF":
Usage:
sizeof [/e exclusion] [/f] [/logo] [/s] [/w] filespec
Where filespec is a specification of the files whose sizes are to be counted. The specification can use the ? and * wildcards. Multiple specifications can be separated with a semi-colon.
Switches:
� /e Exclude files that follow.
� /f List each file.
� /logo Display the program banner.
� /s Recursively search subdirectories.
� /w Suppress warnings in the file specification.
Price: Freeware - Version: 2.2 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
Resource Extractor is a tool designed to extract built-in resources from Win32 executable file types. Such resources are icons, bitmaps, sounds, animations, etc. You could use a file mask (For example: C:WINDOWS*.*) for batch processing. It is possible to avoid the extraction of specified resource types
Price: Freeware - Version: 1.0 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
pNamer is a software solution that will allow you to automatically rename all of your tv episode media files in seconds.
Here are some key features of "EpNamer":
� Enter the name of the show
� EpNamer will extract the episode id from the filename (eg. 02�22)
� EpNamer will download the full episode name from the internet (eg. 02�22 - My Dream Job)
� EpNamer will let to you rename all your files in seconds
Price: Freeware - Version: 1.0 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
MSC Wave Killer is a freeware program that allow you to search through your directories to locate *.wav files.
It will also allow you to delete the ones you no longer need or want.
So, this application is a great tool if you ever need to search through a directory, listen to waves and optionally delete them, if you want.
What it won't do? It won't allow you to edit, rename or save the *.wav files to a different directory.
Price: Freeware - Version: 2.0 - Platform(s): Windows All - Updated: 19/07/2008
|
|
|
|

|