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
Post a Comment