2005-08-05, 09:46 PM
I just completed compiling a neat little applet that lets the user query the gbpvr db via a Blackberry like device. It should also work for any other text message device. Assuming the device possesses a hefty message buffer, else the text gets cut off. In brief it will allow the user to request listing information, run external OS script commands (*.BAT ) and finally schedule multiple shows for record. Iâm still trying to debug it.
The program runs on Windows XP but 2000 should also work. The app minimizes to the system tray, though it does not run as a service, âyetâ. It has a limited number of commands. Ok only four, for now.
The command syntax goes something like this:
ECMD:HELP , emails user the help file to pager.
ECMD:SRCH=batt where âbatâ is the text contained in the listing. (I.E) Batman , Battlestart Galactica, Ect. You get the idea.
ECMD:RUN# where # is an umber from 1 to 999, and associated file by the name of RUN1.bat Ect. , must reside in the apps home directory.
ECMD:TAPE
You can cut and past the results of ECMD:SRCH and replace the program ID with $ â¦.$. (I.E)
Email subject should read ECMD:TAPE
Email message should ready,
$99654$
Star Trek
8:00 PM â¦â¦
$94748$
Star Wars
10:00 PMâ¦..
etcâ¦
or simply
$99654$
$94748$
etcâ¦
will also work.
Note: you donât need the actual names or time the parsing routing is only looking for the number between the two $â¦.$.
I will make this available shortly on some site but if you can think of anything else I can put into it please feel free.
The program runs on Windows XP but 2000 should also work. The app minimizes to the system tray, though it does not run as a service, âyetâ. It has a limited number of commands. Ok only four, for now.
The command syntax goes something like this:
ECMD:HELP , emails user the help file to pager.
ECMD:SRCH=batt where âbatâ is the text contained in the listing. (I.E) Batman , Battlestart Galactica, Ect. You get the idea.
ECMD:RUN# where # is an umber from 1 to 999, and associated file by the name of RUN1.bat Ect. , must reside in the apps home directory.
ECMD:TAPE
You can cut and past the results of ECMD:SRCH and replace the program ID with $ â¦.$. (I.E)
Email subject should read ECMD:TAPE
Email message should ready,
$99654$
Star Trek
8:00 PM â¦â¦
$94748$
Star Wars
10:00 PMâ¦..
etcâ¦
or simply
$99654$
$94748$
etcâ¦
will also work.
Note: you donât need the actual names or time the parsing routing is only looking for the number between the two $â¦.$.
I will make this available shortly on some site but if you can think of anything else I can put into it please feel free.