Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
megantb's user avatar
  • 31
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.
Jim Fell's user avatar
  • 6,039