thanks for the tip !!
works great
Search found 2 matches
- 22 Apr 2011 08:13
- Forum: DOS Batch Forum
- Topic: Create folder named IP address for each PC
- Replies: 4
- Views: 5596
- 21 Apr 2011 02:09
- Forum: DOS Batch Forum
- Topic: Create folder named IP address for each PC
- Replies: 4
- Views: 5596
Create folder named IP address for each PC
Hi ! I'm looking for your tips... I created a bat file that create a folder. the name of the folder "copied" from the local IP Address of the PC. this is the bat file: ---------------- ipconfig /all > tempIP.txt for /F "tokens=2 delims=:" %%j in ('ipconfig ^| find " IP Addre...