Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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


  • No labels