Vista Download

Text Vista download - Tofrodos for Windows Vista download - Best Free Vista Downloads

 



Related Keywords

text downloads
text d downloads
downloads
text to speech text to speech text speech software free downloads
text file text to speech downloads
text messaging downloads
text to chm downloads
text capture downloads
text editor downloads
text encryption downloads
text to speech downloads
text to audio downloads
text to mp3 downloads
text export downloads
text editors downloads
text editing downloads
text log downloads
text search downloads
text scroller downloads
text search utility downloads

Top Software Keywords

data downloads
disk downloads
remove downloads
windows downloads
recovery downloads
file downloads
utility downloads
data recovery downloads
tool downloads
free downloads
folder downloads
files downloads
delete downloads
file recovery downloads
recover downloads
data recovery software downloads
folders downloads
space downloads
drive downloads
search downloads
find downloads
hard downloads
ntfs downloads
partition downloads
undelete downloads
clean downloads
directory downloads
mp3 downloads
image downloads
internet downloads

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Featured Download

HDD Regenerator
HDD Regenerator
The program repairs
damaged hard disk
drives.
DiskInternals Partition Recovery
DiskInternals
Partition
Recovery

An expert at
recovering lost
partitions

Top Downloads

Tablacus
Explorer

25.5.24 download
Open Source

Text Editor
Pro

32.1.1 download
Freeware

Kooboodle
2.0 download
Freeware

Atlantis Word
Processor

4.4.6.1 download
Shareware

SoftPerfect
File Recovery

1.2 download
Freeware

Enhanso
2.1.1 download
Shareware

EuropeSoftware
s
DactyloMagicpl
us

2025.6 download
Shareware

7Caps
10.3 download
Freeware

EuropeSoftware
s Presence

2025.6 download
Shareware

Batch Files
Free

5.0.126 download
Shareware

Batch Hex
Editor Free

5.0.126 download
Shareware

Extract
IncrediMail to
Outlook

6.05 download
Shareware

Convert EML
files to Adobe
PDF files

7.0.2 download
Shareware

PeaZip 64 bit
10.4.0 download
Freeware

Winstep Xtreme
16.6 download
Shareware

Top Rated

JavaExe
3.1 download
Freeware

DriverFinder
5.0.0 download
Shareware

ConsoleHoster
4.2.0.0 download
Open Source

DriverTurbo
3.0.0 download
Shareware

Sprintbit File
Manager

4.4 download
Shareware

HDShredder
Free Edition

8.0.0 download
Freeware

Print
Inspector

7.0.10 download
Freeware

System Monitor
II

31.3 download
Freeware

ConEmu
Build 230724 download
Open Source

SoftPerfect
File Recovery

1.2 download
Freeware

GRBackPro
Professional
Backup

11.0.748 download
Shareware

R-Drive Image
7.3 Build 7307 download
Trialware

PC AutoTimer
3.0.1.1 download
Shareware

Batch Files
Printing

4.2.2.23 download
Shareware

WinRAR
5.50 download
Shareware

 

Navigation: Home \ System Utilities \ File & Disk Management \ Tofrodos for Windows

Tofrodos for Windows

 1.7.12   by Christopher Heng

Vista Compatible
Software Description:
... is Tofrodos?

Tofrodos is a text file conversion utility that converts ASCII files between the MSDOS (or Windows) format, which traditionally have CR/LF (carriage return/line feed) pairs as their new line delimiters, and the Unix format, which usually have LFs (line feeds) to terminate each line.

It is a useful utility to have around when you have to convert files between MSDOS (or Windows) and Unix/Linux/BSD (and her clones and variants). ... Download Tofrodos for Windows


Add to Download Basket


Report virus or spyware
Tofrodos for Windows screenshot
[ Zoom screenshot ]
Vote:
Voted: 0 times
Downloaded: 162 times
Software Info
Best Vista Download periodically updates pricing and software information of Tofrodos for Windows full version from the publisher, but some information may be out-of-date. You should confirm all information.
Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for Tofrodos for Windows license key is illegal and prevent future development of Tofrodos for Windows. Download links are directly from our mirrors or publisher's website, Tofrodos for Windows torrent files or shared files from rapidshare, yousendit or megaupload are not allowed!
Released: October 01, 2012
Filesize: 113 kB
Platform: Windows 2000, Windows 2003, Windows XP, Windows Vista, Windows 7
Install Instal And Uninstall
Add Your Review or Windows Vista Compatibility Report
Your Name:
Software Version:
Rating:
Comment:
Security Code:

Tofrodos for Windows

- Releases History
Software: Tofrodos for Windows 1.7.12
Date Released: Oct 1, 2012
Status: New Release
Release Notes: * [All systems] Under certain error conditions, Tofrodos may fail to remove the temporary files that it creates. This is now fixed.
* [All systems] Fixed another bug where an exit code of 0, instead of 1, is returned under certain failure conditions.
* [MSDOS] Although MSDOS is not a multitasking system, and thus should not need it, the DOS port of Tofrodos now also uses my implementation of mkstemp(). This simplifies maintenance since I'll have fewer code paths to test.
* [Windows and MSDOS] Support for compiling the source code using DJGPP 2, Borland C/C++, LCC-Win32 and Digital Mars C has been removed. Please use one of the other supported compilers (eg, Open Watcom C, etc). Alternatively, just use the precompiled binary included in the package.
* [All systems] The documentation now has information about the exit codes returned by Tofrodos.
Software: Tofrodos for Windows 1.7.11
Date Released: Sep 27, 2012
Status: New Release
Release Notes: [All] Tofrodos now consistently returns an exit code of 1 when there's a failure. Previously, under certain error conditions, it could return an exit code of -1 (which is not a valid exit code for some operating systems) instead of 1.

[Windows] This version now includes an implementation of mkstemp() for Windows (when compiled with Open Watcom C), bringing the Windows (Open Watcom) port of tofrodos up to par with versions for systems like Linux and Mac OS X which provide mkstemp() in their C libraries. Hopefully, this will help those of you who run multiple instances of tofrodos at the same time in the same directory.

[Windows] Fixed a bug introduced in 1.7.9 where the Windows port of tofrodos always creates the temporary file in the current directory instead of the directory where the target file is.

[Mac OS X] The Mac OS X port of tofrodos now uses mkstemp() to create the temporary file the way it does on Linux.
Software: Tofrodos for Windows 1.7.9
Date Released: Feb 27, 2011
Status: New Release
Release Notes: [Windows, Linux, Mac OS X, Unix] The behaviour of the -b option (create backup file) has been changed to be more useful on systems with support for long filenames and an arbitrary number of file extensions (ie, all systems except MSDOS). It now backs up "filename.ext" as "filename.ext.bak" instead of "filename.bak".

Note that with this version, the DOS version no longer behaves the same way (when the -b option is used) as the Windows, Linux, Mac OS X, *BSD and other Unix versions, since DOS systems have filename limitations. At least this way, we're not held back by the least common denominator (DOS), especially since few people use DOS nowadays.
[All] The documentation has been updated to explain the behaviour of the -b option in more detail.


Most popular text in File & Disk Management downloads for Vista

Bulk Rename Utility 4.0.0.7 download by Bulk Rename Utility
... Remove digits or symbols -- Append or prepend text -- Append dates in many formats -- Append ... subdirectories too! -- Rename files from an input text-file list -- Extract certain tags from photo files ...
type: Freeware
categories: Bulk, Rename, Utility, File, Folder, Subfolder, Regular, Expression, Autonumber
View Details Download
Bulk Rename Utility screenshot

Portable cdrtfe 1.5.9.1 download by Oliver Valencia
Portable cdrtfe, developed by Oliver Valencia, is a versatile and lightweight CD/DVD/BD burning application designed for Windows. This software stands out for its portability, allowing users to run it directly from ...
View Details Download
Portable cdrtfe

Free MBOX Reader 4.0 download by Free MBOX Reader
... details like Date, subject, path, From, etc. Rich text format previews MBOX email files in plain text format including styling, formatting and displaying of images. ...
View Details Download
Free MBOX Reader

Portable Multi Commander 15.5.0 Build 3101 download by Mathias Svensson
... file viewer that supports various file types, including text, images, and hex. The software also provides seamless integration with cloud storage services, making it easy to manage files stored on ...
View Details Download
Portable Multi Commander screenshot

Disk Savvy Ultimate 16.7.24 download by Flexense Computing Systems Ltd
... Analyze Specific File Types -HTML, Excel CSV and Text Reports -Copy ACLs and Security Attributes -Multi-Stream File Copy, Move, Delete -Built-In Data Wiping Capabilities -Performance Tuning Options -Dynamic Speed Control ...
View Details Download
Disk Savvy Ultimate

Disk Savvy Ultimate x64 16.7.24 download by Flexense Computing Systems Ltd
... Analyze Specific File Types -HTML, Excel CSV and Text Reports -Copy ACLs and Security Attributes -Multi-Stream File Copy, Move, Delete -Built-In Data Wiping Capabilities -Performance Tuning Options -Dynamic Speed Control ...
View Details Download
Disk Savvy Ultimate x64

DupScout Ultimate 16.0.28 download by Flexense Computing Systems Ltd.
... Multi-Threaded Duplicate Files Detection HTML, Excel CSV and Text Reports Performance Tuning Options Dynamic Speed Control Rule-Based Removal Actions Command Line Utility ...
type: Trialware ($125.00)
categories: duplicate finder, duplicate remover, remove duplicate file, remove, finder, duplicate
View Details Download
DupScout Ultimate

EF Find 24.06 download by Emil Fickel
... helpful search application for Windows. Look for files, text, HEX sequences and regular expressions inside 7-Zip, ACE, ARC, CPIO, ARJ, BZIP2, CAB, GZIP, IMG, ISO (ISO9660), LHA, RAR, RPM, SFX, ...
type: Trialware ($14.00)
categories: file searcher, file search, string search, searcher, search, finder
View Details Download
EF Find

Batch File Rename Free 5.0.125 download by BinaryMark
... name by removing or copying its parts, replacing text, changing letter case, or using Regular Expressions. Include dynamic elements in file names: file properties (dates, size); hashes (MD5, SHA1, SHA2, ...
View Details Download
Batch File Rename Free

Advanced File Finder Free 5.0.125 download by BinaryMark
... pattern, extension, properties and attributes, as well as text and binary content by recursively scanning specified directories ... can inspect file contents by looking for specific text or byte pattern. File search can be further ...
View Details Download
Advanced File Finder Free