Jump to content

Auto Config Changer


Recommended Posts

He guys thought you would maybe like this

select from a menu what systems you want to load then wpi loads it

hope someone can use this.

just make your config.js files for each different install

REM Please leave this credit here if you wish to use this batch file
REM Advancedservers Unattended
@echo off
:getchoice
cls
Echo Starting the Wpi Launcher (Advancedservers Unattended)
Echo.
Echo 1. Epoca
Echo 2. Azzurra
Echo 3. Std Setup
Echo.
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.js
goto finish
:Epoca
copy Epocaconfig.js %systemdrive%\programs\wpi\Wpiscripts\config.js
goto finish
:Azzurra
copy Azzurraconfig.js %systemdrive%\programs\wpi\Wpiscripts\config.js
goto finish
:finish
"%SystemDrive%\Programs\WPI\WPI.cmd"
echo All done (Advancedservers Unattended)

Link to comment
Share on other sites


Sorry if i upset anyone by putting REM Please leave this credit here if you wish to use this batch file, :blushing: 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 :blushing:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...