Tag Archive

Restore MySql database using command line

Published on December 17, 2009 By admin

mysql -u USER -p DBNAME < dump.sql Where: USER is your username DBNAME is Databas witch will be restored dump.sql (any .sql file can be used) is your database dump

TB20.exe – TAPI old tools

Published on March 9, 2009 By admin

One of the greatest tools for testing TAPI is the old software TB20.exe Microsoft description: TB (TAPI Browser) is an application that allows a user to interactively call into the Windows Telephony interface and inspect all returned information. Becouse this application is not availble anymore on Microsoft site and is very hard to find on [...]