for some reason, when i try to run the clean-up.bat after a new install of BWP, it reports "The system cannot find the path specified" twice and stops there... anyone able to direct me on how to fix this? thx...

issue with Big World clean-up.bat
Started by nst, Sep 02 2010 05:30 PM
4 replies to this topic
#1
Posted 02 September 2010 - 05:30 PM
#2
Posted 02 September 2010 - 11:25 PM
Remove the @echo off line at the top, run it again and report the last 30-40 lines of output after running it again... Try to ignore the code that is shown between the text that you would normally see.
Edited by dabus, 02 September 2010 - 11:26 PM.
THINK! - It's not illegal.
#3
Posted 04 September 2010 - 08:23 AM
reports that "big world installpack\temp" @ 200 and "big world installpack\temp" @ 204 can't be found
#4
Posted 04 September 2010 - 09:17 AM
The translation-files from the folders English, Spanish or German are copied to the temp-folder after the BiG World Install.bat asked for your language. So either the temp-folder is empty or the folder BiG World Installpack was deleted. So either copy the files into the temp-folder and insert the @echo off again or edit the top of the BiG World Clean-Up.bat like so:
Then run the batch again.
You see that the batch asks you a question, thus the script is halted until you press [Y] or [N].
@echo off SET TXT=type "BiG World Installpack\English\"
Then run the batch again.
You see that the batch asks you a question, thus the script is halted until you press [Y] or [N].
Edited by dabus, 04 September 2010 - 09:17 AM.
THINK! - It's not illegal.
#5
Posted 04 September 2010 - 09:40 AM
thank you kindly for the assistance