diff --git a/IOB-WIN/IOB-WIN.csproj b/IOB-WIN/IOB-WIN.csproj
index 736fc7b4..e128ab5f 100644
--- a/IOB-WIN/IOB-WIN.csproj
+++ b/IOB-WIN/IOB-WIN.csproj
@@ -400,6 +400,9 @@
Always
+
+ Always
+
diff --git a/IOB-WIN/Resources/STEAM-IOB-WIN.xml b/IOB-WIN/Resources/STEAM-IOB-WIN.xml
new file mode 100644
index 00000000..ba4e78f6
Binary files /dev/null and b/IOB-WIN/Resources/STEAM-IOB-WIN.xml differ
diff --git a/IOB-WIN/Start-IOB-WIN.bat b/IOB-WIN/Resources/Start-IOB-WIN.bat
similarity index 100%
rename from IOB-WIN/Start-IOB-WIN.bat
rename to IOB-WIN/Resources/Start-IOB-WIN.bat
diff --git a/Jenkinsfile b/Jenkinsfile
index 57f2d670..5615ba81 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=465']) {
+ withEnv(['NEXT_BUILD_NUMBER=466']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'
diff --git a/README.md b/README.md
index a7dbe281..df3c1d3c 100644
--- a/README.md
+++ b/README.md
@@ -26,12 +26,14 @@ Il computer deve avere
- pwd: viadante16
- saltminion (via chocolatey) con la seguente procedura
-
-
+- A questo indirizzo http://seriate.steamware.net:8083/SWS/MAPO/IOB-WIN/IOB-WIN.zip si trova un file ZIP che contiene il BAT da avviare ed il file XML del dask da importare:
+ - va creato task di avvio per avviare il programma c:\Steamware\IOB-WIN, per fare prima sfruttare XML da importare in "Utilita di Pianificazione" (modificando "al login" in modo che prenda nome PC corrente) che si trova nello zip (**STEAM-IOB-WIN.xml**)
+ - va usato il file bat di avvio compreso nello zip (**Start-IOB-WIN.bat**)
+
- interfaccia di rete configurata in base al cliente (rete dedicata? rete aziendale?)
-APpunti da rivedere:
+Appunti da rivedere:
* inserito salt state iobWin
* inserito autologin by sysinternals (VA ESEGUITO POI)
* inserito download MAPO-.IOB-WIN da SWS, protare a nexus (con md5...) finendo jenkinsfile di pubblicazione
diff --git a/README.pdf b/README.pdf
index 64e6c496..53568a1d 100644
Binary files a/README.pdf and b/README.pdf differ