home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / rpldel.zip / RPLDEL.FIL < prev    next >
Text File  |  1996-03-07  |  2KB  |  48 lines

  1. ;-------------------------------------------------------------------------
  2. ; RPLDEL.FIL - This is a sample file which is distributed with the
  3. ;              RPLDEL remote IPL utility.  This file is an example of
  4. ;              the input record format.  The file input format is chosen
  5. ;              by command line switch /F:filename when running RPLDEL.EXE.
  6. ;              Example:  RPLDEL /F:RPLDEL.FIL
  7. ;-------------------------------------------------------------------------
  8. ;
  9. ;<<--- COMMENTS! Any line that begins with a 'semi-colon' is a COMMENT.
  10. ;
  11. ;-------------------------------------------------------------------------
  12. ; EXPLANATION OF INPUT PARAMETERS....
  13. ;-------------------------------------------------------------------------
  14. ;
  15. ;-------------------------------------------------------------------------
  16. ; NAME
  17. ;-------------------------------------------------------------------------
  18. ;   The name of the remote IPL machine definition to be deleted.
  19. ;-------------------------------------------------------------------------
  20. ;
  21. ;-------------------------------------------------------------------------
  22. ; SERVERNAME (Optional)
  23. ;-------------------------------------------------------------------------
  24. ;   The SERVERNAME is the name of the target server where the remote IPL
  25. ;   machine will be deleted.  The server name specified must exist within
  26. ;   the same domain as the machine where RPLDEL is being run.
  27. ;   The SERVERNAME parameter is optional if the remote IPL machines are
  28. ;   to be deleted on the same machine where RPLDEL is being run.
  29. ;-------------------------------------------------------------------------
  30.  
  31.  
  32. ;NAME          [SERVERNAME] (Optional)
  33. ;-----------   ------------
  34. RPL_MACH1
  35. RPL_MACH2      RIPL_SERV
  36.  
  37.  
  38. ;-------------------------------------------------------------------------
  39. ;The results expected from each line above are...
  40. ;
  41. ; A remote IPL definition for RPL_MACH1 will be deleted on the local server.
  42. ;
  43. ; A remote IPL definition for RPL_MACH2 will be deleted on RIPL_SERV server.
  44. ;
  45. ;-------------------------------------------------------------------------
  46. ; END OF RPLDEL.FIL - RPLDEL.EXE SAMPLE INPUT FILE
  47. ;-------------------------------------------------------------------------
  48.