search for: sybasern

Displaying 1 result from an estimated 1 matches for "sybasern".

Did you mean: sybase
2000 Feb 23
0
Fwd: RE: Group logon Scripts
..."NET USE V: \\titan\Vrn"; > > > [snip] > > > > if ($ARGV[2] eq 'imaging') { > > print LOGON "NET USE S: \\roo\smartcdrn"; > > print LOGON "NET USE T: \\roo\image_volrn"; > > print LOGON "NET USE U: \\roo\sybasern"; > > } > > Ok, now instead of using if ($ARGV[2])..., use grep: > > if (grep(/^imaging$/,@groups)) { > print LOGON "net use .......rn" > ... > } > > > print LOGON "NET TIME \\titan /SET /YESrn"; > > > > close LOGON; &gt...