#1
|
|||
|
|||
Mapping a network drive
How do I check to see if a specific drive/path is mapped?
Also, if it isn't mapped, I would like to map it using a specific ID and password that are each stored in their own macro. Is this possible through a built-in action or will this need to be done in a script? |
#2
|
|||
|
|||
List the mapped drives with the Map Drive action, then add another Map Drive step following that to map the drive, with a conditional build rule to build only if %LASTSTEP_OUTPUT% does not contain the path to map.
http://www.kinook.com/VisBuildPro/Ma...riveaction.htm http://www.kinook.com/VisBuildPro/Manual/buildrules.htm Quote:
|
#3
|
|||
|
|||
Is it possible to use a macro as the password? I'd rather ask for the password to be entered rather than store it in Visual Build.
Thanks! |
#4
|
|||
|
|||
Yes, you can use a macro for the password. If the macro is not defined, the user will be prompted for the value when the step builds.
http://www.kinook.com/VisBuildPro/Ma...omptsample.htm |
|
|