Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UDM Command Format - Sample UDM Script

Anchor
1087674
1087674
The following is a sample UDM script:

Panel
   # 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