hello i have difficulty in creating batch files, and i really like to laern creating one, I can create some simple batch files, but i really like to laern how to create batch files in choosing an application to run, for example i would like to run a game, by using batch files command, something like taht pls.. help me out..
batch Filesto help others who ahve difficulty in making a batch files like me.
Page 1 of 1
7 Replies - 2611 Views - Last Post: 09 July 2009 - 04:50 AM
Replies To: batch Files
#2
Re: batch Files
Posted 15 September 2006 - 06:31 AM
What operating system are you using?
#3
Re: batch Files
Posted 27 October 2006 - 02:31 AM
@echo off
cd ..
cd ..
cd windows
cd system32
dxdiag.exe
pause
cd ..
cd ..
cd windows
cd system32
dxdiag.exe
pause
#4
Re: batch Files
Posted 16 June 2009 - 08:37 AM
Off topic:
Where should i learn DOS Batch programming?
Might also be good to include a link on reading what DOS, and Batch REALLY is.
Thanks in advice.
Where should i learn DOS Batch programming?
Might also be good to include a link on reading what DOS, and Batch REALLY is.
Thanks in advice.
#5
Re: batch Files
Posted 16 June 2009 - 11:09 AM
#6
Re: batch Files
Posted 16 June 2009 - 11:19 AM
Batch isn't a programming language... it's a scripting language, of sorts. Basically, each line represents something that you could type into the command line, but it'll will run a batch of commands at once. 
http://www.ss64.com/nt/ is all you should need... to get started, all you really need is a reference.
http://www.ss64.com/nt/ is all you should need... to get started, all you really need is a reference.
#7
Re: batch Files
Posted 23 June 2009 - 09:01 AM
I know Batch programming now, in a basic way, and i know this next question might make you think go C++ or something.
But are there any SDK, Lib's avaiable for Graphical Batch programming? To make like Mario games, or just a Graphical User Interface.
It's just for fun purpose i wanna do it
- Thanks in regards.
But are there any SDK, Lib's avaiable for Graphical Batch programming? To make like Mario games, or just a Graphical User Interface.
It's just for fun purpose i wanna do it
- Thanks in regards.
#8
Re: batch Files
Posted 09 July 2009 - 04:50 AM
Nope. Batch isn't a programming language, it's merely a scripting language.
Used for calling programs and stuff. Nothing more. All you can do in batch is stuff you can do in cmd.
If you want to get into software/games, learn a programming languge. Check the game programming forum for more information. Most widely used languages are C/C++/Java/C#
Used for calling programs and stuff. Nothing more. All you can do in batch is stuff you can do in cmd.
If you want to get into software/games, learn a programming languge. Check the game programming forum for more information. Most widely used languages are C/C++/Java/C#
Page 1 of 1

New Topic/Question
This topic is locked



MultiQuote








|