OS4 DepotLogo by Nickman 
(anonymous IP: 3.141.35.60,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Text » Convert » multicv.lha

Multicv

Description: Convert ASCII from/to Amiga, DOS & MAC
Download: multicv.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 50kb
Version: 1.01
Date: 09 Aug 2006
Author: ghibo@galileo.polito.it, AmigaOS 4.0 compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spot/triad se
Requirements: AmigaOS 4.0, AmigaOS 3.x or MSDos and a textfile.
Category: utility/text/convert
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 1977
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 317  (Current version)
317  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
-------------
MultiCV v1.01
-------------

Introduction
------------

MultiCV is a simple program to convert ASCII
files from/to the systems Amiga, Macintosh and MS/DOS.
Note that also accented characters will be converted (if possible).

Sources are also included, so that MultiCV could be compiled on any system.


Distribution/Disclaimer
-----------------------

MultiCV is Copyright (C) 1995 by Giuseppe Ghibo`.

MultiCV is FREEWARE.

THIS SOFTWARE IS PROVIDED "AS IS" WITH NO EXPLICIT OR IMPLICIT
WARRANTY OF ANY KIND. YOU ARE USING IT AT YOUR OWN RISK.

THE AUTHOR DISCLAIMS ANY LIABILITY FOR DAMAGES, INCLUDING ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

This software may be freely distributed and copied only as long as
the following conditions are acknowledged:

 - All parts of the program and the documentation myst be left intact
   in any way.

 - The distribution of single parts is not allowed. The repacking of
   this distribution with other packers/archivers is, however,
   allowed.

 
Usage
-----

To convert an ASCII file from one system to another you must
use MultiCV as follows:

 multicv -xxx2yyy srcfile destfile

where

 xxx = source system, i.e. one of ami, dos or mac
 yyy = destination system, i.e. one of ami, dos, mac
 srcfile  = source file name.
 destfile = deestination file name

Note that cannot be xxx = yyy (obvious).

For instance to convert the ASCII file myfile.txt from Amiga to MS/DOS you
can use

 multicv -ami2dos myfile.txt dosfile.txt

where dosfile.txt is the name of the destination (dos) file.

If no source nor destination file name are provided the
input is read from stdin and the output is sent to stdout, so that we
can pipe the output (and/or the input), as in the following example:

 multicv -ami2dos <dosfile.txt | multicv -dos2ami | more


Distribution Files
------------------
This archive contains the following files:

MSDOS/MULTICV.EXE Binary executable for MS/DOS
amiga/multicv  Binary executable for the Amiga
multicv.c  C source file.
multicv.doc  The file you are reading.


Author info
-----------
If you have some questions, suggestions, comments, bug report,
please feel free to contact me at <ghibo()galileo.polito.it>.


History
-------

version 1.01:
         - Fixed a bug which caused to allocat too much memory for
    mac2dos and ami2dos conversions.
  - Changed %d to %u for some printf().

version 1.0 - First public release.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved