home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / misc / 6550 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  3.1 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!news.cs.indiana.edu!nstn.ns.ca!ac.dal.ca!glad
  2. From: glad@ac.dal.ca
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: dos editor memory
  5. Message-ID: <1992Dec15.010323.9572@ac.dal.ca>
  6. Date: 15 Dec 92 01:03:23 -0400
  7. References: <28135@optima.cs.arizona.edu>
  8. Organization: Dalhousie University, Halifax, Nova Scotia, Canada
  9. Lines: 47
  10.  
  11. > Hi, I was trying to load a gif file into ms-dos editor tomake some changes,
  12. > and it loaded it up to 4609 lines and just said out of memory.
  13. > I'm using windows.
  14. > The file is 586000bytes big.
  15. > I tried to take windows off the memory resident programs I decreased the number
  16. > of buffers in config.sys, still not enough:I have 4MB of memory, and I'm using
  17. > a 386DX 40 Mhz:what can I do?
  18. > please reply by mail:
  19. > ba@caslon.cs.arizona.edu(if replying before dec. 17)
  20. > ece_0275@bigdog.engr.arizona.edu(if replying after dec 17)
  21. > Thank you in advance
  22. > MOUSSA>
  23.  
  24. DOS's EDITor loads itself and QBasic into conventional memory before loading
  25. your text file, which leaves little room left over for anything else, 
  26. especially a file that is almost 575kB.  Since you have 4MB of memory, make
  27. sure that you are using HIMEM.SYS and EMM386.EXE (or some extended memory 
  28. managers) so that you can actually use it; as you probably are aware, most
  29. DOS programs don't directly access extended memory; they place calls to the
  30. extended memory manager(s) for memory allocation, but DOS's EDIT is *not* one
  31. of those programs.  It uses only conventional memory (to my knowledge), so
  32. you will have to use another text editor that will allow you to load the
  33. whole GIF into memory.  WP5.1 will allow you to do this with its Text In/Out
  34. feature.  In WordPerfect, press CTRL-F5, select DOS Text (1), then select
  35. Retrieve and type filename.gif.  To save back as DOS text, press ^F5 again
  36. and select DOS Text, then select Save.
  37.  
  38. I believe any of the newer Norton editors will also use extended memory
  39. for loading text files.
  40.  
  41. --
  42. *******************************************************************************
  43.                 BISEXUAL, GAY & LESBIAN ASSOCIATION OF DALHOUSIE 
  44. *******************************************************************************
  45. *                                    __ __ __ __ __ __ __ __ __ __ __ __ __   *
  46. *                                   |                                      |  *
  47. *       e-mail: GLAD@AC.DAL.CA      |   BGLAD                              |  *
  48. *                                   |   Dalhousie Student Union Building   |  *
  49. *        Phone: (902) 492-1060      |   6136 University Avenue             |  *
  50. *                     429-2562      |   Halifax, Nova Scotia (CAN)         |  *
  51. *                                   |   B3H 4J2                            |  *
  52. *                                   |__ __ __ __ __ __ __ __ __ __ __ __ __|  *
  53. *                                                                             *
  54. *******************************************************************************
  55.                 BISEXUAL, GAY & LESBIAN ASSOCIATION OF DALHOUSIE
  56. *******************************************************************************
  57.  
  58.