16bit Command Line Application Ignores Keyboard Input

Feb 19, 2009

Our company has a 16bit command line application that works fine under XP and was working fine under Vista until, we believe, service pack 1 was installed. The program works initially to accept keyboard input but seems to ignore any keyboard input after a few minutes of the PC being left with no activity. We have tested this on Windows Vista and Windows 7 and have exactly the same issue. We have created a very basic program that would allow you to type characters and exit when Enter is pressed. I have narrowed the time delay before the program freezes down to about 4 minutes of inactivity. This will cause the program to not respond to any key presses on the keyboard and has to be closed by clicking on the x in the top right corner.

I am wondering if anyone else is having this issue and also if there is a fix for this? (Perhaps a registry key timeout setting?) Below is a copy of the source code we used for our simple program. The program is written in Microsoft C version 5. We are using an Int 16h Function 00h BIOS call to read the keyboard character.

View 5 Replies


ADVERTISEMENT

How To Install 16bit Application

Oct 30, 2009

I am trying to install a 16bit application on to Windows Vista home basic 32bit OS. How would i make this work?

View 4 Replies View Related

FDisk Command Doesn't Work From A Command Line Start

Mar 12, 2009

I am writing to this Forum in desperation because I cannot find any way to get in touch by email with Windows Live OneCare even though I am a paid subscriber. I have NOT had a good experience of MS tech support. After 18 months of endless problems with Windows VISTA Ultimate Edition V 6001 I now wish to reformat my computer and get RID of it altogether, replacing it with System 7 for which I have a serial number and a beta download from the recent Microsoft online download offer.

As VISTA seems to have eleminated DOS altogether and the old FDisk command doesn't work from a command line start, I have tried to reformat from my OEM Vista Ultimate Edition re-installation DVD which I am certain used to offer me reformat and partitioin delete as the first options but that no longer seems to offer me any reformat option at all and not only instists only on re-installing VISTA (which I no longer want) but leaves the old installation in a directory renamed "WindowsOld" which VISTA will then not allow me to delete....

View 4 Replies View Related

Command Line Ren (Rename) Command Broken?

May 17, 2008

I'm having trouble with the REN command with wild cards as used from the command prompt. For example, in the REN command help, it says: "For example, if you had files that are named smitha.doc, smithb.doc, and smithc.doc, you could use the ren smith*.doc smythe*.doc command. All file names automatically show the new spelling, and are renamed smythea.doc, smytheb.doc, and smythec.doc.".........

View 5 Replies View Related

Cockeyed Keyboard Input

May 16, 2009

I cant get certain characters to input from my keyboard. eg quote marks input as ? single quote gives me ? question mark returns ? right arrow " left arrow ' lots of others errors Can I fix

View 4 Replies View Related

No Keyboard / Mouse Input After Bios Screen

Aug 12, 2009

I tried to search for a solution for this problem but i dont know how to word the query. So i restart my machine and every things going good video display and i can press del to get into the bios, i can move around in there and change whatever. Once vista loads the keyboard and mouse still are receiving power (lights are still on) but are non responsive. Ive tried reseting the cmos and puting everything back to defaults in the bios menu but to no avail. The weird thing is that it happened out of no where. It was working fine and my roommate (and i believe him) came home turned it on to find these problems. Its seems like all my onboard input/output connectors are not working.

View 4 Replies View Related

Command Line: Scanner

May 29, 2008

I'm after a program that will log exactly what my computer is doing and how, so if i open a program it will show me "start devmgmt.msc" for when device manager is opened, or something like that, as I am into doing my little batch files (as we all do ) - Does anyone know if a piece of software exists?

View 5 Replies View Related

X64 Command Line Tools

Feb 16, 2010

I'm looking for a native x64 command line tool that can display the amount of free RAM. It has to be a true x64 tool. Does anyone know one? My google searches brought up nothing.
Edit: I finally found what I was looking for. RamStatus is the tool that helped me out.

View 0 Replies View Related

Win Explorer Command Line Switches

Oct 7, 2009

What can I put in Windows Explorer's command line to enable me to view all of my hard drives when it initially opens?

View 9 Replies View Related

Command Line Switch Exe Embeding?

Sep 9, 2009

I use a program called "Texmod" for a number of games to modify their textures. One game I am recently playing, however, requires that a command line switch be used to run the game client exe directly. Texmod doesn't support command line switching through it's own, so the game client refuses to work. Is there anyway (via Windows options or a third-party application) I can embed/hardcode the command line switch into the exe permanatly, so if the exe is ran, it'll always force load the command line switch?

View 6 Replies View Related

Using BGInfo Command Line Parameters

May 18, 2010

I've read the Help file in BGInfo - but can't figure out how to use Command Line Parameters. When I click on my startup icon, I would like to invoke certain parameters. The line I came up with is: "C:Program FilesBGInfoBgInfoBginfo.exe /timer:99 /popup /taskbar /rtf:C:DATABGINFO /nolicprompt" Obviously, this is wrong. My Target line reads: "C:Program FilesBGInfoBgInfoBginfo.exe". My Start in line reads: "C:Program FilesBGInfoBgInfo"

what, exactly, should go in each line. I would also like to add lines of information to BGInfo - but that question will come after I get the above working.

View 5 Replies View Related

GUI Vs Command Line Disc Defragmenter

Aug 22, 2009

I bought an Acer Aspire 6530 last week. I noticed whenever I go to the GUI disk defragmenter (My Computer>Right click C:>Properties>Tools>Degfragmentation) that it ALWAYS says I need to defrag the drive even after I did did one. But when I do the command line defrag (Start>All Programs>Accessories, says I don't need to. This happens everytime even after I run the defragmenter. So why does
the GUI one says I need to while the command line one says I dont. Isnt the GUI and Command Line one basically the same?

View 4 Replies View Related

Need To Restore Permissions In Command Line

Sep 29, 2008

I messed with the ownership and permission settings of my windows directory and now, even the system doesnt have permission to access the files...so vista doesnt start up... is there a way to open command prompt without starting up vista and use the icacls command to restore the permissions?Also, if i use my vista boot cd and repair my vista installation, will it delete my files?

View 4 Replies View Related

Configure IP Address And DNS From Command Line

Nov 23, 2009

The IP address of your computer can be set from the command prompt by running the following commands at an administrative level prompt:

netsh interface ip set address name="Local Area Connection" static 123.123.123.123 255.255.255.0 123.123.123.1 1

Local Area Connection is the name of the adapter you want to modify. In single NIC systems it is normally called Local Area Connection....

View 0 Replies View Related

Documenting The Command Line That UAC Attempts To Launch

May 21, 2009

Is there a way to set UAC to capture or log the entire command line of a program including all switches that is requesting elevation? I have an unknown potentially suspicious program that is requesting elevation and I am unable to see the entire command line or path to the binary to investigate it. To be safe, I have declined running the program, and briefly examined the Windows event logs but have not been able to find the details I am looking for.

As a temporary work-around, I am going to connect via remote desktop to take a screenshot of the UAC prompt, but this only gives me part of the command since the display dialog cuts of the text.

View 7 Replies View Related

Internet Explorer 7 Command Line Arguments

Jan 19, 2007

Internet Explorer has a few useful and cool command line arguments that may help you depending on how you use your computer:
Start IE7 and go to a specific website ....

View 0 Replies View Related

Windows Defender Command Line Utility / Mp Telemetry

Sep 16, 2009

View Details:
Problem signature
Problem Event Name: MpTelemetry
Problem Signature 01: 8024402c
Problem Signature 02: EndSearch
Problem Signature 03: Search
Problem Signature 04: 1.1.1505.0
Problem Signature 05: MpSigDwn.dll
Problem Signature 06: 1.1.1505.0
Problem Signature 07: Windows Defender
OS Version: 6.0.6000.2.0.0.768.2
Locale ID: 7177

I tried the following fix:

1. Open Internet Explorer.
2. On the Tools menu, click Internet Options.
3. Click the Connections tab, click LAN Settings, and then click Advance.
4. Delete any entry in the Exceptions section.
5. Quit Internet Explorer.
6. Click Start, click Run, type cmd, and then click OK.
7. Type the following commands. Press ENTER after each command.
o proxycfg -d
o net stop wuauserv
o net start wuauserv

[No's 5 through 7 - Where is 'Run'?]

but came unstuck as follows: On clicking LAN settings - advanced is greyed out. I tried ticking the Use a proxy server ... and clicked advanced but was then asked for settings.........

View 9 Replies View Related

Starting To Like When This Happened: Open Certain Control Panel Functions From The RUN Command Line Or Through The MMC Console Itself

Jan 18, 2009

I've been getting this error message when I try to open certain control panel functions from the RUN command line or through the MMC console itself. Other functions like performance information, user accounts and parental controls don't respond when clicked. Windows update might flash up the beginnings of a window for a split second but wont load. I've got the update icon on my task bar saying it cant update. Other than some key function being inaccessible the PC runs fine (apart form Firefox has started crashing out every now again) I can install software ok.

I've run the SVG /scannow thing and it found no problem Its my home PC sp I am setup as administrator. This problem is effecting another vanilla admin account AND the hidden Admin account. I've virus scanned in safe mode. System restore went through the motions but after it had restarted the PC it said it couldn't actually restore........

View 9 Replies View Related

Run Application Located In Network Share From Command Prompt...

May 8, 2008

I am running Vista Business Edition I have a shared folder c:share on my hard drive, and I mapped that to my z: Now from command prompt which is launched with Admin privileges, i am not able to run any application located in Z:. for example Z:
est.exe...It gives an error - System cannot find the drive specified. How should i resolve this or in vista, we cant run any application located in network share from command prompt?

View 6 Replies View Related

Programming Keyboard Keys: 'browse' To The Command Vista Uses To Shutdown

Mar 30, 2010

I just got my hands on a MS 3000 wireless keyboard. This thing is nice. Anyway you can program/reset just about all the keys. My wired keyboard had a power button, this one has no power button...you know that you can shutdown windows with a push of a button. Well, since I can reassign keys I need to 'browse' to the command vista uses to shutdown. Any one know it ?

View 9 Replies View Related

Explorer Window Showing Different Filenames Than The Command Line Window

Mar 25, 2008

Can anyone explain this: 3219. The screenshot shows the folder view (in Windows Explorer), and a directory listing (in a Command Line window). Why is the Explorer window showing different filenames than the command line window? It's not so much of an issue, as I'm currently completing a scheduled backup of this drive using Nero Burning ROM, and will be formatting it soon.

View 5 Replies View Related

Does Not Have DVI Input It Just Has The SVGA Input For A Monitor

Aug 17, 2008

My mobo does not have a DVI input it just has the SVGA input for a monitor. Would I see a difference weather it be big or small useing a SVGA to DVI adapter? Would it be worth my spending that $25.00 for the adapter.

View 7 Replies View Related

Make A Command Prompt Run A Command As Soon As It Opens?

Nov 16, 2008

I've been trying to figure out how to make a command prompt run a command line as soon as the box comes up.

I need this to happen all from one command line. A command prompt needs to open with "echo hi" being ran as a command line.

View 9 Replies View Related

Windows Mail Command "The Command Failed To Execute"

Jun 11, 2009

All of a sudden when I try to open attachments I get "The Command Failed To Execute" I hate Vista it gets worse and worse. They must have expected big problems as they uped their charges for help and when it crashes it now says do you want to return to your orginial site?

View 9 Replies View Related

A-Z360 Amp Has A DAT Input.

Apr 1, 2009

Could I plug a s/pdif coaxial into the DAT input from my soundcards s/pdif coaxial out? The amp has an optical in toslink also but the onboard sound from my motherboard only has a s/pdif coaxial out. It's a digital amplifier even tho it's an old amp. It's in great condition and sounds just as good as it looks for it's age. I think it would do a better job than the onboard sound if i passed it through to the amp to deal with.

View 5 Replies View Related

No Video Input

Sep 22, 2009

Yesterday i downloaded the new drivers(9.9 DD and CCC) for my radeon hd 4870x2 and before installing i decided to uninstall the existing ones. Through the wizard I selected uninstall then quick option. It required a restart but I manually restarted later and noticed that the monitor is not displaying anything after windows boot up is complete.(BIOS and windows loading bar is displayed properly) How can i get the image on my monitor?

View 6 Replies View Related

Always Ask Input UserID And Password

May 30, 2008

I use Vista Windows Mail as mail client.

I face the problem in POP3 mail accout that it already pop up asking for
user name and password for receiving and sending email every serveral days.

Even, I input the userID and password. It still pop up again and again.

I need to remove the POP3 mail accout and re-add it again return normal.
However, it happen again few days onward.

View 9 Replies View Related

Unable Get Password Input

Mar 21, 2010

i am unable to get to password input. i am stuck at the loading screen with the little bars scrolling through....that is the furthest i have gotten.when i try and boot from safe mode it starts normally, stops midway, blue screen. when i try to boot from vista disk i get to the vista background and thats it

View 9 Replies View Related

Loading Bar Screen: No Input Available

Feb 7, 2008

List of Parts:G. Skill 4x2gb DDR2 PC2-8000 ram Intel Quad Core 2.4Ghz cpu Gigabyte GA-X38-DS4 motherboard BFG Tech 8800 GTS (G92) gpu thermaltech toughpower 700w psu Western Digital Caviar WD2500 hd Chi Mei 22" LCD Sound Blaster Audigy SE sound card LiteOn optical drive Problems started today when i tried to turn on my computer, im running Vista Home Premium x64. The loading bar screen would show up and then after that it would go black like usual, but then my monitor would show that there was no input available and the computer would hang in this state forever. Any suggestions? I know a new HD would probably fix it all but im not sure i really want to spend all the money, literally just built this baby 2 weeks ago!

View 7 Replies View Related

Reducing Volume With No Input

Oct 5, 2009

I have a Dell Inspiron 1525 running Vista Home Premium 32 bit. Three days ago the computer began reducing the volume to zero on the sound mixer. When I raise the volume the slider returns to zero.

View 4 Replies View Related

Enable Input Monitor

Sep 13, 2009

Does anyone know how to get this to work with auzentech x-fi forte so that I can unmute line in and run my 360 through my speakers?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved