October 4, 201213 yr I've tried both ways if you mean between {BATCH} and the rest. With space or not.Forgot to mention that wpi version is 8.1.0. Last time I've failed to move correctly config files in the newer version and it was not working. Anyway if I solve this now this will be an easy task.
October 4, 201213 yr Tested like this and works fine for me:Run.bat@echo offecho Installing Javafor %%a in (%wpipath%\Install\JAVA\*.exe) do "%%a" /sRun.bat and jre-7u4-windows-i586.exe are inside the same folder JAVA Edited October 4, 201213 yr by myselfidem
October 4, 201213 yr It keeps failing for me maybe something is wrong with my wpi now. I'll try to make a new one and run the batch.Edit: In the latest (8.6.2) It seems ok, I get success message. Edit: At first I had some path mistakes and It didn't work but now it is ok. Thanks myselfidem. I 've read many times about commands but when I combine them I get confused.This is awesome for me, now wpi will be my right had. I help many friends with windows installation because services there are no good and expensive.And there is great effort made to the latest wpi.... thank you. Edited October 4, 201213 yr by stsaerox
October 20, 201213 yr Tested like this and works fine for me:Run.bat@echo offecho Installing Javafor %%a in (%wpipath%\Install\JAVA\*.exe) do "%%a" /sRun.bat and jre-7u4-windows-i586.exe are inside the same folder JAVAIf I run a command like this and wpi is not at the root of the drive it fails. Is it the way that just wpi works or I've done something wrong? (I'm asking this because in every suggested path in help files I've read, wpi folder is at the root of a drive)
October 20, 201213 yr WPI folder must be at the root of your DVD like explained inside the manual.It's not recommended to change the path and the WPI folder!
October 20, 201213 yr Oh that's true then... Ok I had something in mind that would be convenient but I should find another way. Thanks again..
Create an account or sign in to comment