1.

Solve : Multi file batch games??

Answer» <html><body><p>How can I make them in files, <a href="https://interviewquestions.tuteehub.com/tag/like-537196" style="font-weight:bold;" target="_blank" title="Click to know more about LIKE">LIKE</a> to save stuff? I don't know any commands for it.You're attempting to make a batch game before you know how to add data?  <br/><br/>jk, that sounds <a href="https://interviewquestions.tuteehub.com/tag/exactly-977868" style="font-weight:bold;" target="_blank" title="Click to know more about EXACTLY">EXACTLY</a> like me when I first started  <br/><br/>Anyway, this would work.<br/><br/>echo off<br/>rem Add data to a text file.<br/>echo DATA &amp;<a href="https://interviewquestions.tuteehub.com/tag/gt-249387" style="font-weight:bold;" target="_blank" title="Click to know more about GT">GT</a>; textfile<br/>pause<br/>rem Retrieve data from the text file.<br/>set /p variable=echo %variable%<br/>pause<br/>Check out my batch game, at ODN.T35.COM/DEAD <br/><a href="https://interviewquestions.tuteehub.com/tag/click-918865" style="font-weight:bold;" target="_blank" title="Click to know more about CLICK">CLICK</a> "Source" to view the full source, this will give you a better idea on how to make your own.. Quote from: dnthns87 on <a href="https://interviewquestions.tuteehub.com/tag/february-460109" style="font-weight:bold;" target="_blank" title="Click to know more about FEBRUARY">FEBRUARY</a> 19, 2010, 01:56:52 PM</p><blockquote>Check out my batch game, at ODN.T35.COM/DEAD <br/>Click "Source" to view the full source, this will give you a better idea on how to make your own..<br/></blockquote> Your link is as it says...DEAD.Impressive...</body></html>


Discussion

No Comment Found