search for: smartcdrn

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

Did you mean: smartcard
2000 Feb 23
0
Fwd: RE: Group logon Scripts
...> print LOGON "NET USE H: \\titan\Hrn"; > > print LOGON "NET USE I: \\titan\Irn"; > > print LOGON "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 ..........