View Single Post
  #142 (permalink)  
Old 10-11-2008, 08:24 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to Customize a Custom Rom: Adding/Removing Programs

Quote:
Originally Posted by spetrillo View Post
Why do I get the following errors when running Prepit:

Processing Input.nbh
Cleaning up prior runs....
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
.... Done.
Locating Starting .nbh...

Should I be concerned or are they normal?

Thanks,
Steve
If you are starting with a clean kitchen, no. If you look inside "prepit.bat" here is what it is doing...


Code:
 
@REM
@REM Clean up anything prior
@REM
 
@echo Cleaning up prior runs....
 
@rd /s /q .\OEM
@rd /s /q .\SYS
@rd /s /q .\ROM
@rd /s /q .\Temp
@rd /s /q .\Temp2
@rd /s /q .\Output
@rd /s /q .\Logs

@mkdir .\Temp
@echo .... Done.
@echo Locating Starting .nbh...
With a clean kitchen and a new .nbh, it just can't delete the old directories is all. No worries...
__________________
If this post was helpfull, let me know by clicking Thanks!