home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / apple2 / 20278 < prev    next >
Encoding:
Text File  |  1992-09-12  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!usenet.coe.montana.edu!news.u.washington.edu!carson.u.washington.edu!hackerb9
  3. From: hackerb9@carson.u.washington.edu (Smurfkiller Bob)
  4. Subject: Re: Proterm file transfer & appleworks files
  5. Message-ID: <1992Sep13.103644.6590@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: University of Washington
  8. References: <1992Sep10.121755.8749@cas.org> <1992Sep10.195221.16348@ll.mit.edu> <19920911.055155.597@almaden.ibm.com> <1992Sep11.153032.3575@ll.mit.edu>
  9. Date: Sun, 13 Sep 1992 10:36:44 GMT
  10. Lines: 38
  11.  
  12. yasu@ll.mit.edu (Alan Yasutovich) writes:
  13.  
  14. >In article <19920911.055155.597@almaden.ibm.com> Pauley@vnet.ibm.com (Paul Benson) writes:
  15. >>In <1992Sep10.195221.16348@ll.mit.edu> Alan Yasutovich writes:
  16. >>>   I am trying to transfer files from a sun to my apple IIc.
  17. >>>   I am able to transfer the file to a disk, but the appleworks
  18. >>>   software doesn't recognize it; it's in the wrong format.
  19. >>
  20. >>Well, more than likely the (text?) files you are getting from your sun are
  21. >>straight ASCII files.  AW does not read those in directly.  You have to
  22. >>Create New Document->From ASCII File->(provide pathname), and that should
  23. >>read it in.  If this is what you are doing, then something else is messed
  24. >>up.
  25. >>
  26. >>Pauley
  27. >>GEnie: P.Benson1
  28.  
  29.  
  30. >    You are right.  Thank you. I am able to suck in the file
  31. >    that way.  Is there a way to transfer the file so that
  32. >    all the garbage  (i.e. many "#"'s) go away, and there
  33. >    isn't any editing to do from the transfer?  (Or at least
  34. >    a minimal amount)?
  35. >    Thanks again.
  36. >-- 
  37. >    Alan Yasutovich
  38.  
  39. Those "#"'s are control characters in your file. In my version of
  40. Appleworks ^I (tab) is turned into a "#" which messes up the
  41. formatting.  So what I do before transfering a text file is (in unix):
  42.  
  43.          expand file.txt > newfile.txt
  44.  
  45. That will turn all the tabs into equivalent spaces and AppleWorks will
  46. be happy.
  47.  
  48. Benjamin
  49. Hackerb9@u.washington.edu
  50.