Feeds:
Posts
Comments

Posts Tagged ‘command line’

Something neat I did was working with command line parameters in VBScript. You can access the command line arguments array through Wscript.Arguments(i) where i goes from 0 upwards. So, if you’ve got one argument option you could handle it like this If Wscript.Arguments.Count = 0 Then     ‘ Do Proceed as Normal Else     If [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.