Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nsradmin in a vbscript

Status
Not open for further replies.

nfigaro

Technical User
Joined
Apr 13, 2005
Messages
2
Location
FR
Hi,

I'm running legato networker 7.1 on a windows 2000 workstation (only for script writing purpose).

I'd like to run the nsradmin directly from the command line with a syntax like this one (as read in the pdf doc) :
nsradmin type:nsr client

It should be great if I could avoid using an external file with "type:nsr client" inside.

Has anyone ever done this ?

I didn't choose to use vbscript (I'r rather coded with PERL).

Nicolas Figaro
 
I've done it with VB, using inhere/line coding. Don't know if you can use this in vbscript.
Take input as <<EOF
so you execute <<EOF
nsradmin
type: NSR client;

EOF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top