Javeed Sar wrote at Mon, 22 Jul 2002 12:07:23 +0200: > Hi All, > > > I am using (given below) net use in batch files, how to do the same in >perl???????? That is: > > net use u: /del > do net use u:
The simplest solution is to call it like at the command line via backticks: `net use u: /del`; of course, that only works on a windows nt/...? station or novell dos :-) Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]