batch Files

to 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

#1 elixir'of'life   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 15-September 06

batch Files

Post icon  Posted 15 September 2006 - 01:55 AM

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..
Is This A Good Question/Topic? 0
  • +

Replies To: batch Files

#2 Amadeus   User is offline

  • g+ + -o drink whiskey.cpp
  • member icon

Reputation: 253
  • View blog
  • Posts: 13,507
  • Joined: 12-July 02

Re: batch Files

Posted 15 September 2006 - 06:31 AM

What operating system are you using?
Was This Post Helpful? 0
  • +
  • -

#3 violent_crimson   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 36
  • Joined: 31-August 06

Re: batch Files

Posted 27 October 2006 - 02:31 AM

@echo off

cd ..
cd ..

cd windows
cd system32

dxdiag.exe
pause
Was This Post Helpful? 0
  • +
  • -

#4 Lakristian   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 09-May 09

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.
Was This Post Helpful? 0
  • +
  • -

#5 JonBernal   User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 199
  • Joined: 14-March 09

Re: batch Files

Posted 16 June 2009 - 11:09 AM

http://www.computerhope.com/batch.htm

Pretty good website if you want to learn the basics and such.
Was This Post Helpful? 0
  • +
  • -

#6 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

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.
Was This Post Helpful? 0
  • +
  • -

#7 Lakristian   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 09-May 09

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.
Was This Post Helpful? 0
  • +
  • -

#8 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

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#
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1