home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / flip / readme.os2 < prev   
Text File  |  1994-01-31  |  1KB  |  41 lines

  1. This version of Rahul Dhesi's flip runs on OS/2 1.3 and 2.0 (not tested
  2. under 1.1 or 1.2). There is also a bound OS/2 and DOS executable,
  3. flipbnd.exe.
  4.  
  5. flip converts UNIX-style newlines (lf) to DOS-style newlines (cr/lf),
  6. and conversely. HPFS file names are supported.
  7.  
  8. Files in this archive:
  9.     flip.def            definition file for link
  10.     flip.exe            OS/2 executable
  11.     flipbnd.exe     MSDOS and OS/2 bound executable
  12.     makefile.msc    makefile for MSC 6.00A
  13.     mvfile.c            replacement 'move file'
  14.     patches.os2        context diff's
  15.     REAME.OS2        this file
  16.  
  17. Dhesi used findfirst/findnext calls in the MSDOS version. This required
  18. some fancy code. This version uses setargv.obj to handle wildcards and long
  19. filenames. 
  20.  
  21. The files
  22.  FLIP1EXE.ARC  18374  8  890731  Convert text files MSDOS<->UNIX format, 1of2
  23.  FLIP1SRC.ARC  26708  8  890713  Convert text files MSDOS<->UNIX format, 2of2
  24. can be obtained from simtel20.army.mil in pd1:<msdos.txtutl>.
  25.  
  26. flip1exe contains patches for MSC 5.1 which must be applied to the files 
  27. in flip1src. Then the patches in this archive can be applied:
  28.  
  29. 1. unzip flip1src and flip1exe
  30. 2. rename checksum.s to Checksums
  31. 3. apply the patches in flip1exe
  32.      patch < patch.msc
  33. 4. unzip flip1os2
  34. 5. apply the patches in flip1os2
  35.      patch < patches.os2
  36. 6. make (I use dmake)
  37.      make -f makefile.msc all
  38.  
  39.  
  40. Ported by Darrel Hankerson hank@ducvax.auburn.edu, 26-Aug-92.
  41.