Can anybody tell me how to do the following in in a DOS batch script? (*.bat):
•Create a folder only under different folders on remote machines
In more detail, I want to create a folder named TMP on the
COMPUTER1/D/market1/TMP
COMPUTER1/D/market2/TMP
COMPUTER2/D/market1/TMP
COMPUTER2/D/market2/TMP
I can do a FOR loop to run the batch on different computer but I need to create this TMP directory under a diferent folder ie market1 market2 market3 market4 and so on
Thanks