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
turn off confirmation box after script runs?
- DigitalVolcano
- Site Admin
- Posts: 1807
- Joined: Thu Jun 09, 2011 10:04 am
Re: turn off confirmation box after script runs?
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
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?
Yes I am using a batch file and including the /c switch but it seems to have no effect?
- DigitalVolcano
- Site Admin
- Posts: 1807
- Joined: Thu Jun 09, 2011 10:04 am
Re: turn off confirmation box after script runs?
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.
Which version are you running? I can't tell from the screenshot.
Re: turn off confirmation box after script runs?
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.
- DigitalVolcano
- Site Admin
- Posts: 1807
- Joined: Thu Jun 09, 2011 10:04 am
Re: turn off confirmation box after script runs?
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?
I guess I can look into autohotkey or something to close that box