A BAT file that can generate a SLEEP.EXE delay command _dos/bat

Source: Internet
Author: User
Tags lua sleep
Copy Code code as follows:

:: sleep.bat-sleep/delay/wait N seconds
:: Herbert Kleebauer (Germany)-2005/05/29
:: Modified by would sort-2005/06/02
@echo off
echo Q | Debug>nul
echo Bj@jzh ' 0x-'/ppppppa (DE (DM) ("Do" ("Dh" (Ls () (LX) (lezrr]eeeuyrx2dx=>sleep.com
Echo 0dxfp,0xx.t0p,=xtgsb4o@$? Piyu Wwx0gwuy wv;ovbx2gv0exgiuht6>>sleep.com
echo t}{z~~ @GwkBG @oekcut ' ~} @MqqBsy sehb~_phxr? @zAB ' lrpeyodt@cj?>>sleep.com
Echo pky_jn@qekpet@ij?jysjn@rekpet@jj?jygjn@sekkjtlgunw?p@pjirz>>sleep.com
Echo Lfvaurq? Oyltq@@?~qcool~rdu@?au?@{qoq?@}ikunwpe~fpeqfwh? Vkk>>sleep.com
echo _gsqocvh{ojeoseiqrma@knefb?p?? Mcjnne~b? M?? Qhetlbgbphexh@e=>>sleep.com
Echo Esogwtlblk?sfu '? Ldod@@k@xo? Suuda?_fkj@n? Kd@? Ua?? O}hcqoq?? R>>sleep.com
Echo _oqol? Cla? Ceu?_fu? Uaq? UBD? LOC? ORO? Uol? UOD? OOI? UGL? Lor@yuo?>>sleep.com
Echo Dsmsqswdor[bqaq? Lua?_l_ounusclooulooduo? Uoe@owh? Uoq? Djtsdm>>sleep.com
Echo Qtqrk@kcmsulkpcloouloofuo?hwdtqostdbntqrrdsdftlnbtm ' lthkct>>sleep.com
echo @dmTkRQSoddTT ~? K? OCOQP?o?? Gds?wow? Pgatachqvnntqv_w? A?it\eh>>sleep.com
echo {zpqpkgk? Jbs? Fqokoh{t?jpvp@iqbdfan? Ohrol? Kj?? Pd~an? Ohrod? G>>sleep.com
echo Q?? Pgt~b?? Oc~?ipo? T?~u?p~cuo0x>>sleep.com
Sleep.com>sleep.exe
Del sleep.com
echo Wait 2 seconds:
Sleep.exe 2000

--------------------------------------------------------------------------------------------------------------- --------
Current path:%~dp0
Time Format Replacement:
Set new=%time:5= ... %, Echo%new:~0,5%
(where time: for format, 5 for content to replace, ... for content to be replaced)
--------------------------------------------------------------------------------------------------------------- --------
@echo off
net start MySQL
REM Delay two seconds
echo Q | Debug>nul
echo Bj@jzh ' 0x-'/ppppppa (DE (DM) ("Do" ("Dh" (Ls () (LX) (lezrr]eeeuyrx2dx=>sleep.com
Echo 0dxfp,0xx.t0p,=xtgsb4o@$? Piyu Wwx0gwuy wv;ovbx2gv0exgiuht6>>sleep.com
echo t}{z~~ @GwkBG @oekcut ' ~} @MqqBsy sehb~_phxr? @zAB ' lrpeyodt@cj?>>sleep.com
Echo pky_jn@qekpet@ij?jysjn@rekpet@jj?jygjn@sekkjtlgunw?p@pjirz>>sleep.com
Echo Lfvaurq? Oyltq@@?~qcool~rdu@?au?@{qoq?@}ikunwpe~fpeqfwh? Vkk>>sleep.com
echo _gsqocvh{ojeoseiqrma@knefb?p?? Mcjnne~b? M?? Qhetlbgbphexh@e=>>sleep.com
Echo Esogwtlblk?sfu '? Ldod@@k@xo? Suuda?_fkj@n? Kd@? Ua?? O}hcqoq?? R>>sleep.com
Echo _oqol? Cla? Ceu?_fu? Uaq? UBD? LOC? ORO? Uol? UOD? OOI? UGL? Lor@yuo?>>sleep.com
Echo Dsmsqswdor[bqaq? Lua?_l_ounusclooulooduo? Uoe@owh? Uoq? Djtsdm>>sleep.com
Echo Qtqrk@kcmsulkpcloouloofuo?hwdtqostdbntqrrdsdftlnbtm ' lthkct>>sleep.com
echo @dmTkRQSoddTT ~? K? OCOQP?o?? Gds?wow? Pgatachqvnntqv_w? A?it\eh>>sleep.com
echo {zpqpkgk? Jbs? Fqokoh{t?jpvp@iqbdfan? Ohrol? Kj?? Pd~an? Ohrod? G>>sleep.com
echo Q?? Pgt~b?? Oc~?ipo? T?~u?p~cuo0x>>sleep.com
Sleep.com>sleep.exe
Del sleep.com
echo Wait 2 seconds:
Sleep.exe 2000
REM Initialization
Set Bkdir=d:\downloads\mine\moujie\backup\
Set Db=mysql_6
Set Proj=proj_eclip
echo ____
Echo Init
echo----
Set ndate=%date:~4,7%
Echo%ndate%
Set ntime1=%date:~6,8%
Echo%ntime1%
Set ntime2=%time:~0,8%
Set ntime2=%ntime2::=%
Set Ntime2=%ntime2: =0%
Echo%ntime2%
Set sytime=%ntime1%_%ntime2%
Echo%sytime%
REM Build Month folder
echo ____
Echo Path
echo----
Set dbmonthdir=%bkdir%%db%\%ndate%
Echo%dbmonthdir%
Set projtimedir=%bkdir%%proj%\%ndate%\%sytime%
Echo%projtimedir%
If not exist%dbmonthdir% (MD%dbmonthdir%)
If not exist%projtimedir% (MD%projtimedir%)
Set Newsqlpath=%dbmonthdir%\%sytime%.sql
Echo%newsqlpath%
REM Output
echo ____
Echo cout
echo----
"D:\Program files\mysql\mysql Server 6.0\bin\mysqldump.exe"-uroot-p123 Moujie >%newsqlpath%
xcopy "D:\Program files\myeclipse 6.5\workspace\moujie" "%projtimedir%"/s/e/h/q
REM destructor
echo _
Echo Destroy
echo-------
net stop MySQL
Del Sleep.exe
--------------------------------------------------------------------------------------------------------------- --------
@echo off
Set Destdir=d:\downloads\mine\sys\mine_launch
Echo ___
echo start?
echo------
Pause
If exist%destdir% (rd%destdir%/s/q)
If not exist%destdir% (MD%destdir%)
xcopy "C:\Documents and settings\administrator\application data\microsoft\internet explorer\quick Launch"%destdir%/S /e/h/Q

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.