txt file from comand_shell

This forum is dedicated to discuss all problems and suggestions related to the inversion software
Post Reply
riccardo
Posts: 46
Joined: Fri Aug 06, 2010 4:37 pm
Location: Pisa

txt file from comand_shell

Post 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
admin
Site Admin
Posts: 841
Joined: Mon Aug 13, 2007 11:48 am
Location: ISTerre
Contact:

Re: txt file from comand_shell

Post 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.
Post Reply