Add a pause in test script
This commit is contained in:
parent
2f68ed75e8
commit
f8fd7e35ac
@ -1,17 +1,17 @@
|
||||
@echo off
|
||||
REM -----------------------------------
|
||||
REM ------------------------------------------------------------
|
||||
REM Launch a test to connect to mysql
|
||||
REM $Id$
|
||||
REM -----------------------------------
|
||||
REM ------------------------------------------------------------
|
||||
|
||||
echo ----------------------------------------------
|
||||
echo -----------------------------------------------------------
|
||||
echo This programm wil test a login on Mysql installed
|
||||
echo by DoliWamp.
|
||||
echo Version: WAMPMYSQLVERSION
|
||||
echo Port: WAMPMYSQLPORT
|
||||
echo ----------------------------------------------
|
||||
echo If login is successull, type "quit" to exit.
|
||||
echo ----------------------------------------------
|
||||
echo -----------------------------------------------------------
|
||||
echo If login is successull, type "quit" and enter twice to exit.
|
||||
echo ------------------------------------------------------------
|
||||
|
||||
SET SAVES=
|
||||
SET /P SAVES=Enter password to test:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user