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 drive
NET USE H: \server\share
REM Disconnect a mapped network drive
NET USE H: /d
To answer your second question. The best way, of course, is to use the indispensable FinalBuilder!