1.

Solve : Making Multiple folder(s) with batch File?

Answer» <html><body><p>Hello Everyone, I <a href="https://interviewquestions.tuteehub.com/tag/would-3285927" style="font-weight:bold;" target="_blank" title="Click to know more about WOULD">WOULD</a> like some help making a batch <a href="https://interviewquestions.tuteehub.com/tag/file-11330" style="font-weight:bold;" target="_blank" title="Click to know more about FILE">FILE</a> as a side project for modding games,<br/>I would like the batch file to make multiple folder(s) with it's file name of my choice.<br/>But will make <a href="https://interviewquestions.tuteehub.com/tag/folders-994110" style="font-weight:bold;" target="_blank" title="Click to know more about FOLDERS">FOLDERS</a> in this style Eg.<br/>My folder(1)<br/>My folder(1)<br/>My folder(1)<br/>My folder(1)<br/><br/>The numeric value changing every new folder or coped folder<br/>there is a long way of doing this but i <a href="https://interviewquestions.tuteehub.com/tag/need-25476" style="font-weight:bold;" target="_blank" title="Click to know more about NEED">NEED</a> a lot of folders<br/><br/>echo on<br/>mkdir Fallout3Mod #(NUMBER) &lt;&lt;&lt; maby a %andom% on the end of the file name???<br/>copy Fallout3Mod # (Same Dir, new numeric value)<br/>Batch.batYou <a href="https://interviewquestions.tuteehub.com/tag/want-1448756" style="font-weight:bold;" target="_blank" title="Click to know more about WANT">WANT</a> to use FOR /L ... do <br/>for /? <br/>at the command prompt to see how it works</p></body></html>


Discussion

No Comment Found