home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 405.lha / Convert / convert.doc < prev    next >
Encoding:
Text File  |  1990-07-30  |  2.6 KB  |  62 lines

  1.       15 July 1990
  2.  
  3.    This program will convert AmigaDos textfiles to MS Dos readable
  4.    textfiles.  It was written in C and compiled with Lattice v5.4
  5.  
  6.    If you are a Sysop who makes textfiles available to
  7.    your users you may have heard some of your IBM people scream about
  8.    not being able to read the files.
  9.  
  10.    You must launch the program from the CLI with the command:
  11.  
  12.    CONVERT path/filename  
  13.  
  14.    Where filename is the file you want to convert.
  15.  
  16.    If you just type CONVERT you will be given a template anyway so don't 
  17.    worry about remembering how to launch it.
  18.  
  19.    I have to 'fess up.  I wrote the little ARexx program which does
  20.    the same thing but it is entirely too slow.  I felt obligated, since
  21.    that program is now in the public domain, to make ammends.
  22.    This program is at least 20 times faster than its ARexx equivalent.
  23.  
  24.    There is really nothing mysterious about what has to be done
  25.    to enable our good IBM friends to read our significantly more
  26.    efficient text files.  MS Dos needs to see a Control-M or RETURN
  27.    or CHR$(13) (pick your poison) at the end of each line.  AmigaDos
  28.    doesn't need such things so, naturally, it doesn't put them there.
  29.  
  30.    The program simply reads each line of a text file and appends
  31.    a RETURN character to the end of each line.  It doesn't hurt the
  32.    readability of the file from the Amiga standpoint but it must be
  33.    there for those wonderful IBM's.
  34.  
  35.    I put this program in my C: directory since I have so many alias
  36.    assignments that my Shell-Startup is getting rather long.  
  37.    
  38.    If you are not situated in the directory where your 'to-be-converted'
  39.    file resides then you must include the path for the thing to work
  40.    properly (as usual).  The program will write a new file which is named
  41.    'filename.CVT' where filename is the name of your source file.
  42.  
  43.    Forgive the slightly esoteric nature of this document but I am
  44.    sure that your SysOp status includes a relatively high degree of
  45.    familiarity with the Amiga and its magnificent operating system.
  46.  
  47.    I offer this program to any who find it useful absolutely free of
  48.    charge.  I must say, however, that this apparent incompatibility
  49.    between IBM and Amiga had me seriously perplexed for quite a long
  50.    time.  My nose was a little bent because of the industry-wide
  51.    use of the IBM over the obviously superior Amiga so I was reluctant
  52.    to ASK any IBM folks what they thought the problem might have been.
  53.  
  54.    
  55.    W.C. (Bill) Bowling
  56.    The Mechanical Engineers' BBS
  57.    Simi Valley, CA
  58.    805-522-4435
  59.  
  60.    Give me a call.  I have quite a few IBM files and am willing to
  61.    do swaps.  All PD, Shareware or personally developed stuff only.
  62.