HP OpenVMS Systemsask the wizard | 
	
 The Question is: What is the net command (LANmanager) to set the guest account's password to blank on Pathworks v5.0C? The Answer is : 
 
  NET-commands cannot be used to do that. Use instead:
 
    $ @sys$manager:pwrk$define_commands
    $ lmuser -mp "" guest
 
 
 
  |