9 lines
108 B
Batchfile
9 lines
108 B
Batchfile
|
|
>args2 foo "bar baz" quux
|
||
|
|
fn=d:\bin\args2.cmd
|
||
|
|
p0=args2
|
||
|
|
p*=foo "bar baz" quux
|
||
|
|
p#=3
|
||
|
|
p1=foo
|
||
|
|
p2=bar baz
|
||
|
|
p3=quux
|