July 27, 200521 yr He guys thought you would maybe like thisselect from a menu what systems you want to load then wpi loads ithope someone can use this.just make your config.js files for each different installREM Please leave this credit here if you wish to use this batch fileREM Advancedservers Unattended@echo off:getchoicecls Echo Starting the Wpi Launcher (Advancedservers Unattended)Echo. Echo 1. Epoca Echo 2. AzzurraEcho 3. Std SetupEcho. set /p Choice="Please enter the number representing the system you want to build: " if %Choice%=="" goto getChoice if %Choice%==3 goto Std if %Choice%==1 goto Epoca if %Choice%==2 goto Azzurra goto getchoice :Std copy Stdconfig.js %systemdrive%\programs\wpi\Wpiscripts\config.jsgoto finish:Epoca copy Epocaconfig.js %systemdrive%\programs\wpi\Wpiscripts\config.jsgoto finish:Azzurracopy Azzurraconfig.js %systemdrive%\programs\wpi\Wpiscripts\config.jsgoto finish:finish"%SystemDrive%\Programs\WPI\WPI.cmd"echo All done (Advancedservers Unattended)
July 27, 200521 yr Good idea to use different config.js and switch that into batch But in that case, you msut copy all content of CD on the PC and runs setup, no ?!
August 4, 200521 yr Author Sorry if i upset anyone by putting REM Please leave this credit here if you wish to use this batch file, I like to share my idea's and thoughts and would just like to be given credit just as you guys probably do. I don't try and take credit for all your hard work on WPI. And Yes Sonic you must copy all content of CD on the PC . just put it in the $1 folder under programs or whatever.Sorry Guys
Create an account or sign in to comment