Using DA credentials. So Creds have rights to that box, and full file share. Yes, im sure thats the command. The Error states the command after the error. Didn't want to post the exact info as it has full path and Account names.
I tried something similar to the echo as well.
I created an alternative solution but didn't provide the easy to read success/failure logs.
Would really like it to do a
Step: Failure : Echo %computername% >> \\uncpath\folder\Success.txt
Step : Success :Echo %computername% >> \\uncpath\folder\Failure.txt
Then go look at the Txt files to check...
Can you successfully do echo to a remote unc path for output via lansweeper?
This Fails for me..
create a step with this code
###############################################################################################
Echo %computername% >> "\\Server\ShareName\Folder Name\Public\Public\Success.txt"
###############################################################################################