How do I programatically run a dos command like 'dir' (I assume this will be
the same way as running normal files, which I'd like to know how to do too).
Also, will the output from this go into stdout?
Is there any better way to get a list of files in a directory than parsing a
'dir' ?
Thanks,
J
the same way as running normal files, which I'd like to know how to do too).
Also, will the output from this go into stdout?
Is there any better way to get a list of files in a directory than parsing a
'dir' ?
Thanks,
J
Comment