...¿Y no se te ha ocurrido pararte a leer el modo de empleo en la página oficial del programa antes de descargarlo, y/o abrir el archivo de ayuda que viene incluido con el programa y/o el archivo readme.txt?... tres ubicaciones distintas donde te explican como se hace lo que necesitas. A ver si aprendemos que para algo existen esos archivos... y que hay que buscar con cabeza en el lugar más obvio antes de preguntar...
Command-Line Options
====================
/cfg <Filename>
Start Wireless Network Watcher with the specified configuration file. For example:
WNetWatcher.exe /cfg "c:\config\wnw.cfg"
WNetWatcher.exe /cfg "%AppData%\WNetWatcher.cfg"
/stext <Filename>
Scan your network, and save the network devices list into a regular text file.
/stab <Filename>
Scan your network, and save the network devices list into a tab-delimited text file.
/scomma <Filename>
Scan your network, and save the network devices list into a comma-delimited text file (csv).
/stabular <Filename>
Scan your network, and save the network devices list into a tabular text file.
/shtml <Filename>
Scan your network, and save the network devices list into HTML file (Horizontal).
/sverhtml <Filename>
Scan your network, and save the network devices list into HTML file (Vertical).
/sxml <Filename>
Scan your network, and save the network devices list into XML file.
ya probé con programa.exe > archivo.txt
Los operadores de redirección de streams de salida (
n>"Archivo.txt" ) se deben usar con aplicaciones command-line (CLI), no con interfaces gráficas (GUI). Esa aplicación es una GUI que acepta argumentos command-line, simplemente.
Saludos