home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / lvmctr / 227 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.8 KB  |  61 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!SOCRATES.UMD.EDU!UCNICK
  3. X-Mailer: ELM [version 2.3 PL11]
  4. Message-ID: <L-VMCTR%92082623385578@VM1.CC.UAKRON.EDU>
  5. Newsgroups: bit.listserv.l-vmctr
  6. Date:         Wed, 26 Aug 1992 23:39:09 EDT
  7. Sender:       VMCENTER Components Discussion List <L-VMCTR@AKRONVM.BITNET>
  8. From:         "Nick Gavrielatos" <ucnick@SOCRATES.UMD.EDU>
  9. Subject:      Re: Fixes via Direct Info
  10. X-To:         L-VMCTR@VM1.CC.UAKRON.EDU
  11. In-Reply-To:  <no.id>; from "Mark A. Stevens" at Aug 26, 92 1:49 pm
  12. Lines: 47
  13.  
  14. >
  15. > In article <L-VMCTR%92082523083091@VM1.CC.UAKRON.EDU> ucnick@SOCRATES.UMD.EDU
  16. > (Nick Gavrielatos) writes:
  17. > You can fix the | at least with the following:
  18. >
  19. >      XEDIT fileid
  20. >      SET HEX ON
  21. >      CHANGE /X'6A'/X'4F'/* *
  22. >      FILE
  23.  
  24. To be honest with you, I used a macro before, something like
  25. this:
  26.  
  27. /* FIXIT XEDIT */
  28. 'COMMAND ALTER x1 6A * *'
  29. 'COMMAND ALTER x2 5F * *'
  30. 'COMMAND FFILE'
  31. exit
  32.  
  33. where x1 is the hex representation of the character that you
  34. see on your fixe, and which is the incorrect representaion of
  35. the OR bar, and where x2 is the same but for the NOT sign.
  36. You can find these out if you xedit one uploaded fixe and
  37. issue a hextype 1   against the line that contains them.
  38.  
  39. Then when I uploaded any fixe, I just issued
  40. X X440455A FIXE A (PROFILE FIXIT
  41.  
  42. and that left me in cms, while it fixed my file.
  43.  
  44. I know, I know, wouldnt a bitnet-like listserver be better???
  45.  
  46. Nick
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. >
  54. > I know, I've been there ;->
  55. > --
  56. > Mark A. Stevens                           Phone:    708-534-0200
  57. > Systems Programmer                        Internet: xmas@uxa.ecn.bgu.edu
  58. > Educational Computing Network             BITNET:   XMAS@ECNUXA.BITNET
  59. > Board of Governors Universities           VMSHARE:  ECE/MARK
  60. >
  61.