Batch Processing only once a day

Source: Internet
Author: User

A batch processing house that can run only once a day has a child, and he likes to play plants and zombies. No way, the self-developed program allows him to play only once a day, 20 minutes at a time, and automatically shut down after 20 minutes, it is dedicated to the majority of netizens. You need to manually create a text file. After editing the file, change its suffix. run cmd. the cmd file contains the following content: @ echo off rem get the run date for/f % I in ('Type d: \ d.txt ') do (set fileDate = % I) rem obtains the current date for/f % I in ('date/t') do (set date = % I) if "% fileDate %" = "% date %" goto endif not "% fileDate %" = "% date %" goto begin: begindate/T> d: \ d.txt start call run. cmd: end @ echo has run today. the cmd file contains the following content: shutdown/t 1200/sPlay.exe

Related Article

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.