Microsoft
Software
Hardware
Network
Question : DOS/Windows Script
Hi,
I could have done this 10 years ago but have forgotten how !
I have an ascii file of customers names in the format;
John Smith
Paul Jones
George Martin
I want to create a sub directory in my Windows 2007 environment for each customer.
The name of the subdirectory should be the customers name.
I have not written such a script for over 10 year and need it written in full if possible.
I guess the script is just a simple loop through each name..
Answer : DOS/Windows Script
This should be on the right track
@echo off
set BaseDir=c:\temp
for /f "tokens=*" %%A in (cust.txt) do mkdir "%BaseDir%\%%A"
~bp
Random Solutions
SBS08 - Remote Web Workplace Certificate Error
CONVERT Date Time
SBS Reinstall Monitoring MSDE after SP1 upgrade
Using More Than 1 Delimiter In Excel 2007 (Pipe & Comma)
Query runs fine for most but not for two people...???
cannot install hp oem sbs2008 on hp server running esxi 4.0 Update 1
outlook vba to saveas .msg allowing user to navigate to target folder.
WINDOWS SERVER 2008 BACKUP
SQL to query Order details in GP
OCS 2007 R2 auto sign in works, manual doesn't