Because of the way your are placing the command in the box you have 2 choices:
a) adb push "C:\Documents and Settings\Compaq_Owner\Desktop\Camer_16_Fix" /system/app
OR
b) copy the Camer_16_Fix to the same folder where ADB is and then run the command this way:
adb push Camer_16_Fix /system/app
The problem:
Because of the C:\Documents and Settings\Compaq_Owner\Desktop path, DOS will interpret that each word is a command, that's why you have to include the "" at the star and end because its the only way you cant tell the OS that you are dealing with one full string.
Choose what works for you best, and let us know.
__________________
----
"Perfection is my life goal, excellence will be tolerated."
|