.NET Framework Bookmark and Share   
 index > JScript for the .NET Framework > Passing command line arguments to compiled JScript script
 

Passing command line arguments to compiled JScript script

Is there no way to pass command line arguments to a compiled JScript executable? If so, this renders compiled JScriptsomewhat useless!

DAWKCo
Hi. You can read the command line like this:
import System;
print(System.Environment.CommandLine);
Mr Deslock
Hi. You can read the command line like this:
import System;
print(System.Environment.CommandLine);
Mr Deslock
Ah--OK, thanks very much. Guess I'll have to go back to the .NET Encyclopedia and dig around some more. :o)
DAWKCo

You can use google to search for other answers

Custom Search

More Threads

• Javascript and asp.net with Page.ClientScript.RegisterClientScriptBlock
• NEED IMAGE ROTATOR CODE
• Simple problem but im totally stuck
• i set value of textbox by javascript but when refer that textbox value in get old value
• Can Javascript detect mouse locations in a listbox?
• The Spectrum of Choices for J2EE Training
• VSA: How to get notified about JScript runtime exceptions?
• AutoComplete Extender javascript Error
• mouse Events on Image and <MAP>
• alert() what is max size of data it can handle