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.478 Times

Changing File Attributes In Cmd freeware
Filter: All | Freeware | Demo
 

Changing File Attributes In Cmd

< 1 2 3 4 5 > 
Added: August 14, 2010 | Visits: 1.162

File::Signature File::Signature is a Perl module to detect changes to a files content or attributes. SYNOPSIS use File::Signature; my $sig = File::Signature->new(/some/file); # If you have a stringified signature stored in $string # you can create a File::Signature object from it. my $sig =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (98): File::Signature Download

Added: November 19, 2010 | Visits: 853

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Added: November 04, 2010 | Visits: 1.105

File::stat File::stat is a by-name interface to Perls built-in stat() functions. SYNOPSIS use File::stat; $st = stat($file) or die "No $file: $!"; if ( ($st->mode & 0111) && $st->nlink > 1) ) { print "$file is executable with lotsa linksn"; } use File::stat qw(:FIELDS); stat($file) or die "No... Platforms: *nix

License: Freeware Size: 14.2 MB Download (108): File::stat Download

Released: August 18, 2014  |  Added: September 11, 2014 | Visits: 1.700

PCBooster Free File Monitor There are so many programs in your PC performing tasks in the background that it can be thankless to watch over all this activity with your own eyes. PCBooster Free File Monitor will lend you a hand to monitor the whole disk, the C drive or any specific partition/directory. It reveals the events... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.06 MB Download (62): PCBooster Free File Monitor Download

Added: April 27, 2010 | Visits: 2.011

Fast Secure File System Fast Secure File System exports existing directories securely over the network, letting users store and retrieve encrypted data in a scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL. File systems are... Platforms: *nix

License: Freeware Download (97): Fast Secure File System Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 952

Windows File Server Auditing in Microsoft Server Environment ManageEngine ADAudit Plus addresses the security, audit and compliance demands of Active Directory, Member Servers and File Servers. The software provides detailed change information on: user and computer accounts, user activity, user and group history, group memberships, logon activity, GPO and... Platforms: Windows, vista, xp


Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 948

AllDup Duplicate File Finder AllDup is your reliable tool to help find and remove duplicate files in your computer. This freeware is capable of searching for all types of files in whatever format they may be stored in and easily deleting them or moving them to a separate folder of your choice. AllDup utilizes a powerful... Platforms: Windows

License: Freeware Size: 3.23 MB Download (61): AllDup Duplicate File Finder Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 694

NoVirusThanks File Governor File Governor is an advanced program which allows for files and folders within the system to be unlocked so that normal file I/O operations can be completed when normally they would not be able to be due to operating system restrictions for files currently in use. Once a file or folder is... Platforms: Windows

License: Freeware Size: 1.58 MB Download (422): NoVirusThanks File Governor Download

Added: May 10, 2013 | Visits: 1.144

Flat file extractor Flat file extractor (ffe) can be used for parsing different flat file structures and printing them in different formats. ffe can also process fixed length binary files. ffe is a command line tool developed in GNU/Linux environment and it is distributed under GNU General Public License 2 or later.... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (223): Flat file extractor Download

Released: March 14, 2010  |  Added: May 05, 2010 | Visits: 1.641

WazTree III Waztree III file manager is similar to your operating system file manager with a twist. It has two modes, Single drive path view with tabs to depict drives and and traditional view with all drives in path view. The file manager is the default starting point for all file viewing and file tools. I... Platforms: Windows

License: Freeware Size: 2.77 MB Download (458): WazTree III Download

Added: April 02, 2010 | Visits: 1.081

File::DirCompare File::DirCompare is a Perl module to compare two directories using callbacks. SYNOPSIS use File::DirCompare; # Simple diff -r --brief replacement use File::Basename; File::DirCompare->compare($dir1, $dir2, sub { my ($a, $b) = @_; if (! $b) { printf "Only in %s: %sn", dirname($a),... Platforms: *nix

License: Freeware Size: 8.19 KB Download (102): File::DirCompare Download

Added: July 15, 2010 | Visits: 1.307

Device::Audiotron Device::Audiotron provides a tie-in into the API included in the latest firmware for Voyetra Turtle Beachs Audiotron. SYNOPSIS use Device::Audiotron; $at = new Device::Audiotron("Audiotron IP address","username","password"); if(!$at){die "Audiotron object failed to initialize.";} my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Device::Audiotron Download

Added: February 03, 2010 | Visits: 1.219

Audio::TagLib::File Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some methods that are particularly useful for tag editors. It has methods to take advantage of ByteVector and a binary search method for finding patterns in a file.... Platforms: *nix

License: Freeware Size: 1.4 MB Download (114): Audio::TagLib::File Download

Added: September 10, 2010 | Visits: 1.247

File Roller 2.18.4 / File Roller project is an archive manager for the GNOME environment. Archive manager means that you can: - Create and modify archives. - View the content of an archive. - View a file contained in the archive. - Extract files from the archive. File Roller is only a front-end (a graphical... Platforms: *nix

License: Freeware Size: 1.5 MB Download (109): File Roller 2.18.4 / Download

Added: April 04, 2010 | Visits: 1.518

File::Mirror File::Mirror is a Perl extension for recursive directory copy. SYNOPSIS use File::Mirror; # recurvie copy /path/A to /path/B mirror /path/A, /path/B; # or do things you like recursive { my ($from, $to) = @_; copy($from, $to) } /path/A, /path/B; File::Mirror provides two helper... Platforms: *nix

License: Freeware Size: 3.07 KB Download (140): File::Mirror Download

Added: September 11, 2010 | Visits: 1.210

File::Comments File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. SYNOPSIS use File::Comments; my $snoop = File::Comments->new(); # *---------------- # | program.c: # | /* comment */ # | main () {} # *---------------- my $comments =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): File::Comments Download

Added: April 20, 2010 | Visits: 1.396

File system investigator FileSystem Investigator is a platform independent file system viewer and data extraction tool. It allows the user to: * View the contents of the target file system in a forensicly safe manner, bypassing the normal operating system mechanisms. * Extract files and whole directory trees of files... Platforms: *nix

License: Freeware Size: 337.92 KB Download (122): File system investigator Download

Added: January 25, 2010 | Visits: 571

More File Info CMM More File Info CMM is a Mac OS 8 contextual menu plug-in that displays additional information on the selected file such as file type, creator, data fork size, and resource fork size. This is all information that you can't get from the Finder's Get Info dialog box. Platforms: Mac

License: Freeware Size: 226 KB Download (94): More File Info CMM Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 735

M File Splitter M File Splitter is a powerful tool to split files .you can split you file(s) in any type and also merge them with this program .also you can select Byte, KB, MB to split your file(s). this is trial version ( 5 Times ) . Platforms: Windows

License: Freeware Download (63): M File Splitter Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 538

AllDup Duplicate File Finder (Portable Edition) Need a helping hand for searching, copying and removing duplicate files in your computer? Need to free up space for a better PC performance? AllDup is here and it?s at no cost to you at all to use it for your benefit. This freeware tool works well with Windows operating systems and can search for... Platforms: Windows

License: Freeware Size: 3.26 MB Download (57): AllDup Duplicate File Finder (Portable Edition) Download

< 1 2 3 4 5 >