REM Type: Batch File REM Created by: MAK REM Contact: mak_999@yahoo.com REM Create Round Robin database for all the server listed in server.txt for /f "tokens=1,2,3" %%i in (C:\rrd\server.txt) do C:\WINNT\system32\cscript.exe //b //nologo c:\rrd\createrrd_db.vbs %%i