All Questions
Tagged with disk-operating-system batch-file
2 questions
3
votes
1
answer
6k
views
Can you send function key commands to DOS from a batch file?
I am new to batch files and I need to write one for a program that runs in DOS. One of the questions on the prompt requires a function key command (i.e. F1, F2, etc).
I've read an article that says ...
38
votes
12
answers
165k
views
Populating Array in DOS Batch Script
How can I setup an array variable in a DOS batch script? I would like to load it with a list of file names to process. I really would like to keep this as simple as possible. Thank you.