after installing oracle in my system I can not edit txt files in dos ( command prompt )

link|improve this question
feedback

1 Answer

Assuming it has not be deleted (unlikely) your path may have been amended not to include your windows system32 directory which is where edit.com should be found

So %windir%\system32\edit.com should start it regardless of the path settings.

You can check/change your path on the Environment Variables section which is found on the Advanced tab of your System Properties. (ie Right-Click on My-Computer and select Properties)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.