home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5414 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  57 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Want to boot FAAAST?
  5. Date: 12 Mar 96 22:49:23 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1722.6645T1369T1191@wvlink.mpl.com>
  8. References: <4hotcm$spd@roadkill.scms.rgu.ac.uk> <68771929@0humpty.tomate.tng.oche.de>
  9. NNTP-Posting-Host: slip8.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  AM> cs2lk@scms.rgu.ac.uk wrote about "Re: Want to boot FAAAST?" on
  14.  AM> "08-Mar-1996
  15.  AM> 09:07:34" at zer.COMP.SYS.AMIGA.PROGRAMMER:
  16.  
  17. >> What is wrong with simply copying ENVARC: to, say, SYS:env and
  18. >> assigning ENV: to there?
  19.  
  20.  AM> There are tools that set up $TIME, $DATE every second. Sounds
  21.  AM> quite funny, when ENV: is on your drive. Besides that, ENV: on hd
  22.  AM> simply sucks !
  23.  
  24.  AM> And programmers suck, which store every bull**** in ENV:.
  25.  AM> S: would be perfect for more than the half of all my ENV: stuff.
  26.  
  27.  AM> Every file >500 bytes does not belong to ENV: Okay, let's give it
  28.  AM> a 1000 bytes. But not more !
  29.  
  30.  AM> -- 
  31.  AM> Ciao, Andreas
  32.  AM> Internet: humpty@tomate.tng.oche.de
  33.  AM> +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=++=+=+=+=+=+=+=+=+=+=+=+=+=+
  34.  AM> =+=+=+=+=+
  35.  
  36. Frankly, I'd make the limit for stuffs in the ENV: dir at one 70
  37. character line. A kilobyte? Good grief!
  38.  
  39. Yes, I'm one of those with a 200k ENV:. To borrow JoAnn Dows
  40. expression, that sucks dead toads thru soda straws!  One of these
  41. days I'm gonna rename the hard drive dir, reboot, and see what pukes.
  42.  
  43. I have to agree, programmers please note: Your use of the ENV:
  44. variables has gotten out of hand. If you only need it once at
  45. startup, put it in s: or even in PROGDIR:.  I dare say thats the case
  46. for 99% of whats in my ENV: right now. Some programs do search other
  47. paths if its not in ENV:, IMO ALL should search ENV:, PROGDIR:, and
  48. S: in that order for their configuration information.
  49.  
  50.  
  51. /*            Gene Heskett          |  These opinions are NOT to be  */
  52. /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  53. /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  54. #include <std.disclaimer>
  55.  
  56.  
  57.