Hi All,
going back a decade or two, I am writing a Batch File to filter all the user profiles on the system.
D:\TSprofiles1\UsersNames is the location of all the files. normally I would use a command similar to
However I am not sure if this will work on a windows server 2000. Is the %1 the variable to access all folders and subfolders within?Code:dp1.bat CD D:\ CD D:\TSprofiles1 DEL D:\TSprofiles1\%1\Cookies\*.* DEL D:\TSprofiles1\%1\Temporary Internet Files\*.* Call DP1.bat UserName Call DP1.bat User2Name Call DP1.bat User3Name




Reply With Quote