psdata to csv conversion without graphical popup

Forum for discussing PicoScope version 6 (non-automotive version)
Post Reply
Maxwell Gumley
Newbie
Posts: 0
Joined: Sat Jun 20, 2020 7:47 pm

psdata to csv conversion without graphical popup

Post by Maxwell Gumley »

I'm writing a script to convert many psdata files to csv format. The script works using the Picoscope command line interface, like this for example:

Code: Select all

Picoscope /c "my_data.psdata" /d "my_data.csv" /f csv /b all /q
However, since I'm converting many of them, I get spammed with graphical popup windows that freeze my entire desktop environment and then disappear. Is there a way to suppress the popup so the work is done silently in the background?

Cheers,
Max

bennog
Advanced User
Advanced User
Posts: 208
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: psdata to csv conversion without graphical popup

Post by bennog »

Run it in a virtual machine

Benno

Post Reply