Page 1 of 1

turn off confirmation box after script runs?

Posted: Wed Mar 21, 2018 8:16 pm
by schnarkle
Hi is there any way to turn off the confirmation dialog box that pops up after running a script? It basically tells how many files/changes it made.

I'd love to turn that off if possible as we are running scheduled tasks and those start to pile up after a couple of days.

thanks
Doug

Re: turn off confirmation box after script runs?

Posted: Thu Mar 22, 2018 10:25 am
by DigitalVolcano
Are you running it from a batch (bat) file or command line?

If so you can add in the /c switch to close the program after the process - it shouldn't pop up any dialog boxes-

See-
https://www.digitalvolcano.co.uk/textcr ... =&sct=MzEx

Re: turn off confirmation box after script runs?

Posted: Thu Mar 22, 2018 10:55 pm
by schnarkle
Yes I am using a batch file and including the /c switch but it seems to have no effect?
3456.png
2345.png

Re: turn off confirmation box after script runs?

Posted: Fri Mar 23, 2018 9:46 am
by DigitalVolcano
Hmm -that should work. There was a bug in an earlier version which meant that not all dialogs were suppressed.
Which version are you running? I can't tell from the screenshot.

Re: turn off confirmation box after script runs?

Posted: Fri Mar 23, 2018 2:07 pm
by schnarkle
3.0.5 I tried upgrading but can't get to run as this is on Server 2003 I kept getting "This is not a valid win32 install" error or something like that.

Re: turn off confirmation box after script runs?

Posted: Fri Mar 23, 2018 4:39 pm
by DigitalVolcano
It looks like Sever 2003 doesn't support .NET Framework 4.5 which is required by the current version of TextCrawler.

Re: turn off confirmation box after script runs?

Posted: Fri Mar 23, 2018 6:16 pm
by schnarkle
I guess I can look into autohotkey or something to close that box