View Single Post
Old 02-04-22, 12:13 PM   #52
Jeff-Groves
Village Idiot
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,319
Downloads: 130
Uploads: 0


Default

The Great people at Sweetscape took a look at my script to see what is happening with the -noui switch and why it's not working.
Again, they are Great people to look at things so quickly!


To test if your version of 010 suffers the "WildCard" CTD?
Run this Script.
I can guarantee version 12.0.1 will CTD!
Code:
#define MAX_LEN 50
char Y[MAX_LEN];
Y = InputDirectory( "Select Folder to search", "C:\\" );
TFindInFilesResults r = FindInFiles( "*0D0A,h", Y, "*.cfg", true, false, true, false, 1, 0.5, 2, true );
   Printf("%s/n", Y);
__________________
I don't do Stupid. So don't ask.

Last edited by Jeff-Groves; 02-04-22 at 01:18 PM.
Jeff-Groves is offline   Reply With Quote