YUBNUB command line tool for Windows

Here is a little command line tool I wrote (years ago) called YUBNUB.EXE. The program runs on Windows 95/98/NT/2000/XP/2003 and up. This program is a windows command line interface to yubnub, which itself is a command line for the web. You can find out all about yubnub here.

Here are the tool's options:

        USAGE: yubnub [options] [yubnub command line]
        
        OPTIONS:
           --help    - help
           --browser - launch browser to run command (default).
           --plain   - output results to console in plain text.
        

Other options:

Here is some sample output:

        C:>yubnub --plain google 3 + 5
        yubnub command line tool version 1.0 - Copyright (C) 2005 Olan Patrick Barnes
        Google Search: 3 + 5
        
        
        Web Images Groups News Froogle Local more >>
        
        Advanced Search
        Preferences
        
        Web
        
        3 + 5 = 8
        
        More about calculator.
        
        Search for documents containing the terms 3 + 5 .
        
        Google Home - Advertising Programs - Business Solutions - About Google
        (C)2005 Google
        

I've also decided to release the source for this program. Feel free to use the program or its source code in any way you wish.

Requirements: Windows 95/98/NT/2000/XP+
You can download the program and source code from here


** Minor page updates: May 20, 2018.