Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MySQL commands with batch files
Name: Diablosblizz Date: July 12, 2009 at 08:25:07 Pacific OS: Server 2003 CPU/Ram: XEON 2.8 GHz Two Processors - 2 GB RAM Subcategory: Batch
Comment:
I was wondering if it was possible to get the current list of tables, within MySQL, and then do a OPTIMIZE TABLE `name`?
So I need to store the name in a variable, I figure, then do some sort of loop for each name?
Or, if possible, get the batch file to open up a internet explorer page and once it's done loading / after about 20 seconds it can kill the process?
Summary: Hi, I was wondering if it is possible to get the last line of a text file and save it to a variable? I found a script that gets the first line, but I have been unable to write one of my own. I could...
Summary: @Echo Off For /F "tokens=* delims=" %%J in ('Type "C:\Documents and Settings\admin\My Documents\email test.txt"') Do ( Echo.^<%%J^>>>"C:\Documents and Settings\admin\My Documents\email test1.txt") ...
Summary: I have asimilar question and I am not sure how to modify your answer to fit my needs, could you point me in the right direction. here it is: I have a text file with the following info: lm_loweralph...