Running a file

  • Thread starter Thread starter KiwiBrian
  • Start date Start date
K

KiwiBrian

My Agnitum Outpost says that there is a problem and I need to run
install.exe /u
then reboot followed by install.exe and another reboot.
Exactly how do I "run install.exe /u"?
I assume I select "Command Prompt" from Programs | Accessories but it
defaults to:-
C:\Documents and Settings\Brian
If I then enter the full path to the install file it does not accept it as
valid.

Any help would be appreciated.
Brian Tozer
 
KiwiBrian said:
My Agnitum Outpost says that there is a problem and I need to run
install.exe /u
then reboot followed by install.exe and another reboot.
Exactly how do I "run install.exe /u"?
I assume I select "Command Prompt" from Programs | Accessories but it
defaults to:-
C:\Documents and Settings\Brian
If I then enter the full path to the install file it does not accept
it as valid.

What if you CHANGE into thaat directory using the CD commands?
Long file/directory names with spaces must have quotes..

ie: C:\Documents and Settings\username\desktop\install.exe would have to be
run looking like this:

C:\> "C:\Documents and Settings\username\desktop\install.exe"

You can also just type that into the Start -> Run field.
 
Back
Top