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.

...

The following figure provides examples.

Panel

Html bobswift

<pre>
Example 1
-cmd "dir >dirout.txt"
 
Example 2
-cmd "someapp <appinput.dat >applog.txt 2>&1"

Example 3
-cmd "dailybkup >>backup.log 2>>backup_err.log"
</pre>


Example 1

Anchor
1025058
1025058
Example 1 shows how to send the results of a dir*ectory listing on a Windows system to a file in the current directory named *dirout.txt.

...