a script is basically a program, only instead of compiled into machine code, it's interpreted each time it's run.
when you write a program in a programming language, you must compile it into the the machine code so that the operating system can execute it. scripts are read through by the program you wrote it for (html, command shell, awk...) and it is therefore usually irrelavent what kind of machine it was written on.




Reply With Quote