home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / misc / 43513 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.9 KB  |  75 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!jst50986
  3. From: jst50986@uxa.cso.uiuc.edu (Jack S. Tan)
  4. Subject: Re: Trouble installing high res in OS2.1b
  5. References: <1993Jan17.052213.9738@magnus.acs.ohio-state.edu> <sheldon.727252740@pv141b.vincent.iastate.edu> <C10EE5.CI3@news.cso.uiuc.edu> <1993Jan20.224141.22151@midway.uchicago.edu>
  6. Message-ID: <C18sp1.Cyw@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Fri, 22 Jan 1993 06:29:24 GMT
  10. Lines: 63
  11.  
  12. sip1@ellis.uchicago.edu (Timothy F. Sipples) writes:
  13.  
  14. >In article <C10EE5.CI3@news.cso.uiuc.edu> jst50986@uxa.cso.uiuc.edu (Jack S. Tan) writes:
  15. >>I have a small REXX script to handle the swapping of the GA disks.  First,
  16. >>put a scratch diskette in drive A, and open an OS/2 window on the desktop.
  17. >>Let the script LABEL the disk in A as "DISK 7" (or whatever the proper name
  18. >>is), then pause.  When Selective Install asks for disk 7, just hit enter.
  19. >>Then go to the OS/2 window and hit a key to execute the next command, which is
  20. >>'LABEL A:"DISK 8" & pause', or something like that.  Continue this for all
  21. >>the GA disks.
  22.  
  23. >Would you elaborate?
  24.  
  25. (I'm doing this from memory, so bear with me.)
  26.  
  27. The batch file (call it GA_DISKS.CMD) would go something like this:
  28.  
  29. -----
  30.  
  31. @Echo OFF
  32. LABEL A:"DISK 7"
  33. pause
  34. LABEL A:"DISK 8"
  35. pause
  36. LABEL A:"DISK 9"
  37. pause
  38.  
  39.    [...]
  40.  
  41. LABEL A:"DISK 17"
  42. pause
  43. LABEL A:"DISK 18"
  44. exit
  45.  
  46. -----
  47.  
  48. When Selective Install checks for the proper disk (e.g., disk 12 of GA),
  49. it merely checks the volume label.  Hence, one can fool the installation
  50. program into thinking that the requested diskette is in drive A.  OS/2
  51. checks the diskette for the proper [font] files, finds none, then goes on.
  52. (This doesn't work for the display driver diskettes from the CSD, though.
  53. OS/2 looks for certain files and complains if they are not present.)
  54.  
  55. 1.  Start Selective Install, up to where the GA disks are requested.
  56. 2.  Place a scratch diskette in drive A.  (Any diskette with an unwanted
  57.     label will do.)
  58. 3.  Start GA_DISKS.CMD in an OS/2 window, and position the window to
  59.     the side of the screen.  This will label the diskette in A as "DISK 7"
  60.     (for 5.25"), then pause.
  61. 4.  Go back to Selective Install, and tell OS/2 that disk 7 is indeed in
  62.     drive A (i.e., hit enter).  OS/2 finds none of the files on the disk,
  63.     then asks for the next disk.
  64. 5.  Go to the OS/2 window with GA_DISKS.CMD and press any key to continue.
  65.     This will label the diskette as "DISK 8," then pause.
  66. 6.  Repeat steps 4-5 until all the GA disks have been requested.
  67.  
  68. There is a very elegant way to do this in REXX, of course.  I'll post it
  69. when I get around to writing it.  (My REXX is very poor.)
  70.  
  71. -- 
  72.  
  73. Jack Tan                             If your parents didn't have kids,
  74. jahk@uiuc.edu                          chances are you won't either.
  75.