home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / misc / 39119 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.1 KB  |  39 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!gatech!concert!rock!taco!garfield.catt.ncsu.edu!harris
  3. From: harris@garfield.catt.ncsu.edu (Michael Harris)
  4. Subject: Re: SHIFTRUN (Was OS2SYS.ini file size: Interim solution.)
  5. Message-ID: <harris.724190609@garfield.catt.ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. References: <OLENDER.92Dec4091516@vivaldi.cs.colostate.edu> <1992Dec9.180651.8661@networx.com>
  9. Date: Sat, 12 Dec 1992 20:03:29 GMT
  10. Lines: 27
  11.  
  12. >Kurt Olender (olender@vivaldi.cs.colostate.edu) wrote:
  13. >YES!  How excellent!  What a trvial program to write!
  14.  
  15. It is trivial... about 15 lines of code.
  16.  
  17. >Booting from floppy over-and-over-and-over-and-over while messing with
  18. >those damn Trident drivers wasted (I kid you not) several hours all told
  19. >waiting for that damn slow floppy, and swapping disks.  (I had to boot
  20. >from floppy several dozen times over several weeks before I figured out
  21. >that Selective Install had buggered a device= statement in my config.sys).
  22.  
  23. That is exactly why I wrote it.  (Well, not for Trident drivers, but to debug
  24. video setups, etc.)
  25.  
  26. Keep in mind that you are booting OS/2 off of your hard disk.  There will be
  27. some things that you cannot do from a SHIFTRUN launched program that you can
  28. do when you boot from floppy.  CHKDSK c: /f comes immediately to mind.  Also,
  29. if you place the CALL= statement at the bottom of your CONFIG.SYS, any CALL=
  30. statements above it will be executed first.  This may or may not be desirable.
  31. Mine is placed immediately after the IFS=C:\OS2\HPFS.IFS... line.  Also note
  32. that all DEVICE= statements will be processed before CALL= statements.  You
  33. can find the order in which these statements are processed somewhere within
  34. the online OS/2 Command Reference.
  35. ______________________________________________________________________________
  36.      Michael Harris - harris@catt.ncsu.edu or harris@carvm3.vnet.ibm.com
  37.  System Administrator, Computer & Technologies Theme Program, NC State Univ.
  38. (My opinions are my own and do not represent those of NCSU or IBM Corporation)
  39.