Hello All, in am trying to achieve network copy using net use and xcopy command which requires username and password to pass through action script. I am looking for a solution by which i can hide these information in action script.
Please help me to achieve this.
“”"
waithidden cmd.exe /C net use \\10.2.34.56\d$ /user: username password
“”"