Quote:
Originally Posted by spetrillo
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...