M
Metspitzer
dir /B /O:N > mylist.txt
This bat is supposed to just put a list of the files into a text file.
The directory changes and the mylist.txt is only temporary. I cut and
paste the results into a larger list.
The way I run it now is to just open a command prompt and change to
the directory and type the batch name.
Is there a way to make this default to the current directory and
output to the current directory by using the run command instead?
This bat is supposed to just put a list of the files into a text file.
The directory changes and the mylist.txt is only temporary. I cut and
paste the results into a larger list.
The way I run it now is to just open a command prompt and change to
the directory and type the batch name.
Is there a way to make this default to the current directory and
output to the current directory by using the run command instead?