| < | July 2008 | |||||||
|---|---|---|---|---|---|---|---|---|
| S | M | T | W | T | F | S | ||
| 1 | 2 | 3 | 4 | 5 | ||||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 | ||
| 13 | 14 | 15 | 16 | 17 | 18 | 19 | ||
| 20 | 21 | 22 | 23 | 24 | 25 | 26 | ||
| 27 | 28 | 29 | 30 | 31 | ||||
I've release a new version of the YUBNUB command line tool for Windows. This new version adds the following new features:
For a complete description of the YUBNUB command line tool for Windows, read the blog entry I posted when I originally released the tool here.
You can download the latest version of the program and the source code from here.
Additionally, you can download the original 1.0 version from here.
posted at: 19:43 | path: /Programming/OPB/Utilities | Permanent link to this entry | Add/View comments (1 existing)
Here is a little command line tool I wrote 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. |
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
** Update: Version 1.1 of the YUBNUB Command line tool has been released. You can download and read more about the latest version here.
posted at: 14:20 | path: /Programming/OPB/Utilities | Permanent link to this entry | Add/View comments (1 existing)
Here is a little command line tool I wrote called ISADMIN. The program runs on Windows 95/98/NT/2000/XP/2003 and up. Just run this little program from the command line and it will tell you whether or not the logged in user has administrative rights. The utility has a silent mode which makes it a perfect tool for installers and batch files. In addition to the tool's output (which is not displayed in silent mode), you can determine whether or not the user has administrative rights based on the error level returned on program exit (errorlevel 0 means that the user has administrative rights). Also note that on Windows 95, 98, and ME, this program will always report that the user has administrative rights.
I've 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/2003+
You can download the source code from here - isadmin_src.zip 44 KB
You can download the precompiled executable from here - isadmin.zip 38 KB
posted at: 05:30 | path: /Programming/OPB/Utilities | Permanent link to this entry | Add/View comments (1 existing)
Here is a little command line tool I wrote called CPUSPEED. The program runs on Windows 95/98/NT/2000/XP/2003 and up. Just run this little program from the command line and it will report your computer's clock speed in megahertz. This basically tells you how fast your computer runs. If you think you own a 2.8 gigahertz computer, this program should report something like:
The clock speed is: 2789
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 source code from here
You can download the precompiled executable from here
posted at: 08:05 | path: /Programming/OPB/Utilities | Permanent link to this entry | Add/View comments (0 existing)
Copyright ©2004-2007 O. Patrick Barnes. All rights reserved.