I'm trying to run the following code to create a loop of creating multiple folders at once.
This is an example
Code:
local dir "C:\Users\" local d "AA AB" foreach x in `d'{ mkdir "C:\Users/`d'" }
Any help is appreciated! Thanks!
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
local dir "C:\Users\" local d "AA AB" foreach x in `d'{ mkdir "C:\Users/`d'" }
0 Response to Use local macro and mkdir to create multiple folders
Post a Comment