Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.755 Times

Bat Filebat freeware
Filter: All | Freeware | Demo
 

Bat Filebat

< 1 2 3 4 5 > 
Added: August 29, 2008 | Visits: 1.345

AnalogX QuickDNS (Commandline) If you've used Analog, the webserver log analyzes tool (no relation to yours truly), then you know it rocks. One of the best features of Analog is it's speed, but it's not as fast as it could be - Enter AnalogX QuickDNS! The only slow spot in Analog is it's DNS lookup, which QuickDNS handles!... Platforms: Windows, *nix

License: Freeware Size: 219 KB Download (118): AnalogX QuickDNS (Commandline) Download

Added: August 31, 2008 | Visits: 769

Winbacker Winbacker is a very nice and fast backup program for win 95/98. It makes backup of the most important startup files ex. Config.sys, Autoexec.bat, Msdos.sys, Win.ini, System.ini and the registry database. Now even more userfriendly! Platforms: Windows

License: Freeware Size: 371 KB Download (100): Winbacker Download

Added: August 29, 2008 | Visits: 776

WaitForFile This command line program waits until the file, specified as a parameter, can be opened exclusively. It can be used in bat-files if you want to process (copy, delete etc) a file that is currently opened by another program. WaitForFile will wait indefinitely (and that is a long time!) until it can... Platforms: Windows

License: Freeware Size: 299 KB Download (439): WaitForFile Download

Added: August 26, 2008 | Visits: 1.417

Memtest86 Memtest86 is a diagnostic tool that runs on a diskette or CD on start-up. Memtest86 does a series of tests to try and find memory errors. These tests consist of a combination of test algorithms, data standards and cache memory configurations.The order of execution of these tests is specifically... Platforms: Windows

License: Freeware Size: 6 KB Download (145): Memtest86 Download

Added: May 16, 2010 | Visits: 1.273

Sys::Manage::Cmd Sys::Manage::Cmd - Systems management command volley. SYNOPSIS Command line script use Sys::Manage::Cmd; my $s =Sys::Manage::Cmd->new(); # Script associations (see also embedded in source): $s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,<,$_[1]->[0]]}; # Target collections:... Platforms: *nix

License: Freeware Size: 61.44 KB Download (103): Sys::Manage::Cmd Download

Added: October 14, 2010 | Visits: 1.009

Elvyx Elvyx project is a tool designed to monitor and profile the jdbc activity. This jdbc profiler has a wrapper that intercept the access to the database and send this information to the elvyx server. The server receives the information, store the data into a database and serve this information to... Platforms: *nix

License: Freeware Download (100): Elvyx Download

Added: April 20, 2010 | Visits: 902

stableUpdate stableUpdate is a tool for advanced user who wants to know, which part of the application will by touched by the newly released update, accept the decission about necessity to install the update and, if needed, be able to remove the previously installed update. It is written is java and is... Platforms: *nix

License: Freeware Size: 215.04 KB Download (105): stableUpdate Download

Added: March 05, 2010 | Visits: 961

JavaDesktopEngine JavaDesktopEngines aim is to produce a piece of software that is at the same time: Shared virtual machine It allows to launch different java programs inside the same VM. The VM will always be alive, so no more startup overhead and less memory used. It uses our JDSVM(Java Desktop Shared... Platforms: *nix

License: Freeware Size: 819.2 KB Download (102): JavaDesktopEngine Download

Added: September 25, 2010 | Visits: 2.154

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });... Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: May 15, 2010 | Visits: 1.191

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces... Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: March 11, 2010 | Visits: 893

JMud JMud project is an experimental MUD server written in Java. JMud is a MUD server written in Java from scratch, available in Brazilian Portuguese. Multi-lingual support is in progress for Spanish and English. Whats New in This Release: - This version brings basic instruction manual - more... Platforms: *nix

License: Freeware Download (94): JMud Download

Added: October 08, 2010 | Visits: 1.604

NTLogon NTLogon is a logon script generator for samba. It works using the local username on *nix to get the real name and all the groups the user belong to. Then it uses /etc/ntlogon.conf to create a login script for windows clients adding all the network shares the user can use and are specifie... Platforms: *nix

License: Freeware Size: 18.43 KB Download (137): NTLogon Download

Added: February 11, 2010 | Visits: 1.612

Another File Integrity Checker Another File Integrity Checker is another file integrity checker, designed to be fast and fully portable between Unix and Windows platforms. Another File Integrity Checker works by first creating a database that represents a snapshot of the most essential parts of your computer system. You can... Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Another File Integrity Checker Download

Added: June 01, 2010 | Visits: 1.177

Diamond Crush Diamond Crush is a puzzle game to be released worldwide before the end of 2006 by the Italian Diamonds Team. The First Playable Version, a sort of pre-alpha for offline multiplayer gaming only, is already available for download onto the official game site for playtesting purposes. The game... Platforms: *nix

License: Freeware Size: 5.9 MB Download (134): Diamond Crush Download

Added: June 21, 2010 | Visits: 1.387

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: February 23, 2010 | Visits: 889

tclDBRCS tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. The application supports encryption of file content, CVS import, infinite branching of branches, entire diff or merge of project, RC of binary files, empty directory storage, removal without... Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): tclDBRCS Download

Added: April 01, 2010 | Visits: 856

JVending JVending project bridges P2P networks and wireless delivery of content to mobile devices. Due to high latency of wireless connections, it is not practical to directly hook up the mobile devices to the peer network, so I have taken a different approach with JVending. A user sets up a personal... Platforms: *nix

License: Freeware Size: 18.4 MB Download (92): JVending Download

Added: May 21, 2010 | Visits: 767

PlanetaMessenger PlanetaMessenger.org, the universal Instant Messenger fully written in java. Welcome to PlanetaMessenger.org. This site is the home of PlanetaMessenger.org, the universal Instant Messenger fully written in java. You have 2 first, and better, possibilities to install PlanetaMessenger.org. If... Platforms: *nix

License: Freeware Size: 3.7 MB Download (90): PlanetaMessenger Download

Added: June 26, 2010 | Visits: 1.012

Fuzzy adventure Fuzzy adventure is a fun 2D platform game. This is a fun 2D platform game I am working on. It is in alpha stage, so expect bugs and bad maps, etc. There is no story yet, but the general thought is that you play as a rabbit called fuzzy combating evil in some nice fantasy land. It is very... Platforms: *nix

License: Freeware Download (100): Fuzzy adventure Download

Added: June 12, 2010 | Visits: 824

jRipper jRipper is an cd ripper and audio converter made in java. jRipper can encode and decode Wav, Flac, MP3, Ogg, AAC(M4A) formats. jRipper project is an frontend to cdda2wav, lame, oggenc/oggdec, flac and faac/faad programs. jRipper can load track names for an CD from freedb.org by http or... Platforms: *nix

License: Freeware Size: 5.7 MB Download (109): jRipper Download

< 1 2 3 4 5 >