Hi,
is it possible to map / unmap a network drive with an action?
An if, what is the best way?
thx
Hi,
You can do this using either a FinalBuilder action, Run DOS Command / Batch File action or Powershell action.
Here’s an example batch file:
REM Batch File to map network driveNET USE H: \server\shareREM Disconnect a mapped network driveNET USE H: /d
To answer your second question. The best way, of course, is to use the indispensable FinalBuilder!