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

Dos Long Filename freeware
Filter: All | Freeware | Demo
 

Dos Long Filename

1 2 3 4 5 > 
Added: August 03, 2008 | Visits: 3.163

Long Filename Finder Long Filename Finder is the easiest way to find and shorten filenames that are too long to be backed up to CD-R (or CD-RW). Many CD-R mastering programs limit the length of the filenames that can be stored on the CD-R, in some cases, this length is as short as 62 characters. Your files can easily...



Platforms: Windows

License: Freeware Size: 297 KB Download (379): Long Filename Finder Download

Released: February 18, 2016  |  Added: March 05, 2016 | Visits: 9.030

Long Path Tool Long Path Tool 5.1.4 is a software that will let you easily delete, copy or rename long path files. Long Path Tool can eliminate the following error messages: - Path too long - Filename too long - Path too deep - Destination path too long - Error 1320 the specified...






License: Freeware Size: 1.53 MB Download (351): Long Path Tool Download

Released: October 01, 2004  |  Added: April 11, 2007 | Visits: 5.610

JR Directory Printer The JR Directory Printer utility allows you to print a listing of every subdirectory and/or file contained within a directory and/or subdirectory. It supports lowercase/dos style filename, file size in KB/bytes, attributes, custom file length, etc. The result displayed in NotePad or...


Platforms: Windows

License: Freeware Size: 173.73 KB Download (654): JR Directory Printer Download

Added: February 13, 2010 | Visits: 897

Apache::TestUtil Apache::TestUtil Perl module contains utility functions for writing tests. SYNOPSIS use Apache::Test; use Apache::TestUtil; ok t_cmp("foo", "foo", "sanity check"); t_write_file("filename", @content); my $fh = t_open_file($filename); t_mkdir("/foo/bar"); t_rmtree("/foo/bar");...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): Apache::TestUtil Download

Added: August 14, 2008 | Visits: 916

MODName MODName renames all the MOD music files in the current directory to theModule Title. MOD files with duplicate titles are treated in thefollowing way:* The first file is renamed to its title.* Subsequent files are left un-renamed, but the title is reported.Must be run on a drive with long filename...


Platforms: Windows

License: Freeware Size: 24 KB Download (638): MODName Download

Added: April 06, 2010 | Visits: 1.068

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 464

DLOCK2 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...


Platforms: Windows, Linux

License: Freeware Size: 573 KB Download (409): DLOCK2 Download

Added: August 09, 2013 | Visits: 358

SEO Slugs The SEO Slugs WordPress plugin removes common words like 'a', 'the', 'in' from post slugs to improve search engine optimization.For example, when you publish a post with a title like this:"What You Can Do Immediately For Higher Rankings",WordPress automatically assigns a long filename to your...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): SEO Slugs Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 1.208

NTFS Reader for DOS NTFS Reader DOS Boot Disk provides read access to NTFS drives from the MS DOS environment. It supports long filenames as well as compressed and fragmented files. NTFS Reader for DOS allows you to preview the files on NTFS and copy them from NTFS to FAT volumes or network drives. In order to use...


Platforms: All

License: Freeware Size: 706.56 KB Download (156): NTFS Reader for DOS Download

Added: July 12, 2013 | Visits: 666

Necromancer's Dos Navigator for Linux Necromancer's Dos Navigator is a "Norton Commander" clone. Necromancer's Dos Navigator uses a well known text-mode interface, is highly customizable, and has a lot of features. Here are some key features of "Necromancer's Dos Navigator": ?*A* Long File Names Support ?*A* Multi-windowed...


Platforms: *nix

License: Freeware Size: 1.63 MB Download (81): Necromancer's Dos Navigator for Linux Download

Added: August 19, 2006 | Visits: 4.649

Active@ NTFS Reader for DOS NTFS Reader is a data recovery tool that provides read access to NTFS drives from MS DOS environment. The FREEWARE utility supports long filenames, compressed and fragmented files. You can preview files on NTFS and copy them from NTFS to FAT volumes or network drives.


Platforms: DOS, Windows

License: Freeware Size: 788 KB Download (778): Active@ NTFS Reader for DOS Download

Added: February 13, 2010 | Visits: 2.080

Necromancers Dos Navigator 2.30 Build Necromancers Dos Navigator is a "Norton Commander" clone. Necromancers Dos Navigator uses a well known text-mode interface, is highly customizable, and has a lot of features..


Platforms: *nix

License: Freeware Size: 952.32 KB Download (219): Necromancers Dos Navigator 2.30 Build Download

Added: May 17, 2010 | Visits: 1.333

Long Range ZIP Long Range ZIP is a compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (119): Long Range ZIP Download

Added: March 04, 2010 | Visits: 938

Getopt::Long::Descriptive Getopt::Long::Descriptive is a Getopt::Long module with usage text. SYNOPSIS use Getopt::Long::Descriptive; my ($opts, $usage) = describe_options($format, @opts, %arg); FORMAT $format = "usage: myprog %o myarg..."; %o will be replaced with a list of the short options, as well as the...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Getopt::Long::Descriptive Download

Added: August 23, 2010 | Visits: 972

Getargs::Long Getargs::Long is a Perl module with named subroutine arguments, with optional type checking. SYNOPSIS use Getargs::Long; # case sensitive use Getargs::Long qw(ignorecase); # case insensitive # Simple, args mandatory my ($val, $other) = getargs(@_, qw(val other)); # Simple, args optional...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): Getargs::Long Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 1.233

Sys::Hostname::Long Sys::Hostname::Long is a Perl module to try every conceivable way to get full hostname. SYNOPSIS use Sys::Hostname::Long; $host_long = hostname_long; How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc) DISCUSSION This is the SECOND release of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Sys::Hostname::Long Download

Added: May 02, 2010 | Visits: 926

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Released: March 30, 2011  |  Added: April 04, 2011 | Visits: 2.169

Active@ Disk Image for DOS Active@ Disk Image is a free DOS-based solution designed for complete backup and restoration of the whole HDD as well as the particular FAT / NTFS partitions and logical drives. You can create compressed and non-compressed raw images (containing all drive's data - a mirror of drive's surface...


Platforms: MS-DOS

License: Freeware Size: 2.4 MB Download (441): Active@ Disk Image for DOS Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 712

Active NTFS Reader for DOS NTFS Reader is a data recovery tool that provides read access to NTFS drives from MS DOS environment. The FREEWARE utility supports long filenames, compressed and fragmented files. You can preview files on NTFS and copy them from NTFS to FAT volumes or network drives.


Platforms: Windows

License: Freeware Size: 788 KB Download (56): Active NTFS Reader for DOS Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 769

Long Island Psychic Wallpaper Long Island Psychic Wallpaper for Desktops and laptops. Nyc reasources. Psychic art. You'll find it calm and comfortable. You'll get many comments and where and how people can get your wallpaper. Works on any pc platform for your convience.


Platforms: Windows, Mac, OS/2, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, MS-DOS, AS/400

License: Freeware Size: 1.19 MB Download (50): Long Island Psychic Wallpaper Download

1 2 3 4 5 >