I am currently mapping a windows share via the login script with a batch file using the external call, however the dos box shows and stays there for alomst 10 seconds while the NET USE command get executed.
I was wondering if there might be a more elegant solution to execute a local workstation command than through a batch file or if ther is a way I can hide the dos box while the command is executing? I am using echo off (in batch file) so the user doesn't see the actual command.
Thanks
I was wondering if there might be a more elegant solution to execute a local workstation command than through a batch file or if ther is a way I can hide the dos box while the command is executing? I am using echo off (in batch file) so the user doesn't see the actual command.
Thanks