krawhitham Posted December 17, 2005 Share Posted December 17, 2005 the download description area is not big enough to post the complete batch file so here it is @echo off IF NOT EXIST %1 DATA %1 GOTO dumbass IF NOT EXIST %1 MVP2005.EXE %1 GOTO dumbass :start cls ECHO Do not worry about compressing your data files (fsh, orl, ord, etc) this ECHO installer will do it for you ECHO. ECHO. ECHO 1. Install Uniforms and or faces (models.big) ECHO 2. Install Portraits (portrait.big) ECHO 3. Install Backgrounds (bkgnds.big) ECHO 4. Quit. CHOICE /C:1234 /N Please choose a menu option. IF ERRORLEVEL == 4 GOTO QUIT_MENU IF ERRORLEVEL == 3 GOTO bkgnds IF ERRORLEVEL == 2 GOTO portraits IF ERRORLEVEL == 1 GOTO models :models CLS ECHO. ECHO The files you want to install need to be in a FOLDER called "models" ECHO. ECHO this folder has been made for you ECHO. ECHO EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005models" ECHO. ECHO this installer will delete all files in the sub folder "models" and remove ECHO the subfolder when the install is complete ECHO. ECHO. ECHO please COPY your files in to the folder "models" now MD models PAUSE fifafs models.txt del models*.* <y.txt rd models del fifafs.log goto start :portraits CLS ECHO. ECHO The files you want to install need to be in a FOLDER called "portraits" ECHO. ECHO this folder has been made for you ECHO. ECHO EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005portraits" ECHO. ECHO this installer will delete all files in the sub folder "portraits" and remove ECHO the subfolder when the install is complete ECHO. ECHO. ECHO please COPY your files in to the folder "portraits" now MD portraits PAUSE fifafs portraits.txt del portraits*.* <y.txt rd portraits del fifafs.log goto start :bkgnds CLS ECHO. ECHO The files you want to install need to be in a FOLDER called "backgrounds" ECHO. ECHO this folder has been made for you ECHO. ECHO EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005backgrounds" ECHO. ECHO this installer will delete all files in the sub folder "backgrounds" and remove ECHO the subfolder when the install is complete ECHO. ECHO. ECHO please COPY your files in to the folder "backgrounds" now MD backgrounds PAUSE fifafs backgrounds.txt del backgrounds*.* <y.txt rd backgrounds del fifafs.log goto start :dumbass ECHO -------------------------------------------------------------------------- ECHO. ECHO MAKE SURE THAT generic-installer.exe IS IN YOUR MAIN MVP 2005 FOLDER! ECHO. ECHO EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005 ECHO. ECHO -------------------------------------------------------------------------- pause :QUIT_MENU Link to comment Share on other sites More sharing options...
BudHawk Posted December 23, 2005 Share Posted December 23, 2005 Thanks kraw I added the Damon portrait using your installer. I am not computer handy and your installer made the task easy. Link to comment Share on other sites More sharing options...
robskicks Posted December 24, 2005 Share Posted December 24, 2005 so what would it do? you put it in the folder with all the files you want to be installed? it doesn't if they're different files and stuff? if so, that's great. Link to comment Share on other sites More sharing options...
krawhitham Posted January 10, 2006 Author Share Posted January 10, 2006 screen shots Link to comment Share on other sites More sharing options...
krawhitham Posted February 23, 2006 Author Share Posted February 23, 2006 new batch file Also eazip comes with this version @echo off IF NOT EXIST DATA GOTO dumbass IF NOT EXIST MVP2005.EXE GOTO dumbass :start cls echo â•”â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•— ECHO â•‘ Do not worry about compressing your data files (fsh, orl, ord, etc) this â•‘ ECHO â•‘ installer will do it for you â•‘ ECHO.â•‘ â•‘ ECHO.â•‘ â•‘ ECHO â•‘ 1. Install Uniforms and or faces (models.big) â•‘ ECHO â•‘ 2. Install Portraits (portrait.big) â•‘ ECHO â•‘ 3. Install Backgrounds (bkgnds.big) â•‘ ECHO â•‘ 4. Quit. â•‘ echo â•šâ•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• CHOICE /C:1234 /N Please choose a menu option. IF ERRORLEVEL == 4 GOTO QUIT_MENU IF ERRORLEVEL == 3 GOTO bkgnds IF ERRORLEVEL == 2 GOTO portraits IF ERRORLEVEL == 1 GOTO models :models CLS echo â•”â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•— ECHO â•‘ The files you want to install need to be in a FOLDER called "models" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this folder SHOULD pop open in a window â•‘ ECHO â•‘ â•‘ ECHO â•‘ Drag the files you want to install into the folder, if no windows pops â•‘ ECHO â•‘ open you will have to manual put the files in the folder, here is an â•‘ ECHO â•‘ â•‘ ECHO â•‘ EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005models" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this installer will delete all files in the sub folder "models" â•‘ ECHO â•‘ and remove the subfolder when the install is complete â•‘ ECHO â•‘ â•‘ ECHO â•‘ â•‘ ECHO â•‘ please COPY your files in to the folder "models" NOW â•‘ echo â•šâ•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• MD models start .models PAUSE eazip -c models*.* fifafs models.txt del models*.* <y.txt rd models del fifafs.log goto start :portraits CLS echo â•”â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•— ECHO â•‘ The files you want to install need to be in a FOLDER called "portraits" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this folder SHOULD pop open in a window â•‘ ECHO â•‘ â•‘ ECHO â•‘ Drag the files you want to install into the folder, if no windows pops â•‘ ECHO â•‘ open you will have to manual put the files in the folder, here is an â•‘ ECHO â•‘ â•‘ ECHO â•‘ EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005portraits" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this installer will delete all files in the sub folder "portraits" â•‘ ECHO â•‘ and remove the subfolder when the install is complete â•‘ ECHO â•‘ â•‘ ECHO â•‘ please COPY your files in to the folder "portraits" NOW â•‘ echo â•šâ•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• MD portraits start .portraits PAUSE eazip -c portraits*.* fifafs portraits.txt del portraits*.* <y.txt rd portraits del fifafs.log goto start :bkgnds CLS echo â•”â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•— ECHO â•‘ The files you want to install need to be in a FOLDER called "backgrounds" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this folder SHOULD pop open in a window â•‘ ECHO â•‘ â•‘ ECHO â•‘ Drag the files you want to install into the folder, if no windows pops â•‘ ECHO â•‘ open you will have to manual put the files in the folder, here is an â•‘ ECHO â•‘ â•‘ ECHO â•‘ EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005backgrounds" â•‘ ECHO â•‘ â•‘ ECHO â•‘ this installer will delete all files in the sub folder "backgrounds" â•‘ ECHO â•‘ and remove the subfolder when the install is complete â•‘ ECHO â•‘ â•‘ ECHO â•‘ â•‘ ECHO â•‘ please COPY your files in to the folder "backgrounds" NOW â•‘ echo â•šâ•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• MD backgrounds start .backgrounds PAUSE eazip -c backgrounds*.* fifafs backgrounds.txt del backgrounds*.* <y.txt rd backgrounds del fifafs.log goto start :dumbass echo â•”â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•— echo â•‘ â•‘ echo â•‘ MAKE SURE THAT generic-installer.exe IS IN YOUR MAIN MVP 2005 FOLDER! â•‘ echo â•‘ â•‘ echo â•‘ EXAMPLE "c:Program FilesEA SPORTSMVP Baseball 2005" â•‘ echo â•‘ â•‘ echo â•šâ•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• pause goto QUIT_MENU :QUIT_MENU Link to comment Share on other sites More sharing options...
adam31 Posted February 24, 2006 Share Posted February 24, 2006 nice "dumbass" code LOL Link to comment Share on other sites More sharing options...
Dagger147 Posted February 27, 2006 Share Posted February 27, 2006 Krawhitham, Your Installer Thingy is great! Thanks for providing it. Link to comment Share on other sites More sharing options...
rwbonefish Posted June 5, 2006 Share Posted June 5, 2006 it says i need some file called generic-installer.exe which i can't find on this site... help plz? Link to comment Share on other sites More sharing options...
nmm66 Posted June 20, 2006 Share Posted June 20, 2006 Is there anyway I can add the abilitiy to install files to the uniforms.big file in the frontend folder? Or does krawhitham have to change **** for that to happen? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.