cannot call ftp on dos prompt

L

leo

How can I resolve this error:

'ftp' is not recognized as an internal or external command,
operable program or batch file.
 
D

David Candy

See if you can find it on your disk. If not expand it from the CD by typing msconfig in Start Run.
 
G

Guest

I get the same message for any command line such as ping,
ipconfig, net start/stop etc. There is something I need to
change in my path variable but I cannot recall what.

Thanks,
Leo
-----Original Message-----
See if you can find it on your disk. If not expand it
from the CD by typing msconfig in Start Run.
message news:[email protected]...
 
D

Dave Patrick

Control Panel|System|Advanced|Environment Variables|System Variables and
make sure that "Path" has
%SystemRoot%\system32;%SystemRoot%
at least somewhere in the string.

Else check that "Path"
found at
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
is a type Reg_Expand_Sz string and not type Reg_Sz

You can run Programs|Accessories|System Tools|Backup, then choose ERD, then
if you check the box for "Also backup....", then the reg will also be backed
up to
%windir%\repair\RegBack
leaving the
%windir%\repair\
directory files intact as original installation.

Then close all programs, run regedit, navigate to
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
rename the Reg_Sz string "Path" to "Pathx" Then run regedt32, navigate to
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
double-click on Pathx, then right-click|Copy the string then from the menu;
Edit|Add Value
Value Name:=Path
Data Type:=REG_EXPAND_SZ
OK
then paste the string (copied from Pathx) in the string editor text box.
OK
Should be ok to delete the old value "Pathx" Close regedit, and regedt32,
restart for effect.


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


|I get the same message for any command line such as ping,
| ipconfig, net start/stop etc. There is something I need to
| change in my path variable but I cannot recall what.
|
| Thanks,
| Leo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top