turn off confirmation box after script runs?

Tool for Search and Replace across multiple files.
Post Reply
schnarkle
Posts: 9
Joined: Thu Aug 18, 2016 2:37 am

turn off confirmation box after script runs?

Post 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
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: turn off confirmation box after script runs?

Post 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
schnarkle
Posts: 9
Joined: Thu Aug 18, 2016 2:37 am

Re: turn off confirmation box after script runs?

Post 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
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: turn off confirmation box after script runs?

Post 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.
schnarkle
Posts: 9
Joined: Thu Aug 18, 2016 2:37 am

Re: turn off confirmation box after script runs?

Post 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.
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: turn off confirmation box after script runs?

Post by DigitalVolcano »

It looks like Sever 2003 doesn't support .NET Framework 4.5 which is required by the current version of TextCrawler.
schnarkle
Posts: 9
Joined: Thu Aug 18, 2016 2:37 am

Re: turn off confirmation box after script runs?

Post by schnarkle »

I guess I can look into autohotkey or something to close that box
Post Reply