home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / SRVREXX.ZIP / SRVREXX.DOC next >
Text File  |  1993-05-31  |  2KB  |  36 lines

  1.  
  2. >SRVREXX.EXE    18    3K  5-22-93* This small C program loads REXXINIT.DLL to
  3. >                                 allow you to run REXX execs when booted from
  4. >                                  diskette.  Courtesy of Sam Detweiler (IBM).
  5. >                                  Anyone with details on how this is useful,
  6. >                                  please leave a message. (There are no DOCS.)
  7.  
  8. I used this routine quite a bit about a year ago.  Sam had written
  9. another routine that was an installable file system that allowed you
  10. to attach a file system across a netbios lan so that it appeared as a
  11. local disk. This routine was small and would fit on the  OS/2 install
  12. disks when  in  turn allowed you to install OS/2 across the lan rather
  13. than from diskettes. It's a very fast install that way (~15-20 minutes)
  14. and can be done unattended by using a response file to tailor it.  There
  15. are user exits before and after the routine that does response file
  16. installs.  I used SRVREXX to enable rexx so that I could use the  post
  17. install user exit to move files around so that I  could also install
  18. communications manager across the lan on the initial boot up of the
  19. system.
  20.  
  21. When I used it I put the rexx dll's in the lib path on the diskettes
  22. and used a "run=a:\srvrexx" statement in the config.sys  to initiate
  23. it. If there is a ".;" in your libpath statement you should also be able
  24. to change to  the directory where the dll's are and do a "detach
  25. a:\srvrexx" to initiate it.
  26.  
  27. Since it is the only way to use rexx when booting from diskettes
  28. ,either the first two diskettes from the os2 install diskettes or from
  29. a diskette built from something like SE20BOOT,  I suspect that it will
  30. come in handy from time to time. One of those things that you only need
  31. once in a blue moon but really  important when you do need it.
  32.  
  33. Felix
  34.  
  35. ___
  36.  X KWQ/2 1.1 X