| 
			 	
Prev: How to remove a program from Windows XP without using Add/Remove  program 
		Next: Active X Pop-up??? 	
		 From: windowshelp on 6 May 2010 11:22 Is there a way to make a mass amount of folders at once from a list of names that I have? 	
		 From: John John - MVP on 6 May 2010 12:36 		windowshelp wrote: > Is there a way to make a mass amount of folders at once from a list of names > that I have? At a command prompt: for /f "usebackq delims=" %a in ("c:\folderlist.txt") do md "%a" John 
		  | 
 
		Pages: 1 Prev: How to remove a program from Windows XP without using Add/Remove program Next: Active X Pop-up???  |