home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / palmtops / 2523 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.9 KB

  1. Path: sparky!uunet!sun-barr!news2me.ebay.sun.com!exodus.Eng.Sun.COM!mr2.Eng.Sun.COM!toddb
  2. From: toddb@mr2.Eng.Sun.COM (Todd Bernhard)
  3. Newsgroups: comp.sys.palmtops
  4. Subject: Sun <--> HP95 (was Re: Reliability of HP95LX?)
  5. Date: 29 Jul 1992 23:59:30 GMT
  6. Organization: Sun Microsystems, Mt. View, Ca.
  7. Lines: 52
  8. Message-ID: <l7ec72INNph1@exodus.Eng.Sun.COM>
  9. References: <greg.711857985@octopus> <41590004@hpbbm.bbn.hp.com.> <12556@inews.intel.com> <1992Jul29.155830.15119@linus.mitre.org>
  10. NNTP-Posting-Host: mr2
  11.  
  12. Are you sure your macro used double backslashes?  My macro is below...
  13. works like a charm...
  14.  
  15. ---todd
  16.  
  17. In article <1992Jul29.155830.15119@linus.mitre.org> sokay@cyclone.mitre.org (Stephen J. Okay) writes:
  18. >Also experienced: I use a macro to load in a .DCF file into the comm program and
  19. >then set up kermit the appropriate way to do transfer between my 95 and our 
  20. >Sparcservers. I've had Kermit refuse to perform any transfers at all when using 
  21. >the macro, but when I perform the keystrokes manually, it works perfectly.
  22. >
  23. >All the settings were the same in both cases(I checked to make sure I didn't
  24. >get any weird characters or errors in the macro.
  25. >
  26. >Any clues on either of these would be great...
  27. >---Steve
  28. >Stephen Okay  sokay@mitre.org
  29.  
  30. set file type binary
  31. get a:\\bin\\*.exe 
  32. get a:\\bin\\*.com
  33. get a:\\bin\\*.bat
  34. get a:\\bin\\*.lng
  35. get a:\\exm\\*.exm
  36. get a:\\wks\\*.wk1
  37. get c:\\pcx\\*.pcx
  38. get a:\\txt\\*.txt 
  39. get a:\\*.pbk
  40. get a:\\*.abk
  41. get c:\\*.bat
  42. get c:\\bin\\*.exe 
  43. get c:\\bin\\*.com 
  44. get c:\\bin\\*.rc 
  45. get c:\\bin\\*.env 
  46. get c:\\bin\\*.hlp 
  47. get c:\\_dat\\*.txt
  48. get c:\\_dat\\*.lst
  49. get c:\\_dat\\*.cnf
  50. get c:\\_dat\\*.env
  51. get c:\\_dat\\*.dat
  52. get c:\\_dat\\*.fcf
  53. get c:\\_dat\\*.dcf
  54. get c:\\_dat\\*.dat
  55. get c:\\_dat\\*.pcx
  56. finish
  57.  
  58.  
  59. --
  60. Todd Bernhard, Sun Microsystems, toddb@Sun.COM  <my opinions are MINE>
  61. "A product manager is a person who has all the responsibility but none of
  62. the power to make a product successful." --Guy Kawasaki, Selling the Dream
  63.  
  64.