rem * script to start standalone openverse servers in their own dos windows rem * rem * you may need to adjust the paths to match your setup. this will work rem * with the current defaults. rem * rem * uncomment the lines for server2.cfg, etc, if you want to run more than rem * one server. you can start as many as you want this way, but they may rem * fill up your start bar pretty quick... ;) cd "C:\program files\openverse" start "C:\program files\tcl\bin\tclsh83.exe" server.tcl server.cfg rem start "C:\program files\tcl\bin\tclsh83.exe" server.tcl server2.cfg rem start "C:\program files\tcl\bin\tclsh83.exe" server.tcl server3.cfg