Batch Script - File I/O



In Batch Script, it is possible to perform the normal file I/O operations that would be expected in any programming language.

Following are some of the operations that can performed on files.

  • Creating files
  • Reading files
  • Writing to files
  • Deleting files
  • Moving files
  • Renaming files
batch_script_functions.htm
Advertisements