Page 1 of 1

txt file from comand_shell

Posted: Tue May 18, 2021 4:01 pm
by riccardo
hi mark
is it possible to have a txt file with the result of cpdcreport.exe or gpdcec8.exe or any other comand from windows shell?

now I copy data from the windows shell and paste in Calc or Write, but I can copy only few lines (I think not more than 150 lines).
can you help me?
Riccardo

Re: txt file from comand_shell

Posted: Sat May 22, 2021 7:02 pm
by admin
You can use a redirection like in bash:

Code: Select all

gpdcreport run.report > inversion.log
I checked in GeopsyLand, it should work.