home *** CD-ROM | disk | FTP | other *** search
/ WindowsWare 2 the Maxx / winmaxx.zip / winmaxx / COMM / MNTEXT37.ZIP / MACTODOS.TXT < prev    next >
Text File  |  1992-02-16  |  4KB  |  112 lines

  1. Instructions for Downloading Macintosh Files to DOS Computers
  2.  
  3. Larry Burns
  4.  
  5.  
  6.  
  7. This document explains what steps are necessary when you want to
  8. obtain Macintosh files from an on-line service, such as Exec-PC, using a
  9. DOS computer to download them.
  10.  
  11. There are three basic steps to follow:
  12.  
  13.         1.  Download the file to the DOS computer.
  14.         2.  Transfer the file to the Macintosh.
  15.         3.  Run BinHex5 to restore the file.
  16.  
  17.  
  18.         
  19. Downloading to a DOS Computer
  20. -----------------------------
  21. Any file transfer protocol can be used.  There is nothing special you have
  22. to do other than download the file just like you would a DOS file.
  23.  
  24.  
  25.  
  26. Transfering the File to a Macintosh
  27. -----------------------------------
  28. You need a floppy drive on the Macintosh that will read DOS diskettes.
  29. Examples are:
  30.  
  31.         - FDHD floppy drive by Apple (reads/writes Mac 1.44 Mb 3.5" disks).
  32.         - Apple PC 5.25" Drive and adapter (reads/writes DOS 360 Kb 5.25" 
  33.           disks).
  34.         - DaynaFILE by Dayna Communications (comes in all DOS sizes & 
  35.           formats).
  36.         - Rapport adapter by Kennect Technologies (allows Mac 800 Kb 3.5"
  37.           drives to read/write DOS 720 Kb 3.5" diskettes).
  38.  
  39. You also need a Mac program which can read DOS disks.  Examples are:
  40.  
  41.         - Apple File Exchange (comes free with the Mac operating system).
  42.         - DOS Mounter by Dayna Communications.
  43.         - AccessPC by Insignia Solutions.
  44.  
  45. For instructions on how to use these programs, please follow their
  46. documentation.  If you use Apple File Exchange, remember to insert the
  47. DOS disk AFTER you start up the program.
  48.  
  49.  
  50.  
  51. Running BinHex5
  52. ---------------
  53. Does the following obscure situation sound familiar...
  54.  
  55.         The file "xxxxxx xxxxx" could not be opened/printed (the
  56.         application is busy or missing).
  57.  
  58. Running BinHex5 will make it more lucid.  Obtaining BinHex5, however
  59. may prove to be quite challenging!  Since you need this program to 
  60. restore any files you download through the DOS pc, you will have to get a 
  61. "pure" copy from some source other than yourself.  Mac user groups or 
  62. fellow on-line subscribers may be able to help.
  63.  
  64. If you are restoring a file, such as a word processing document or 
  65. application, containing binary type characters turn off the "TEXT filter"
  66. option under "File".
  67.  
  68. Select "Download -> Application" under "File".
  69.  
  70. Select the file you want to restore.  Type in a new name for the restored
  71. version of the file.
  72.  
  73. That is it!
  74.  
  75.  
  76.  
  77. Why Is All of This Necessary?
  78. --------------------
  79. Basically, you are putting the "single" file you downloaded back into its
  80. original two files.  Every Macintosh file actually consists of two separate
  81. files - a Resource Fork and a Data Fork.  These two files are stored separately
  82. on disk (physical files) but presented to a user as one (logical file).
  83.  
  84. Because DOS computers have only one physical file for each logical file, Mac
  85. users would have to upload TWO files for every ONE they really want to send.
  86.  
  87. To keep things simple, a process called MacBinary was developed (thank you
  88. Yves Lempereur).  It combines the two physical files into one.  Consequently,
  89. it also separates a combined file back into two.
  90.  
  91. Most Macintosh modem programs have MacBinary built in.  The combining and
  92. separating goes on behind the scenes while you are respectively uploading and
  93. downloading.  If you are downloading with a DOS modem program, however 
  94. this step is not automatic.  In fact, it doesn't even exist.  DOS modem program
  95. have no reason to include MacBinary capabilities in their logic.  You, therefore
  96. have to do this manually.
  97.  
  98. That is why BinHex5 was written.  It will separate the Resource and Data forks
  99. back into two files or combine them into one.
  100.  
  101.  
  102.  
  103. What About BinHex4?
  104. -------------------
  105. BinHex4 was developed for people who must transfer binary data over networks
  106. supporting standard ASCII characters only.  It will take the two physical
  107. parts of a Macintosh binary file, convert them into standard ASCII characters,
  108. then combine them into one physical file.  You can then send or view this file as
  109. a standard text document (although most of it will make little sense) within
  110. environments such as electronic mail.  Once received, it would then have to be
  111. re-translated back into its original file and binary character format.
  112.