Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

How do I do something at a specific day and at a specific time and at a specific timezone. (Batch)

I want to run a java file at a specific time, date & and at CST timezone. (not my timezone)

So I want to run java runme.java when its 6:00pm CST friday, to 6:00pm CST Saturday.

EDIT: A guy asked me in the comments to show feedback of what ive done, so okay.

echo off
cls
rem Time code here from stackover
java runme.java

That's what i've done, dont know any time commands, couldn't find a command that sets time to a variable.

Comments