~ubuntu-branches/ubuntu/utopic/simh/utopic

« back to all changes in this revision

Viewing changes to TOOLS/converters/asc.txt

  • Committer: Bazaar Package Importer
  • Author(s): Vince Mulhollon
  • Date: 2004-04-20 20:01:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040420200126-ehsuleda8xcgi51h
Tags: 3.2.0-1
New upstream 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASC is a simple utility for converting text files (delimited with
 
2
\r, \n, or \r\n) to Windows format (\r\n delimited), Unix format
 
3
(\n delimited) or Mac format (\r delimited).
 
4
 
 
5
ASC is invoked from a DOS prompt with the command:
 
6
 
 
7
        > ASC {-m|u|w} file1 file2 ...
 
8
 
 
9
The optional switch specifies Mac processing (-m), Unix processing
 
10
(-u), or Windows processing (-w).  If no switch is specified, Windows
 
11
processing is performed.
 
12
 
 
13
Each file is processed in turn.  If the file is name.ext, the converted
 
14
file is name.new.