Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...


Anchor
1153802
1153802
To copy file test.txt - from a machine with logical name src to a machine with logical name dst - as test.bak:

Panel

Html bobswift

<pre>
copy src=test.txt dst=test.bak		
</pre>


Anchor
1153805
1153805
To copy all files in the current directory from a machine with logical name src to the other machine in the transfer session:

Panel

Html bobswift

<pre>
copy src=*		
</pre>

Anchor
1124154
1124154