Stap 5: Laatste stap: plakken, optioneel maken sommige params,---opslaan & uitvoeren :))
zoals u misschien hebt opgemerkt, bij stap 3 definieerde ik twee modules (afdelingen in .bat bestand) -> zet nu de
GOTO einde;
: Einde
aan het einde van het bestand en
IF [CURR_MODULE %] == [] GOTO ModuleOne;
ANDERS GOTO einde;
: ModuleOne
net voor de eerste sitegroup (map?) en
IF [CURR_MODULE %] == [] GOTO ModuleTwo;
ANDERS GOTO einde;
: ModuleTwo
net voor de eerste sitegroup (map?)
dus dat laatste bestand er ongeveer zo uitzien zou:
SET CURR_PROG="%ProgramFiles%\Internet Explorer\IEXPLORE. EXE"
CURR_PROG_A="%ProgramFiles%\Opera mobiele Emulator\OperaMobileEmu.exe" - displayzoom 100 - windowsize 480 x 800 ppi - 240 - gebruiker instellen-agent-tekenreeks van Android-profiel-naam "Samsung Galaxy S"
SET CURR_PROG_B="%USERPROFILE%\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"--nieuw-venster
SET CURR_PROG_C="%ProgramFiles%\Mozilla Firefox\firefox.exe"
SET CURR_PROG_D="%ProgramFiles%\Safari\Safari.exe"
SET CURR_MODULE = %2
SET CURR_SITE = %1
IF [CURR_SITE %] == [na] SET CURR_ADDRESS = http://localhost:8118 /
IF [CURR_SITE %] == [voor] SET CURR_ADDRESS = http://localhost:8228 /
REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IF [CURR_ADDRESS %] == [] GOTO einde
IF [CURR_MODULE %] == [moduleone] GOTO ModuleOne
IF [CURR_MODULE %] == [moduletwo] GOTO ModuleTwo
REM [sommige bestandslijst hier]
IF [CURR_MODULE %] == [] GOTO ModuleOne;
ANDERS GOTO einde;
: ModuleOne
REM [Module één bestandslijst]
IF [CURR_MODULE %] == [] GOTO ModuleTwo;
ANDERS GOTO einde;
: ModuleTwo
REM [lijst van de bestanden van de Module twee]
GOTO einde;
: Einde