Set Path = Wscript.Arguments
Msgbox Path.Item(0) & vbnewline & Path.Item(1)
**************************************************
VB6 reaguje tak:
Set Path = Wscript.Arguments -> Run-time error ‘424’: Object required
Czym zastąpić w VB6 “Wscript.Arguments” ?