Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 04-07-2008, 04:10 AM
david carvalho
Newsgroup Contributor
 
Posts: n/a
Editor in xp ms-dos window not responding

hi !
This windows xp home edition installed on a lab. It is basically only used
to run a assmbly compiler (NASM IDE).
when running this editor, wich opens a ms-dos window like edit.com, nothing
happens. the keyboard and mouse not respond on this window.
Since this application runs on the environment like the edit.com,
I've tested it too. Also, nothing happens with edit.com.
I've recover the edit.com from cd installation using expand edit.co_ but
it's still the same. Any ideas of what's causing this ?
thanks !

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 04-07-2008, 04:10 AM
  #2 (permalink)  
Old 04-07-2008, 05:50 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding


"david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in message
news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
> hi !
> This windows xp home edition installed on a lab. It is basically only
> used
> to run a assmbly compiler (NASM IDE).
> when running this editor, wich opens a ms-dos window like edit.com,
> nothing
> happens. the keyboard and mouse not respond on this window.
> Since this application runs on the environment like the edit.com,
> I've tested it too. Also, nothing happens with edit.com.
> I've recover the edit.com from cd installation using expand edit.co_ but
> it's still the same. Any ideas of what's causing this ?
> thanks !
>


Is this a recent problem? If so, use System Restore to fix it. If not
then try this:
- Reboot the machine in Safe Mode
- Click Start / Run / cmd {OK}
- Type this command ***verbatim***:
%SystemRoot%\System32\edit.com {Enter}
Report exactly what happens.

By the way, MS-DOS is a legacy operating system that was
introduced some 30 years ago. It is rarely used these days and
it does not exist under Windows XP. The black screen you're
thinking of is probably the Command Prompt.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-07-2008, 06:30 AM
david carvalho
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding

Hi !
thanks for the reply.
it worked on rescue mode, even that application (nasmIDE) that I was trying
to run.
i was avoiding to use system restore without knowing what caused this...
This pc is used by 3 different groups during classes....
Any ideas please ?
Thanks


"Pegasus (MVP)" wrote:

>
> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in message
> news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
> > hi !
> > This windows xp home edition installed on a lab. It is basically only
> > used
> > to run a assmbly compiler (NASM IDE).
> > when running this editor, wich opens a ms-dos window like edit.com,
> > nothing
> > happens. the keyboard and mouse not respond on this window.
> > Since this application runs on the environment like the edit.com,
> > I've tested it too. Also, nothing happens with edit.com.
> > I've recover the edit.com from cd installation using expand edit.co_ but
> > it's still the same. Any ideas of what's causing this ?
> > thanks !
> >

>
> Is this a recent problem? If so, use System Restore to fix it. If not
> then try this:
> - Reboot the machine in Safe Mode
> - Click Start / Run / cmd {OK}
> - Type this command ***verbatim***:
> %SystemRoot%\System32\edit.com {Enter}
> Report exactly what happens.
>
> By the way, MS-DOS is a legacy operating system that was
> introduced some 30 years ago. It is rarely used these days and
> it does not exist under Windows XP. The black screen you're
> thinking of is probably the Command Prompt.
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-07-2008, 07:00 AM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding

The fact that it works in Safe Mode indicates that the
problem is caused by something that is loaded in Normal
Mode. I can see two options for you:

a) Use System Restore to fix the problem. This is a safe
method that is fully reversible.
b) Run msconfig.exe and disable the various tasks under
the Startup tab until you find the culprit. This will take
quite some time because you have to reboot the PC
many times.


"david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in message
news:C377F739-D55E-4094-82FA-A39446DDC13C@microsoft.com...
> Hi !
> thanks for the reply.
> it worked on rescue mode, even that application (nasmIDE) that I was
> trying
> to run.
> i was avoiding to use system restore without knowing what caused this...
> This pc is used by 3 different groups during classes....
> Any ideas please ?
> Thanks
>
>
> "Pegasus (MVP)" wrote:
>
>>
>> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in
>> message
>> news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
>> > hi !
>> > This windows xp home edition installed on a lab. It is basically only
>> > used
>> > to run a assmbly compiler (NASM IDE).
>> > when running this editor, wich opens a ms-dos window like edit.com,
>> > nothing
>> > happens. the keyboard and mouse not respond on this window.
>> > Since this application runs on the environment like the edit.com,
>> > I've tested it too. Also, nothing happens with edit.com.
>> > I've recover the edit.com from cd installation using expand edit.co_
>> > but
>> > it's still the same. Any ideas of what's causing this ?
>> > thanks !
>> >

>>
>> Is this a recent problem? If so, use System Restore to fix it. If not
>> then try this:
>> - Reboot the machine in Safe Mode
>> - Click Start / Run / cmd {OK}
>> - Type this command ***verbatim***:
>> %SystemRoot%\System32\edit.com {Enter}
>> Report exactly what happens.
>>
>> By the way, MS-DOS is a legacy operating system that was
>> introduced some 30 years ago. It is rarely used these days and
>> it does not exist under Windows XP. The black screen you're
>> thinking of is probably the Command Prompt.
>>
>>
>>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 04-07-2008, 07:10 AM
david carvalho
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding

Hi !
I'll try that.
thanks !


"Pegasus (MVP)" wrote:

> The fact that it works in Safe Mode indicates that the
> problem is caused by something that is loaded in Normal
> Mode. I can see two options for you:
>
> a) Use System Restore to fix the problem. This is a safe
> method that is fully reversible.
> b) Run msconfig.exe and disable the various tasks under
> the Startup tab until you find the culprit. This will take
> quite some time because you have to reboot the PC
> many times.
>
>
> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in message
> news:C377F739-D55E-4094-82FA-A39446DDC13C@microsoft.com...
> > Hi !
> > thanks for the reply.
> > it worked on rescue mode, even that application (nasmIDE) that I was
> > trying
> > to run.
> > i was avoiding to use system restore without knowing what caused this...
> > This pc is used by 3 different groups during classes....
> > Any ideas please ?
> > Thanks
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in
> >> message
> >> news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
> >> > hi !
> >> > This windows xp home edition installed on a lab. It is basically only
> >> > used
> >> > to run a assmbly compiler (NASM IDE).
> >> > when running this editor, wich opens a ms-dos window like edit.com,
> >> > nothing
> >> > happens. the keyboard and mouse not respond on this window.
> >> > Since this application runs on the environment like the edit.com,
> >> > I've tested it too. Also, nothing happens with edit.com.
> >> > I've recover the edit.com from cd installation using expand edit.co_
> >> > but
> >> > it's still the same. Any ideas of what's causing this ?
> >> > thanks !
> >> >
> >>
> >> Is this a recent problem? If so, use System Restore to fix it. If not
> >> then try this:
> >> - Reboot the machine in Safe Mode
> >> - Click Start / Run / cmd {OK}
> >> - Type this command ***verbatim***:
> >> %SystemRoot%\System32\edit.com {Enter}
> >> Report exactly what happens.
> >>
> >> By the way, MS-DOS is a legacy operating system that was
> >> introduced some 30 years ago. It is rarely used these days and
> >> it does not exist under Windows XP. The black screen you're
> >> thinking of is probably the Command Prompt.
> >>
> >>
> >>

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 04-07-2008, 10:00 AM
david carvalho
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding

Hi !
I've compared all the services and parameters in msconfig with the
problematic pc and another one, and the settings are exactly the same.
So at this pois I still have no idea why I can only use edit.com in safe
mode.....
The application I'm trying to run (nasmIDE) has a builtin text clock
(because it uses the widows text mode). I've noticed that it hangs. Not even
a second passes.
So I don't think that this is a keyboard/mouse input issue....something is
preventing it from running....


"Pegasus (MVP)" wrote:

> The fact that it works in Safe Mode indicates that the
> problem is caused by something that is loaded in Normal
> Mode. I can see two options for you:
>
> a) Use System Restore to fix the problem. This is a safe
> method that is fully reversible.
> b) Run msconfig.exe and disable the various tasks under
> the Startup tab until you find the culprit. This will take
> quite some time because you have to reboot the PC
> many times.
>
>
> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in message
> news:C377F739-D55E-4094-82FA-A39446DDC13C@microsoft.com...
> > Hi !
> > thanks for the reply.
> > it worked on rescue mode, even that application (nasmIDE) that I was
> > trying
> > to run.
> > i was avoiding to use system restore without knowing what caused this...
> > This pc is used by 3 different groups during classes....
> > Any ideas please ?
> > Thanks
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in
> >> message
> >> news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
> >> > hi !
> >> > This windows xp home edition installed on a lab. It is basically only
> >> > used
> >> > to run a assmbly compiler (NASM IDE).
> >> > when running this editor, wich opens a ms-dos window like edit.com,
> >> > nothing
> >> > happens. the keyboard and mouse not respond on this window.
> >> > Since this application runs on the environment like the edit.com,
> >> > I've tested it too. Also, nothing happens with edit.com.
> >> > I've recover the edit.com from cd installation using expand edit.co_
> >> > but
> >> > it's still the same. Any ideas of what's causing this ?
> >> > thanks !
> >> >
> >>
> >> Is this a recent problem? If so, use System Restore to fix it. If not
> >> then try this:
> >> - Reboot the machine in Safe Mode
> >> - Click Start / Run / cmd {OK}
> >> - Type this command ***verbatim***:
> >> %SystemRoot%\System32\edit.com {Enter}
> >> Report exactly what happens.
> >>
> >> By the way, MS-DOS is a legacy operating system that was
> >> introduced some 30 years ago. It is rarely used these days and
> >> it does not exist under Windows XP. The black screen you're
> >> thinking of is probably the Command Prompt.
> >>
> >>
> >>

>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 04-07-2008, 12:50 PM
Rock
Newsgroup Contributor
 
Posts: n/a
Re: Editor in xp ms-dos window not responding

"david carvalho" <davidcarvalho@discussions.microsoft.com> wrote

> Hi !
> I've compared all the services and parameters in msconfig with the
> problematic pc and another one, and the settings are exactly the same.
> So at this pois I still have no idea why I can only use edit.com in safe
> mode.....
> The application I'm trying to run (nasmIDE) has a builtin text clock
> (because it uses the widows text mode). I've noticed that it hangs. Not
> even
> a second passes.
> So I don't think that this is a keyboard/mouse input issue....something is
> preventing it from running....
>
>
> "Pegasus (MVP)" wrote:
>
>> The fact that it works in Safe Mode indicates that the
>> problem is caused by something that is loaded in Normal
>> Mode. I can see two options for you:
>>
>> a) Use System Restore to fix the problem. This is a safe
>> method that is fully reversible.
>> b) Run msconfig.exe and disable the various tasks under
>> the Startup tab until you find the culprit. This will take
>> quite some time because you have to reboot the PC
>> many times.
>>
>>
>> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in
>> message
>> news:C377F739-D55E-4094-82FA-A39446DDC13C@microsoft.com...
>> > Hi !
>> > thanks for the reply.
>> > it worked on rescue mode, even that application (nasmIDE) that I was
>> > trying
>> > to run.
>> > i was avoiding to use system restore without knowing what caused
>> > this...
>> > This pc is used by 3 different groups during classes....
>> > Any ideas please ?
>> > Thanks
>> >
>> >
>> > "Pegasus (MVP)" wrote:
>> >
>> >>
>> >> "david carvalho" <davidcarvalho@discussions.microsoft.com> wrote in
>> >> message
>> >> news:32758AFD-5207-4B90-BD47-106F9A0D5282@microsoft.com...
>> >> > hi !
>> >> > This windows xp home edition installed on a lab. It is basically
>> >> > only
>> >> > used
>> >> > to run a assmbly compiler (NASM IDE).
>> >> > when running this editor, wich opens a ms-dos window like edit.com,
>> >> > nothing
>> >> > happens. the keyboard and mouse not respond on this window.
>> >> > Since this application runs on the environment like the edit.com,
>> >> > I've tested it too. Also, nothing happens with edit.com.
>> >> > I've recover the edit.com from cd installation using expand edit.co_
>> >> > but
>> >> > it's still the same. Any ideas of what's causing this ?
>> >> > thanks !
>> >> >
>> >>
>> >> Is this a recent problem? If so, use System Restore to fix it. If not
>> >> then try this:
>> >> - Reboot the machine in Safe Mode
>> >> - Click Start / Run / cmd {OK}
>> >> - Type this command ***verbatim***:
>> >> %SystemRoot%\System32\edit.com {Enter}
>> >> Report exactly what happens.
>> >>
>> >> By the way, MS-DOS is a legacy operating system that was
>> >> introduced some 30 years ago. It is rarely used these days and
>> >> it does not exist under Windows XP. The black screen you're
>> >> thinking of is probably the Command Prompt.


Even though the items may be the some it's one of those in the problem
computer that is the issue. You need to eliminate them one by one to
isolate the problem

How to Troubleshoot By Using the Msconfig Utility in Windows XP
http://support.microsoft.com/?id=310560

How to perform advanced clean-boot troubleshooting in Windows XP
http://support.microsoft.com/?id=316434

How to perform a clean boot in Windows XP
http://support.microsoft.com/?id=310353

--
Rock [MS-MVP]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
wmv editor Kevin J. Nielsen Windows XP 1 01-17-2008 01:41 AM
Copy Editor or Senior Copy Editor TPC Tablet PC Jobs 0 10-26-2007 01:40 PM
IE Not Responding When Opening Second Window Amber H Internet Explorer 1 10-05-2007 11:00 PM
very slow cursor in CMD window w/Text editor? Michael C. Windows XP 24 01-04-2007 06:30 AM
How get Window Desktop Search window to open full size? Andy Windows XP 3 01-04-2007 02:10 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 02:49 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0