Versions Compared

Key

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

...

The following figure provides examples.

Panel
Example 1
-cmd "dir >dirout.txt"
 
Example 2
-cmd "someapp applog.txt 2>&1"

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


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.

...