PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Setup batch file error message

Reply

batch file error message

 
Thread Tools Rating: Thread Rating: 3 votes, 5.00 average.
Old 30-06-2003, 06:38 PM   #1
Loraine
Guest
 
Posts: n/a
Default batch file error message


I just loaded some applications that we use for our
machines and when I reboot on Windows 2000, I am getting
an error message for a 'c:\buildbu.bat' file that reads:

'Cannot find the file 'c:\buildbu.bat' (or one of its
components). Make sure the path and filename are correct
and that all required libraries are available.'

Where can I get this file?...I did not delete it, so I
don't know how this happened. I got this message the same
day I received the computer and completed the OS setup
when you first turn on the computer.

Any feedback on this would help me.

Thank you,
Loraine




  Reply With Quote
Old 30-06-2003, 07:24 PM   #2
Dave Patrick
Guest
 
Posts: n/a
Default Re: batch file error message

Start\Settings\Control Panel\Administrative Tools\Computer
Management(Local)\System Information\Software Environment\Startup
Programs|View|Advanced, then in the "Location" column, you'll find the path
to the "Startup" location either in the "Startup" directories or from the
registry's "Run" keys.

%ALLUSERSPROFILE%\Start Menu\Programs\Startup
%USERPROFILE%\Start Menu\Programs\Startup

You can delete the shortcuts that you no longer want to run.


HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

You can delete the string value for the program you no longer want to run.


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

"Loraine" wrote:
> I just loaded some applications that we use for our
> machines and when I reboot on Windows 2000, I am getting
> an error message for a 'c:\buildbu.bat' file that reads:
>
> 'Cannot find the file 'c:\buildbu.bat' (or one of its
> components). Make sure the path and filename are correct
> and that all required libraries are available.'
>
> Where can I get this file?...I did not delete it, so I
> don't know how this happened. I got this message the same
> day I received the computer and completed the OS setup
> when you first turn on the computer.
>
> Any feedback on this would help me.
>
> Thank you,
> Loraine
>
>
>
>



  Reply With Quote
Old 28-07-2003, 04:25 AM   #3
Dellos
Guest
 
Posts: n/a
Default Re: batch file error message

I have a Windows XP Pro install on a Dell Inspiron 2650. I found the
buildbu.bat file in my root directory. It is three lines long:

del c:\dell\bldbubg.exe
del c:\mfg\bldbubg.exe
del c:\buildbu.bat


It looks like a cleanup script used to take out files used at the
first boot. The last line has this batch file delete itself every time
it is run. Either your system did not originally create this file or
it created the file, ran it (so it deleted itself), and forgot that it
ran it. Recreating this batch file may solve your problem, but be sure
to copy the two other files in case deleting them causes problems.

Dellos
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off