i called the "HELP" option from the commandline for the GET statement and it followed it and have the following script:
Code: Select all
vault.exe GET -host 127.0.0.1 -user VaultUser -password VaultPWD -repository "Development" -destpath "c:\VAultMergeTemp\" -makereadonly -merge overwrite -norecursive "$/SharedFiles"
But, when i call the above GET statement, i get the error:
" usage: GET item [...]"
is there something wrong with the statement i have written, or is there other things i should be aware of when executing this script?