Author |
Message |
Guest
|
Posted: Thu Mar 26, 2009 9:12 am Post subject: End ID |
|
|
Hello,
I am running viceversa using a batch file with /hiddenautoexec and /console options. Is there any way I can save last run's ID to a file? Or have it output to console by itself (I know it is being printed as part of the execution log - but as I don't have grep on windows I can't isolate it) |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
|
Back to top |
|
|
Guest
|
Posted: Thu Mar 26, 2009 11:23 am Post subject: |
|
|
I already tried that.
The problem is that it seems viceversa does not support the pipe (|).
Here is an example (using find in this case):
ViceVersa.exe "U:\DOC_A.fsf" /hiddenautoexec /console | find "END ID"
It seems to simply ignore the pipe and sends output to console.
I would expect only the following line to be printed:
END ID: 2009326112150-762906-4892 |
|
Back to top |
|
|
|