I create a test.bat file , edit , write DATE and save it.
when i run the bat it show current date then ask for new date , to skip this step i should press enter .
I want to skip entering new date or make it auto press enter .
I create a test.bat file , edit , write DATE and save it.
when i run the bat it show current date then ask for new date , to skip this step i should press enter .
I want to skip entering new date or make it auto press enter .
Copyright © 2021 Jogjafile Inc.
Windows 98, really?!
You can do it like this:
The
2019-01-02part should be the same when you manually input the date.So if the prompt let's you input
mm-dd-yy, you should change that to01-02-19like date.For automatically
Enterto date, do this:If you are not setting a new date, but just output the current date,
then(not work in Win98):