I would like to edit a .bat file and change the echo statements to go to a file.
I would like to change all echo statements from this
echo this is some text
echo here is some more text
to this
echo this is some text >> S:\@Testing\WinPath7\PATIENTSERVICE\UPGRADE_SCRIPTS\UPGRADE.LOG
echo here is some more text >> S:\@Testing\WinPath7\PATIENTSERVICE\UPGRADE_SCRIPTS\UPGRADE.LOG
I have tried using the action Text Replace with wildcards but without successSearch string : echo *
Replacement string : echo $1 >> %LOG_PatientDb_Install%
Any ideas would be luch appreciated