| Author |
Message |
eargosedown Gamorrean
Joined: 12 Feb 2004
|
Posted: Mar 31, 2004 01:59 Post subject: how to make a .bat file |
|
|
does anybody know how to make a .bat file????
_________________ destroying an imperial base a day keeps the dark troopers away. |
|
Cory_Buford Ree-Yees
Joined: 26 Mar 2004
|
Posted: Mar 31, 2004 03:06 Post subject: Batch File Help |
|
|
Hey there,
I have a great MS-DOS 7.0 reference in HTML if you, or anyone else for that matter, would like me to upload it. In the mean time, just open a text editor and type, or copy, the following:
@echo off
cls
dark -ufilename.gob -shots
and save it. That's all there is to it. Feel free to contact me for any additional help you may need.
May the Force be with you...always...
_________________ Cory Buford
cbuford@gwmo.com
http://www.gwmo.com
GateWay Marketing Online
Sr. Web Designer/Developer
Come view our current projects:
http://www.gwmo.com/qualifications |
|
Nottheking Kell Dragon
Joined: 29 Sep 2003
|
Posted: Mar 31, 2004 18:53 Post subject: |
|
|
Of course, If you'd like a bit of a fancier batch (.bat) file:
| Code: | @Echo Off
cls
DARK -u********.GOB -shots
cls
:Echo Thanks for playing! |
I think I got that right... The last .bat file I made was the one for my last level, almost a year ago...
_________________ Wake up, George Lucas... The Matrix has you.. |
|
eargosedown Gamorrean
Joined: 12 Feb 2004
|
Posted: Apr 01, 2004 01:42 Post subject: |
|
|
oh it at a txt file.
i thought it was at the ms-dos thing.
ok thats esay.
_________________ destroying an imperial base a day keeps the dark troopers away. |
|
Nottheking Kell Dragon
Joined: 29 Sep 2003
|
|
The MAZZTer Death Star

Joined: 25 Sep 2003
|
Posted: Apr 01, 2004 13:52 Post subject: |
|
|
NTK: Your batch file won't do the echo, because you put it as a label.
I wrote batch files for a bit before Windows 95 came around (well, before I used it at leasr), and even after then... and even in Windows XP there are still places to use them (for example, I used one recently in conjunction to a mIRC script to change the working directory before running a program... )
_________________ http://www.mzzt.net/ | I am a respectable admin with a respectable sig. |
|
eargosedown Gamorrean
Joined: 12 Feb 2004
|
Posted: Apr 02, 2004 03:01 Post subject: |
|
|
ok thanks
_________________ destroying an imperial base a day keeps the dark troopers away. |
|
Nottheking Kell Dragon
Joined: 29 Sep 2003
|
Posted: Apr 02, 2004 18:28 Post subject: |
|
|
The_Mega_ZZTer wrote:
NTK: Your batch file won't do the echo, because you put it as a label. 
I knew I had something wrong! I fogot that you simply use "Echo" to print a line of text... For some reason, I was thinking that the colon was needed... I forgot that it was mean for labels... It's been quite a while since I've last worked with batch files...
_________________ Wake up, George Lucas... The Matrix has you.. |
|
|