Re: script commands

From: george (anonymous_at_discussions.microsoft.com)
Date: 07/21/04


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?



Relevant Pages

  • Re: man page syntax for +script
    ... The man pages for and both describe how you can either replace the current script or append to it, but they give slightly different syntaxes. ... But the syntax for makes it appear that the + and the script are separate arguments, and that caused me some confusion. ... The plus is a semantic definition that these two unrelated commands put on their last argument, expr has a very different semantic definition of "+". ... you have a distorted view of what is syntax and what is semantics in Tcl. ...
    (comp.lang.tcl)
  • =?ISO-8859-1?Q?New_System_Command_Script_Facility?=
    ... I'm currently finished writing a new replacement command script processor ... (at least that RACF thinks so, and better support for non-RACF sites). ... The IF-type commands now have ELSE processing ... non-scroll highlighted console message and BEEP until a specific JOB or TASK ...
    (bit.listserv.ibm-main)
  • Re: Command Line Interface
    ... >> should accept system commands only for an administrator. ... >> how should I supress the bash shell and launch my custom CLI ... > The script could run in a restricted shell and offer a menu of ... account, and either 1) change account password, 2) ...
    (comp.os.linux.misc)
  • Net::Telnet and SMTP
    ... I'm trying to send a sequence of commands and then log both the ... I've included the script and a sample text file (that feeds the scripts ... sub processfile { ... #Try a short delay between sending command and reading output ...
    (comp.lang.perl.misc)
  • Re: [opensuse] Need some help with a script
    ... Need some help with a script ... arcane and tortured hypothetical scenarios beggar belief. ... Without dot in path, they can't. ... generally ensures somehow that the various commands ...
    (SuSE)