Login Register






Would this Be Possible in Batch? [SOLVED] filter_list
Author
Message
Would this Be Possible in Batch? [SOLVED] #1
[SOLVED]

I Have a Method of Doing this.

Link to Post: Click Here


Im Working on a Game and I Want it to Use Real Time. I Know it Would Have to Run in the Background but Not the Way im Thinking of Doing it.

For Example, I Want to Make the Batch File Save the Current time to a Text File. Then Next time the Game is Opened, It Takes the Time that Was Last Saved and Subtracts it from the Current time to Get the Time that the user WASNT Playing the Game. Then i Would use that time to Determine What Would Happen in the Game.

I Know How to Write Stuff to a Text File and i Know About Batch Programming and Stuff. I Just Want to Know if its Possible to do that.
(This post was last modified: 10-23-2011, 09:14 PM by doojan.)

Reply

RE: Would this Be Possible in Batch? #2
yeah i'd imagine its possible. you would probably have many variables set to be a control for what happens in the time you are gone though.


but the concept of that would be, to get the time using "time" and the date, then send to ie " %date and time set% >> c:/realtime.txt"

then would be to grab it, then a subtraction operator, and a lot of other mess....



yeah i know this probably didnt help much, but im not one to think too hard right now o.0

Reply

RE: Would this Be Possible in Batch? #3
(10-17-2011, 08:10 PM)Jacob Wrote: yeah i'd imagine its possible. you would probably have many variables set to be a control for what happens in the time you are gone though.


but the concept of that would be, to get the time using "time" and the date, then send to ie " %date and time set% >> c:/realtime.txt"

then would be to grab it, then a subtraction operator, and a lot of other mess....



yeah i know this probably didnt help much, but im not one to think too hard right now o.0

Ok, Thanks. Ill just try a Whole Bunch of Crap and Maybe ill get results.

Reply