Batch Script - Folders


Advertisements


In Batch Script, it is possible to perform the normal folder based operations that would be expected in any programming language.

Following are some of the operations that can be performed on folders.

  • Creating folders
  • Listing folders
  • Traversing files in folders
  • Deleting folders
  • Renaming folders

batch_script_functions.htm

Advertisements