Results 1 to 3 of 3

Thread: shell vs. window?

  1. #1

    shell vs. window?

    I was wandering if a shell (as in dos shell)is for commands and programming?
    and why is it not called a window?

    keep in mind ive been learning networking and programming for a less then a year.

  2. #2
    Senior Member
    Join Date
    Nov 2002
    Posts
    186
    I shell could more fully be called a command shell and they do allow a certain amount of "programming" called scripting. A script is basically just a list of commands to execute in order. There are a number of programming constructs available in most shells such as "for" in dos which runs a for loop. *nix shells such as bash provide the same, if not more, functionality than dos.

    A window is defined as "A rectangular area on the screen that displays its own file or message independently of the other areas of the screen. " by dictionary.com That is, a windows displays a program and the shell can be considered a program that runs inside your windowing environment. Typically these shells predate windowing environments so as in Linux and Win9x's case, the windowing environment runs on top of the shell whereas with WinNT/2K/XP, the shell is only emulated inside the environment.

    Hopefully this clears things up and doesn't make them worse.
    \"When you say best friends, it means friends forever\" Brand New
    \"Best friends means I pulled the trigger
    Best friends means you get what you deserve\" Taking Back Sunday
    Visit alastairgrant.ca

  3. #3
    No thats excactly what I was looking for.And go your team!!!! whatever there name is

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •