Start Flow CSV View from command line
Posted: Sat Dec 03, 2022 9:29 am
Hi,
I am finalizing an open source project that contains a library of fast and reentrant functions for data recording of embedded real-time system and a configurable tool for binary data decoding on a PC. Output files can be of a CSV type also. I recognized the Flow CSV Viewer to be a very useful tool and would like to integrate it in the batch files for my project demo. However, the software is installed into a folder
"C:\Program Files\WindowsApps\31201Waveworks.FlowCSVViewer_1.1.5.0_neutral__w8e5zt2g9qm38\FlowViewer".
I assume that the folder name is different on a different computers. Because of this the demo batch files would have to be modified on every computer.
It there a way to start the viewer from a batch file - see the example of command that I use to start the Notepad++:
start "" "%ProgramFiles(x86)%\Notepad++\notepad++.exe" output\*.log output\*.txt
This command starts Notepad++ on any computer in parallel with few other tools.
I would like to enable automatic display of CSV data after the data is transferred from an embedded system and decoded into a user friendly form.
Best regards,
Branko
I am finalizing an open source project that contains a library of fast and reentrant functions for data recording of embedded real-time system and a configurable tool for binary data decoding on a PC. Output files can be of a CSV type also. I recognized the Flow CSV Viewer to be a very useful tool and would like to integrate it in the batch files for my project demo. However, the software is installed into a folder
"C:\Program Files\WindowsApps\31201Waveworks.FlowCSVViewer_1.1.5.0_neutral__w8e5zt2g9qm38\FlowViewer".
I assume that the folder name is different on a different computers. Because of this the demo batch files would have to be modified on every computer.
It there a way to start the viewer from a batch file - see the example of command that I use to start the Notepad++:
start "" "%ProgramFiles(x86)%\Notepad++\notepad++.exe" output\*.log output\*.txt
This command starts Notepad++ on any computer in parallel with few other tools.
I would like to enable automatic display of CSV data after the data is transferred from an embedded system and decoded into a user friendly form.
Best regards,
Branko