"Cannot find file" (ntvdm problems) - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: "Cannot find file" (ntvdm problems) (/showthread.php?tid=75803) "Cannot find file" (ntvdm problems) by pollolibredegrasa on 07-02-2007 at 10:47 AM
I seem to have a problem running certain .exe files... RE: "Cannot find file" by AngelDevil on 07-02-2007 at 11:04 AM NTVDM.exe is the Windows NT Virtual DOS Machine!! If you have deleted it, how you can now load DOS programs?? RE: RE: "Cannot find file" by pollolibredegrasa on 07-02-2007 at 11:07 AM
quote:Re-read my original post: quote: RE: "Cannot find file" by AngelDevil on 07-02-2007 at 11:11 AM
Yes I have read it after posting, and I was going to edit but i was searching anything about this problem in italian forums before edit.. RE: "Cannot find file" by pollolibredegrasa on 07-02-2007 at 11:43 AM
OK, I just copied the NTVDM files from my laptop onto my PC and thats seems to have solved it. Windows appears to have restored the wrong version of the files after I deleted them, and now the "cannot find file" error is solved. RE: "Cannot find file" by AngelDevil on 07-02-2007 at 11:49 AM It's a feature of the WOW (Windows On Windows, the environment for Windows 16 bit applications).. the cpu usage when it is running is always at 100%... if you use QBasic and others DOS programs, you need to have it... RE: "Cannot find file" by pollolibredegrasa on 07-02-2007 at 11:53 AM It never did it before. I can't use my computer at all when running QBasic now, it just slows to a crawl and takes about a minute to move the mouse from one side of the screen to the other. It definitely did not do that last time I used it, nor does it do that at the computers at College... RE: "Cannot find file" (ntvdm problems) by Jarrod on 07-02-2007 at 12:39 PM re-download qbasic and if that doesnt help write all your code in notepad save a *.bas and complile in qbasic RE: "Cannot find file" (ntvdm problems) by andrewdodd13 on 07-03-2007 at 10:07 AM
I would have said, if it hadn't been doing this before, that it's QBasic was written for DOS, and likely didn't use the idle-loop, ie it just ran inside a FOR ... break; or WHILE (user doesn't chose exit) loop - because this would use 100% CPU usage. (DOS didn't care/know about ACPI/APM, etc. without drivers). |