home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / dosutils / gtar109 / readme.1st < prev    next >
Text File  |  1991-01-14  |  2KB  |  55 lines

  1. I ported GNU tar to MS-DOS and OS/2. There already was a MS-DOS port
  2. included but it was VERY incomplete and had many bugs. I added a direct
  3. disk interface which allows to read directly Unix floppy disks.
  4. Use the -0 and -1 options for the first and second floppy drive or the
  5. special filenames "0:" and "1:" together with -f.
  6.  
  7. Examples:
  8.     tar tv0
  9.     tar -cv -1 .
  10.     tar tvf 0:
  11.         and so on
  12.  
  13. Note:
  14. For using with OS/2 protected mode, place DISKACC.DLL somewhere into a
  15. directory listed in your LIBPATH. The .EXE file is the SAME for MS-DOS and
  16. OS/2 protected mode.
  17.  
  18. Please report bugs and problems to me.
  19.  
  20. Kai Uwe Rommel
  21. Munich
  22. rommel@lan.informatik.tu-muenchen.dbp.de
  23.  
  24. PS:
  25. Use plain tex for formatting the manual, tar.tex then includes the texinfo
  26. macro library itself.
  27.  
  28. ---------
  29. October 1990:
  30.  
  31. While adapting the port to version 1.09 I added HPFS support for long
  32. filenames and case preserving. But for extraction onto a FAT disk,
  33. names are still translated (this code was enhanced).
  34.  
  35. Kai Uwe Rommel
  36.  
  37. ---------
  38. New files:
  39. ----------
  40.  
  41. readme.1st      this file
  42. patches.os2    apply with patch and -l option
  43. makefile    makefile for DOS & OS/2 version (old one is makefile.std)
  44. dir.h         unix directory routines
  45. dir_os2.c     "
  46. diskacc/*.*    physical disk access routines (DLL + API simulation)
  47. disktape.c     "tape on a disk" simulation instead of remote tapes support
  48. tar.cs        compiler shell script
  49. tar.def     module definition file
  50. tar.bad         list of protect-only calls for BIND
  51. cwild.c         better command line expansion
  52. glob.c          "
  53. isfat.c         FAT/HPFS detection
  54. dosname.c       file name translation for FAT
  55.