gammadyne
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
GS COMBINE 2.0
COMBINE is a simple command line program that can be used to combine two or more files into a single file more>>
COMBINE is a simple command line program that can be used to combine two or more files into a single file COMBINE is a simple command line program that can be used to combine two or more files into a single file.
Usage
COMBINE [/a] [/lb] [/nolist] [/nologo] [/nosum] target file1 file2 ...
Where target is the name of the new file to be created, and file1, file2, etc. are the files containing the data that is to be combined into the new file.
Switches:
- /a Do not overwrite the existing contents of the target file. Instead, append to the end of the target file.
- /lb Before a source file is added to the target file, a line-break will be added to the end of the target file if one is not already present.
- /nolist Do not list each file.
- /nologo Do not display the program banner.
- /nosum Do not display the operation summary.
Notes:
- The ? and * wildcard characters are permitted.
- If no path to the target file is specified, the target file is created in the current working directory.
- Any filename that contains spaces should be enclosed in quotes.
- The user may press Escape to abort the operation.
<<lessUsage
COMBINE [/a] [/lb] [/nolist] [/nologo] [/nosum] target file1 file2 ...
Where target is the name of the new file to be created, and file1, file2, etc. are the files containing the data that is to be combined into the new file.
Switches:
- /a Do not overwrite the existing contents of the target file. Instead, append to the end of the target file.
- /lb Before a source file is added to the target file, a line-break will be added to the end of the target file if one is not already present.
- /nolist Do not list each file.
- /nologo Do not display the program banner.
- /nosum Do not display the operation summary.
Notes:
- The ? and * wildcard characters are permitted.
- If no path to the target file is specified, the target file is created in the current working directory.
- Any filename that contains spaces should be enclosed in quotes.
- The user may press Escape to abort the operation.
Download (156KB)
Added: 2007-06-29 License: Freeware Price:
875 downloads
DELNEXT 1.0
DELNEXT is simple command line application that will schedule a file to be deleted during the next reboot more>>
DELNEXT is simple command line application that will schedule a file to be deleted during the next reboot DELNEXT is simple command line application that will schedule a file to be deleted during the next reboot This is useful for deleting files that are currently in use (and therefore locked).
Usage
DELNEXT [/nologo] [/now] filespec
Where filespec specifies the file(s) to be deleted during the next reboot.
Switches:
- /nologo Dont display the program banner.
- /now Delete the file immediately if possible.
Notes:
- The operating system will delete the file before any drivers are loaded or services are started. This makes DELNEXT an excellent tool for ridding a system of viruses.
- Some viruses will detect when one of their files is missing, and restore it. It is important to delete all of the files associated with the virus.
- Deleted files are not moved to the Recycle Bin, they are permanently deleted.
<<lessUsage
DELNEXT [/nologo] [/now] filespec
Where filespec specifies the file(s) to be deleted during the next reboot.
Switches:
- /nologo Dont display the program banner.
- /now Delete the file immediately if possible.
Notes:
- The operating system will delete the file before any drivers are loaded or services are started. This makes DELNEXT an excellent tool for ridding a system of viruses.
- Some viruses will detect when one of their files is missing, and restore it. It is important to delete all of the files associated with the virus.
- Deleted files are not moved to the Recycle Bin, they are permanently deleted.
Download (180KB)
Added: 2007-06-29 License: Freeware Price:
848 downloads
GS TIMER 1.0
TIMER.EXE is used to measure the length of time more>> TIMER.EXE is used to measure the length of time that other command line operations take to finish. When executed with no parameters, the timer is started. If the "/s" switch is specified, the elapsed time is output to the console.
Usage
TIMER [/nologo] [/s]
Switches:
/nologo Suppress the title banner.
/s Stop timer and report elapsed time.
Example
c:dos>timer
Timer 1.0 - Copyright (C) 2007 by Greg Wittmeyer - All Rights Reserved
c:dos>timer /s /nologo
4.5 seconds
Notes
The file TIMER.TXT is used to record the time that the timer started. This file is created in the same directory as TIMER.EXE.
Each call to TIMER.EXE without the /s switch should be balanced by one call with the /s switch. Nesting is supported.<<less
Download (132KB)
Added: 2008-09-16 License: Freeware Price:
413 downloads
NUMLINES 1.10
NUMLINES is a simple command line that will help you count the number of lines in a set of plain text files more>>
NUMLINES is a simple command line that will help you count the number of lines in a set of plain text files NUMLINES is a simple command line that will help you count the number of lines in a set of plain text files. NUMLINES will also count the number of non-blank, non-comment lines (assumes comments are in C++ style).
Usage
numlines [/i] [/nologo] [/s] filespec
Where filespec is a specification of the files whose lines are to be counted. The specification can use the ? and * wildcards. Multiple specifications can be separated with a semi-colon.
Switches:
- /i List each individual file.
- /nologo Suppress program banner.
- /s Recursively search subdirectories.
<<lessUsage
numlines [/i] [/nologo] [/s] filespec
Where filespec is a specification of the files whose lines are to be counted. The specification can use the ? and * wildcards. Multiple specifications can be separated with a semi-colon.
Switches:
- /i List each individual file.
- /nologo Suppress program banner.
- /s Recursively search subdirectories.
Download (176KB)
Added: 2007-06-29 License: Freeware Price:
847 downloads
DELS 1.6
DELS is a simple command line utility that can be used to delete a set of files from a directory and all of its subdirectories more>>
DELS is a simple command line utility that can be used to delete a set of files from a directory and all of its subdirectories DELS is a simple command line utility that can be used to delete a set of files from a directory and all of its subdirectories.
Only one parameter is required: a specification of the files to be deleted. The specification can use the ? and * wildcards. Multiple specifications can be separated with a semi-colon.
Usage:
DELS [/nf] [/nologo] [/nr] [/ns] [/nw] [/q] [/test] filespec
Where filespec specifies the file(s) to be deleted.
Switches:
- /nf Dont list each file as it is deleted.
- /nologo Dont display the program banner.
- /nr Dont recursively enter subdirectories.
- /ns Dont display the operation summary.
- /nw Dont report warnings in the file specification.
- /q Suppress all output.
- /test Test only - no deleting.
Notes
- We are not responsible for damage caused by the use of this program, or any other program, even if it contains bugs. This is a powerful program with the ability to seriously screw up your computer.
- You may press the Escape key to abort the operation once it has started.
- When a file specification contains an absolute path, all subsequent file specifications will be relative to that path. Note that the example above depends on this.
- Deleted files are not moved to the Recycle Bin, they are permanently deleted.
<<lessOnly one parameter is required: a specification of the files to be deleted. The specification can use the ? and * wildcards. Multiple specifications can be separated with a semi-colon.
Usage:
DELS [/nf] [/nologo] [/nr] [/ns] [/nw] [/q] [/test] filespec
Where filespec specifies the file(s) to be deleted.
Switches:
- /nf Dont list each file as it is deleted.
- /nologo Dont display the program banner.
- /nr Dont recursively enter subdirectories.
- /ns Dont display the operation summary.
- /nw Dont report warnings in the file specification.
- /q Suppress all output.
- /test Test only - no deleting.
Notes
- We are not responsible for damage caused by the use of this program, or any other program, even if it contains bugs. This is a powerful program with the ability to seriously screw up your computer.
- You may press the Escape key to abort the operation once it has started.
- When a file specification contains an absolute path, all subsequent file specifications will be relative to that path. Note that the example above depends on this.
- Deleted files are not moved to the Recycle Bin, they are permanently deleted.
Download (168KB)
Added: 2007-06-29 License: Freeware Price:
847 downloads

DocPad 8
DocPad is designed to be a free alternative to Notepad which offers an arsenal of time-saving tools: block indent/unindent, bookmarking, case conversion, customizable toolbar, encoding conversion, file history, more>> <<less
Download (4.6MB)
Added: 2009-10-21 License: Freeware Price: Notavailable
downloads
Other version of DocPad
License:Freeware
Gammadyne Software - is a superior alternative for the classic Notepad software application is a superior alternative to Notepad. Although it fills the same roleLicense:Freeware
License:Freeware
GPATCH 1.4
GPATCH is a simple command line utility designed to alter a block of bytes in a file more>>
GPATCH is a simple command line utility designed to alter a block of bytes in a file 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.
<<lessUsage:
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.
Download (188KB)
Added: 2007-06-29 License: Freeware Price:
862 downloads

GS SLEEP 1.3
SLEEP.EXE will make the computer enter the "suspend" power-saving state. more>> SLEEP.EXE will make the computer enter the "suspend" power-saving state.
Usage
SLEEP [/f] [/h] [/nologo] [/ns]
Switches:
/f Force the computer to sleep. Otherwise, any running application will be able to prevent the computer from sleeping if it so chooses.
/h Hibernate instead of suspending.
/nologo Suppress the title banner.
/ns Prevent entering sleep mode.The power status will still be reported.
Example
c:dos>sleep
Sleep 1.3 - Power Management Utility
Copyright (C) 2000-2005 by Greg Wittmeyer, All Rights Reserved
AC Line Status: Online
Battery charge: No Battery
Entering sleep mode...ok
Notes
-SLEEP.EXE uses the SetSystemPowerState API function in Kernel32.dll.
-SLEEP.EXE works on Windows 98/ME/2000/XP/2003.It does not work on NT through
version 4.0.
-he computer must have power management capabilities (most do).Make sure that power management is enabled in the BIOS and in Control Panel, Power Options.<<less
Download (120KB)
Added: 2008-09-11 License: Freeware Price:
424 downloads

Connection Keeper 8.1
A free program that makes sure your ISP wont drop your internet connection due to inactivity. Connection Keeper can also be set up to automatically close those annoying pop-up windows. more>>
Connection Keeper is an invaluable time-saving tool for dial-up users. This free program simulates Internet browsing (at a random interval) to prevent the connection from appearing idle, thus preventing your ISP from dropping the connection due to inactivity. Connection Keeper can also automatically close many types of popup windows, such as those asking if you wish to stay connected. And if the connection is lost, Connection Keeper can automatically dial back in, restoring the connection as fast as possible. Save your time and sanity - try Connection Keeper today.
System Requirements: none
Enhancements: Bug fixes and interface improvements.
<<less Download (4.48MB)
Added: 2009-08-31 License: Freeware Price: $0
downloads
Other version of Connection Keeper
Price: $0
License:Freeware
License:Freeware
Price: $0.00
License:Freeware
License:Freeware
License:Freeware
License:Freeware
Connecction Keeper 7.2
Prevents your internet connection from being dropped due to inactivity. more>> Connection Keeper prevents your Internet connection from appearing idle or inactive while using very little bandwidth and system resources. If a connection is lost, Connection Keeper can automatically dial back in. For those of you that are plagued by popup windows asking if you wish to remain connected, Connection Keeper can automatically simulate a button click to close them.<<less
Download (2.7MB)
Added: 2003-06-13 License: Freeware Price: $0.00
2329 downloads
FCMP 1.6
FCMP is a simple command line utility that will help you compare two files, reporting whether or not they are the same more>>
FCMP is a simple command line utility that will help you compare two files, reporting whether or not they are the same 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 Dont display the program banner.
- /s Suppress all output.
Notes
- The %ErrorLevel% environment variable will contain 0 if the files match, or 1 if they do not.
<<lessUsage
FCMP [/nologo] [/s] file1 file2
Compares file1 to file2, and reports if they are the same size and identical, byte for byte.
Switches:
- /nologo Dont display the program banner.
- /s Suppress all output.
Notes
- The %ErrorLevel% environment variable will contain 0 if the files match, or 1 if they do not.
Download (148KB)
Added: 2007-06-29 License: Freeware Price:
860 downloads
SIZEOF 2.2
SIZEOF is a simple command line utility designed to report the total size of a set of files in bytes, kilobytes, and megabytes more>>
SIZEOF is a simple command line utility designed to report the total size of a set of files in bytes, kilobytes, and megabytes SIZEOF is a simple command line utility designed to report the total size of a set of files in bytes, kilobytes, and megabytes.
Main features:
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.
<<lessMain features:
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.
Download (164KB)
Added: 2007-06-29 License: Freeware Price:
848 downloads
BACKUP9 1.3
BACKUP9 is a simple command line utility designed to maintain a number of backups (9 by default) of a file more>>
BACKUP9 is a simple command line utility designed to maintain a number of backups (9 by default) of a file BACKUP9 is a simple command line utility designed to maintain a number of backups (9 by default) of a file.
Usage
backup9 [/a] [/e] [/i] [/l#] [/m] [/nologo] [/q] [/s] filespec [target] - Where filespec is a specification of the file(s) that should be backed up, and target is the directory where the backup files should be created.
Switches:
- /a Always perform backup, even if no change since last backup.
- /e Replace the source files extension instead of appending.
- /i Ignore errors in the file specification.
- /l Number of backup levels, from 1 to 999 (defaults to 9).
- /m Maintain the directory structure. This is only applicable with the /s switch and a target directory.
- /nologo Suppress logo banner.
- /q Quiet mode - no banner or operation status.
- /s Recursively enter subdirectories.
Notes:
- The filespec can contain the wildcard characters, the asterisk (*) and the question mark (?). It can also include multiple files separated by semi-colons.
- If the target directory does not already exist, it will be created. If no target directory is specified, the backup files are created in the same directory as the source file.
- If either the filespec or target parameter contains spaces, it should be enclosed in quotes.
- No backup is made if the file has not changed since the last backup.
- If a file is locked, backup9 will retry up to 10 times over a one second period. This is helpful for files that are sometimes briefly locked, like a database.
<<lessUsage
backup9 [/a] [/e] [/i] [/l#] [/m] [/nologo] [/q] [/s] filespec [target] - Where filespec is a specification of the file(s) that should be backed up, and target is the directory where the backup files should be created.
Switches:
- /a Always perform backup, even if no change since last backup.
- /e Replace the source files extension instead of appending.
- /i Ignore errors in the file specification.
- /l Number of backup levels, from 1 to 999 (defaults to 9).
- /m Maintain the directory structure. This is only applicable with the /s switch and a target directory.
- /nologo Suppress logo banner.
- /q Quiet mode - no banner or operation status.
- /s Recursively enter subdirectories.
Notes:
- The filespec can contain the wildcard characters, the asterisk (*) and the question mark (?). It can also include multiple files separated by semi-colons.
- If the target directory does not already exist, it will be created. If no target directory is specified, the backup files are created in the same directory as the source file.
- If either the filespec or target parameter contains spaces, it should be enclosed in quotes.
- No backup is made if the file has not changed since the last backup.
- If a file is locked, backup9 will retry up to 10 times over a one second period. This is helpful for files that are sometimes briefly locked, like a database.
Download (200KB)
Added: 2007-06-29 License: Freeware Price:
847 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gammadyne search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Gammadyne Corporation - DocPad