AutoHotkey Community

It is currently May 27th, 2012, 8:46 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: nagware fixer: wingrep
PostPosted: July 5th, 2006, 6:31 pm 
Offline

Joined: January 6th, 2006, 9:56 am
Posts: 50
For those of you who use wingrep (a great program I might add) this lil script will fix the nagware on exit. Sorry but I had to do it.

http://www.wingrep.com/

Code:
SetBatchLines 20

Loop ; loop that takes care of win-grep
{
  WinWait, Confirm ahk_class #32770,Are you sure you want to exit Windows Grep?
  if ErrorLevel = 0
  {
 
  ;  ToolTip, step one
    ControlSend, Button1, {enter}, Confirm ahk_class #32770,Are you sure you want to exit Windows Grep?
 
    WinWait, ahk_class TSharewareRemindDlg,, 1
    if ErrorLevel = 0
      {
  ;      ToolTip, step two
        ControlSend, TButton2, {enter}, ahk_class TSharewareRemindDlg
      }
 
  }
;Tooltip
}


return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2006, 9:27 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Two other ways to do it:
- Pay the author;
- Use a freeware like Agent Ransack (which might have less functionnality, I admit).
As you wrote: "Sorry but I had to do [mention] it."...

Although I loose features, I choose to stick to freewares, since I cannot afford to pay sharewares and don't want to abuse.
Of course, that's just my opinion.

Note: WinGrep author doesn't know how to code HTML (CSS) to be cross-browser compatible, obviously. His site looks ugly on Firefox...

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2006, 6:21 pm 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
I recently switched from Agent Ransack to Superfinder, it's very good.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: July 6th, 2006, 8:08 pm 
esromneb wrote:
For those of you who use wingrep (a great program I might add) this lil script will fix the nagware on exit. Sorry but I had to do it.

I think such scripts should not be allowed on the forum. This is like supporting stealing.

As PhiLho said if people are bothered by the nag screen they should either pay for it or not use that particular software.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 7th, 2006, 8:33 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
d-man wrote:
I recently switched from Agent Ransack to Superfinder, it's very good.
I suppose you are writing about this Super Finder...
Let's try it.
Good points: It offers a simple Zip download (no install, no fuzz). It has several translations, one in French. Interface is fancy, but not in my face (ie. not too much skinned).
Bad point: One of my favorite ways of specifying a path is to drag'n'drop a folder from Explorer to the Path edit field (I often search where I explore, and using a browse button is usually slower); it doesn't allow it. But it integrates itself to Windows contextual menu, so this is a minor problem.
Good point: It seems to be fast. First search is normal, next searches are very fast.
Bad points: It doesn't support regular expressions like Agent Ransack. And very important for me, it is more like Windows' Search than like a grep, ie. it doesn't display the relevant lines in a textual search.
So, actually, it isn't a kind of WinGrep, but a simple Search.
Yet, it can be useful for quick searches, I might keep it for simple file searches.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 7th, 2006, 6:11 pm 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
great analysis phil! I guess i never used those advanced search features! :?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 7th, 2006, 7:31 pm 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
since you know ransack so well, ,do you know if there's a way to save the default search location so that it's there whenever you open it (wihtout saving a profile thingy)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 8th, 2006, 9:26 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
I don't know, I always start AR from the context menu, because I want to do searches from where I am.
But IIRC, it has combo boxes holding the latest values (file pattern, search pattern, pathes).

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, tomoe_uehara, Xx7 and 9 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group