Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What are batch  (Read 2258 times)

0 Members and 1 Guest are viewing this topic.

bitsmakeabyte

  • Guest
What are batch
« on: February 26, 2008, 12:27:35 PM »
I was readin and brushing up on batch files and i was wondering what is the difference between a batch and a program i mean they both do the same and work the same ways basicly.Can any one give me a little insite on this

Dusty



    Egghead

  • I could if she would, but she won't so I don't.
  • Thanked: 75
  • Experience: Beginner
  • OS: Windows XP
Re: What are batch
« Reply #1 on: February 26, 2008, 12:57:07 PM »
Yes, programming is programming....but there are lots of things which cannot be done in batch scripting such as complex mathematical calculations.

See here

Good luck...
One good deed is worth more than a year of good intentions.

Deerpark



    Egghead
  • Thanked: 1
    Re: What are batch
    « Reply #2 on: February 26, 2008, 12:58:19 PM »
    Basically you're asking what the difference is between a scripting language and a Programming language.
    In very general and oversimplified terms you can say that scripting languages can control the behavior of one or more programs while the programs themselves are created with a programming language.
    In case of Batch, it is a very simple scripting language which main purpose is to execute program files in a specified order. So it doesn't work in or do remotely the same way as programs.
    Any sufficiently advanced technology is indistinguishable from magic.
    Arthur C. Clarke (1917 - 2008)