home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nnscpt.exe / OS2DEMO1.DOC < prev    next >
Text File  |  1993-03-30  |  1KB  |  41 lines

  1. OS2DEMO1.NNA is a Network Navigator OS/2 script to install OS/2 for
  2. the first time on a DOS PC, with DOS NN installed.
  3.  
  4. OS2DEMO1.NNA runs with OS2DEMO1.KSF which boots the PC
  5. to OS/2 after a successful installation.
  6.  
  7. The way this is done is to manually install OS/2 on a users PC,
  8. then ZIP the Os/2 files to create a "mirror" of the users PC.
  9.  
  10. The PKZIP usage is:
  11.  
  12. PKZIP -whs -rp -Jhsr OSDEMO1.ZIP C:\*.*
  13.  
  14. SWITCHES ARE: -whs  include hidden/system files
  15.               -rp   recurse and store subdirectories
  16.               -Jhsr recurse hidden/system directories
  17.  
  18. Note that only the OS/2 files should be ZIPPED.
  19.  
  20.  
  21. The Network Admin. is "notified" with an install log.
  22.  
  23.  
  24. The script will check for disk space, and unzip the files using
  25. PKZIP:
  26.  
  27. SWITCHES ARE: -o    overwrite files
  28.               -d    create directories
  29.               -Jhs  recurse directories and restore hidden/system
  30.  
  31. eg: PKUNZIP -o -d -Jhsr RECVPATH\OS2DEMO1 C:\
  32.  
  33. The OS/2 .INI files from \OS2\INSTALL\ are copied to C:\OS2
  34. so that on booting to OS/2, a desktop image can be created.
  35.  
  36. The OS2DEMO1.KSF file will then boot the PC to OS/2 and send a log
  37. to Admin.
  38.  
  39. Error flags are included in the script if errors are encountered
  40. eg: not enough disk space.
  41.