Re: script commands
From: george (anonymous_at_discussions.microsoft.com)
Date: 07/21/04
- Next message: arjay: "error message"
- Previous message: francis gerard: "Re: 'view' mode (details/thums) and sort change in explorer XP"
- In reply to: Joel: "script commands"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Jul 2004 12:37:24 +0200
Script commands are command you use in scripts.
I know this sounds obvious, but that is really what they are.
Now the problem is, that it all depends on the context in which you use the
term 'scripts'.
As an example.
In the dark ages we had something that used to be called 'batch files'.
There are some specific commands that you can use, like 'set', or 'if' or
'for' etc. These commands were built into the command processor (command.com
for w9x or cmd.exe for nt, 2000/2003, xp)
Along came MS and introduced something called Windows Scripting Host (WSH).
Now WSH is a 'programmer like' language with it's own very specific syntax.
It looks a lot like (a subset) of Visual Basic.
Then there is Visual Basic Scripting (VBS), again with it's peculiarities
and syntax.
Of course we have something called Javascript, with (you guessed), it's own
syntax and ways.
We also have something called Windows Management Instrumentation (WMI), with
its own syntax.
And then there is....etc.
As you may have gathered by now, there are many different 'scripting'
languages, that on the one have have a lot in common, but also have
differences in the way they handle things.
Now all of the possible commands and functions available in those languages
are considered to be 'script commands'.
If you want to get famikliar with any one of them, I suggest you either roam
the net for tutorials or get a good book on the subject. (There are plenty
to be found).
hth
george
"Joel" <anonymous@discussions.microsoft.com> wrote in message
news:0fff01c46ed0$002c9070$a301280a@phx.gbl...
> i'm not really having a problem...but i would just like
> to know what script commands are..does anyone know?
- Next message: arjay: "error message"
- Previous message: francis gerard: "Re: 'view' mode (details/thums) and sort change in explorer XP"
- In reply to: Joel: "script commands"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|