B
BigMan
Is it possible ito expand
test.exe "spaced out\*.txt"
to smth like this
test.exe "spaced out\1.txt" "spaced out\2.txt" "spaced out\3.txt"
test.exe "spaced out\*.txt"
to smth like this
test.exe "spaced out\1.txt" "spaced out\2.txt" "spaced out\3.txt"