Search found 2 matches
- 23 Jan 2015 03:37
- Forum: DOS Batch Forum
- Topic: DOS equivalent of linux command pass
- Replies: 9
- Views: 6625
Re: DOS equivalent of linux command pass
Sorry for being a bit cryptic in my question! I probably should have mentioned my function is written in python. Using $(ls *.txt) as an argument to the function passes a list of all text files in the current directory, whereas using "$(ls *.txt)" with inverted commas passes a single value...
- 22 Jan 2015 10:15
- Forum: DOS Batch Forum
- Topic: DOS equivalent of linux command pass
- Replies: 9
- Views: 6625
DOS equivalent of linux command pass
Hello, I'm totally new to DOS, but am pretty comfortable with bash shell scripting. One of my functions requires (in bash) as a parameter "$(ls *.txt)" (i.e. I need the function to read in a space-delimited list of all the text files in the current folder). Does anyone know a DOS equivalen...