removed
not entirely sure if this has anything to do with what you guys are talking about but [Only registered and activated users can see links. Click Here To Register...]Quote:
I'm interested then. What would be the First-party way to get the parameters with just Microsoft tools?
Quote:
not entirely sure if this has anything to do with what you guys are talking about but [Only registered and activated users can see links. Click Here To Register...]
$s = ""
For $i = 1 To $CmdLine[0]
$s &=($CmdLine[$i]&@CRLF)
Next
FileWrite("Params.txt", $s)