UDM Command Format - Sample UDM Script
The following is a sample UDM script:
# Open a transfer session
open src=* dst=ntmachine
# Copy command using line continuation
copy src=test.txt +
dst=test.txt
if 8 EQ $(_lastrc)
print msg="The last command resulted in an error"
end
# Close the transfer session and exit UDM
quit