WJ wrote:
I am writting console application using JScript. How do get the command line arguments? Possible?
How to access command line arguments in Jscript .NET?
See http://msdn.microsoft.com/library/en-us/script56/html/wsproarguments.asp for more information and examples.
can we access .NET object using
Windows Scripting host?You can only access .NET objects once you've registered them using regasm. You will not be able to access static members.
The following article "Registering Assemblies with COM" describes some steps you need to take to access .NET objects from COM. http://msdn2.microsoft.com/h627s4zy.aspx