MySQL Command

Technology No Comments »

REM ############################
REM # Mysql restore
REM ############################
mysql -uroot -p nqueue < D:\nqueue_backup\dump.sql

Popularity: 5% [?]



Useful DOS command

Technology No Comments »

REM ##############################
REM # Net Utilities Dos Command
REM ##############################
nbtstat - check network name status

REM ####################
REM # Kill process
REM ####################
tskill PID

Popularity: 6% [?]



DOS: loop

Tips & Tricks, Technology No Comments »

@ECHO OFF
set counter=1
set second=10
set minute=%second% / 60
set /A stopper=1000*%second%
echo Delay … %second% second(s)

:loop
set /A counter=%counter%+1

if %counter% EQU %stopper% GOTO OK
GOTO loop

:OK
REM Put the command below
MOVE file1.txt file2.txt

Popularity: 6% [?]



DOS: if exist

Technology No Comments »

@echo off

REM #######################
REM # Set Object Value
REM #######################

SET filename=D:\temp\test.bat
SET RETURN_MSG=

REM #######################
REM # Check object exist
REM #######################

if exist %filename% goto FOUND
SET RETURN_MSG=MESSAGE: Object not found
goto NOTFOUDN

:FOUND
SET RETURN_MSG=MESSAGE: Object found
echo %RETURN_MSG%
goto EXITOUT

:NOTFOUDN
echo %RETURN_MSG%
goto EXITOUT

:EXITOUT

Popularity: 7% [?]





If you are looking to apply for credit cards then go for a capital one credit card. Always have a business plan which includes major decisions like equity loans and debt management services to save time. You should have figured out what to in case of loan consolidation. Shopping for insurance is real easy on the internet.
Copyright © 2007 TerenceChang.com, All Rights Reserved
Entries RSS Comments RSS Login


Blog Look Score and Rank ss_blog_claim=50445eafaeec5d3ae37b4baf01f75d2a