cancel
Showing results for 
Search instead for 
Did you mean: 

Ensuring network drive availability

Hello, is there a way for me to run a batch file at the start of my process to map my network drive or to run a code stage to make sure that my process has access to a certain network drive? The drive does not always remain persistently connected so I wanted to add another check. My batch script looks something like this: net USE h: /DELETE /YES net use h: \\server.domain.net\location /PERSISTENT:YES Thanks!
1 REPLY 1

John__Carter
Staff
Staff
I'm sure I've done this before and I think it was with the path to the BAT file in the Start Process action of the Environment Utility.