I need to write a batch script which pleases a user about filenames.
For example, a user launches the .bat file, selects option "delete files", the script waits for filenames and next the user writes it in one line like file1.txt file2.txt file3.txt file4.txt
.
How can I grab the filenames like array elements to use it later?