S
Sven Weindel
Hi all,
Unfortunately I have the problem to export my visio files to a target samba
path with dedicated login & password.
In a batch script I can use the command:
net use \\<linux machine> /USER: xxx <password>
Example:
no problems: objWebPageSettings.TargetPath = "\\<windows
machine>\<filename>.htm"
problem: objWebPageSettings.TargetPath = \\<linux
machine>\<filename>.htm (with username xxx and password yyy)
How can I provide the dedicated login & password with the target path?
Regards,
Sven
Unfortunately I have the problem to export my visio files to a target samba
path with dedicated login & password.
In a batch script I can use the command:
net use \\<linux machine> /USER: xxx <password>
Example:
no problems: objWebPageSettings.TargetPath = "\\<windows
machine>\<filename>.htm"
problem: objWebPageSettings.TargetPath = \\<linux
machine>\<filename>.htm (with username xxx and password yyy)
How can I provide the dedicated login & password with the target path?
Regards,
Sven