Search Results

0
votes

How can I load the contents of a text file into a batch file variable?

You might benefit (either directly and immediately or indirectly and at a later time) by reading this page (it's a VERY easy read. clear and concise). …
3
votes

How do I test if a file is a directory in a Batch script?

The NUL technique seems to only work on 8.3 compliant file names. (In other words, `D:\Documents and Settings` is "bad" and `D:\DOCUME~1` is "good") I think there …