"Nylex" <(E-Mail Removed)> wrote in message
news:0AB23293-4B85-424F-8134-(E-Mail Removed)...
> When I click the "Command Prompt" a new window opens as it is supposed to
>
> I have certain "Batch" Files that do a lot of my work automatically
>
> When I needed to make alterations I used to type in "Edit TransferOne.bat"
> and the file would open up and I could make alterations
>
> Save the file and then everything would work fine from a "Shortcut on the
> Desktop"
>
> Last week I went to the "Command Prompt" to make an alteration and it says
> the
>
>
> Microsoft Windows XP [Version 5.1.2600]
> (C) Copyright 1985-2001 Microsoft Corp.
>
> c:\>edit TransferOne.bat
> 'edit' is not recognized as an internal or external command,
> operable program or batch file.
>
> c:\>
>
> I did some other functions and "Type" or "More" does not work either
>
>
> I dont know when they stopped working as it is not a function I use often
>
> I checked on my DeskTop and they still work there - just not on my LapTop
This usually means that the path variable has changed and no longer includes
the windows\system32 folder, where those apps and commands live.
At a command prompt, type "set" or "path" and you will likely see that the
path doesn't have this.
Right-click on My Computer, then Properties, then Advanced and finally
Environment Variables. In the lower section, where it says "system
variables", click on Path and choose Edit, then add this, preferably at the
start:
%SystemRoot%\system32
Click OK back to the desktop. The commands should work now.
HTH
-pk
|