just take a screw driver and short out the two leads of the BIOS battery where they are soldered to the motherboard. This will clear your BIOS. On a side note, I have seen the AMD processors fail, a lot. So you may want to try a test processor, just make sure that the year on the processor that youRead more
just take a screw driver and short out the two leads of the BIOS battery where they are soldered to the motherboard. This will clear your BIOS. On a side note, I have seen the AMD processors fail, a lot. So you may want to try a test processor, just make sure that the year on the processor that you test with is the same as the original.
Have you tried just plugging in the USB keyboard? Note that you may need to plug it directly into a USB port built into the laptop - in may not work in a port in a hub. I worked on an Acer laptop that is a little over 3 years old. I found a free Service Manual for it on the web , and in that it statRead more
Have you tried just plugging in the USB keyboard? Note that you may need to plug it directly into a USB port built into the laptop – in may not work in a port in a hub.
I worked on an Acer laptop that is a little over 3 years old.
I found a free Service Manual for it on the web , and in that it stated a USB keyboard will work if you plug one in, including while booting, if there’s nothing else wrong of course.
On that model, if you wanted to remove the keyboard, you unsnap a small panel on the top of the laptop base next to the screen, then two screws that hold down the keyboard you need to remove are obvious, then you unplug the cable under the keyboard, however, it’s a ribbon cable with no connector on the end, just wire ends with solder on them, and it’s difficult to plug it back into the very narrow slot it plugs into.
If your built in keyboard is malfunctioning, they are a frequently replaced item and relatively inexpensive and plentiful on the web – you need the part number that’s probably on the bottom side of the keyboard to find the right one on the web. ……..
If you spilled liquid on the laptop, there is probably more damage than the keyboard doesn’t work properly. You ALWAYS should remove the main battery and the AC adapter connection immediately after spilling liquid on it, get a Service Manual, open up the laptop and clean up all liquid found. If you spilled onto the keyboard, you MAY be able to rinse off the keyboard when it has been removed, then dry that, and it MAY work fine, but I very much doubt that. Or – laptop repair places frequently do this kind of thing, and can analyze the laptop afterwards and tell you what needs to be replaced. ……..
If you have dropped the laptop, it’s likely there may be more damage than just the built keyboard doesn’t work properly. The Acer model I worked on was dropped. The built in display, the keyboard, and all of the three USB ports do not work. It boots Vista fine, I can get a display on a monitor plugged into the VGA port, but I can’t get past the logon screen. I took it apart and found evidence that it had been dropped, but nothing obvious wrong otherwise. It probably needs another mboard, new or used, possibly other parts.
As nobody but me answered it looks as if not many people use that program on here. Your best bet would be to post it here:http://www.neowin.net/forum/topic/9...If two of you are having the same problem it sounds like there might be some sort of bug in the program or it is creating a conflict.PleaseRead more
As nobody but me answered it looks as if not many people use that program on here. Your best bet would be to post it here: http://www.neowin.net/forum/topic/9… If two of you are having the same problem it sounds like there might be some sort of bug in the program or it is creating a conflict.
I think you want "instrrev" function. Here's a "simple sample", saved as 'juniper.vbs':set fso=createobject("scripting.filesystemobject")a=fso.opentextfile("juniper.vbs",1).readalllines=2c=0p2=-1do while c<=linesp=instrrev(a,vbcrlf,p2)p1=p2p2=pc=c+1loopwscript.echo mid(a,p2+2,p1-p2-2)wscript.quitRead more
I think you want “instrrev” function. Here’s a “simple sample”, saved as ‘juniper.vbs’:
set fso=createobject(“scripting.filesystemobject”) a=fso.opentextfile(“juniper.vbs”,1).readall lines=2 c=0 p2=-1 do while c<=lines p=instrrev(a,vbcrlf,p2) p1=p2 p2=p c=c+1 loop wscript.echo mid(a,p2+2,p1-p2-2) wscript.quit ‘———– end script Of course, vbcrlf might be any other newline chars other than “standard” crlf fixed my sloppy code, just for reference only… Mainly cause, like you, I hate to leave loose ends and defective code posted here. I just saved the next-to-last crlf into p1 and used that as basis of the number of bytes to deliver off of p2. It was while solving a similar problem a few years back, that I stumbled on instrrev in vbscript help file.
This will give you some idea what you are up against but this is a complete dismantle so you won't need to go that far - just to reach the ends of the cable:https://www.youtube.com/watch?v=g0k...Always pop back and let us know the outcome - thanks
This will give you some idea what you are up against but this is a complete dismantle so you won’t need to go that far – just to reach the ends of the cable: https://www.youtube.com/watch?v=g0k…
Always pop back and let us know the outcome – thanks
You will have to do this first. You need to find out how you are supposed to return your computer's data back to the way it was new. Either you have to make disks, or there is a hidden file (partition) or you have to buy disks. You really need to know that before you have to use them. Once you haveRead more
You will have to do this first. You need to find out how you are supposed to return your computer’s data back to the way it was new. Either you have to make disks, or there is a hidden file (partition) or you have to buy disks. You really need to know that before you have to use them.
Once you have them you may be able to install a 32 bit OS.
It may be that in some future date the 64 bit OS will be supported. It is also possible that we can figure out some way to get this to work.
One idea is to use a Virtual Machine. VMplayer is a way to run two operating systems at the same time. It may be good enough to run a usb device correctly. You would need a copy of a 32 bit os to run. Windows 95 to Windows 7 all may work but I’d consider XP. There may be other ways that might work too.
If you want to keep trying send me a Private Messaage and we may be able to get it working.
I support the ‘Everybody Draw Mohammed Day’. A religion doesn’t deny my freedom.
Check out the buttons on the monitor itself.One of them should bring up a menu on-screen.You need to access the menu item which allows you to adjust the horizontal width and position of the picture.
Check out the buttons on the monitor itself. One of them should bring up a menu on-screen. You need to access the menu item which allows you to adjust the horizontal width and position of the picture.
Aha, I guess you mean a virtual machine (XP within Win 8) as briefly mentioned in #1. Well done, good to hear and thanks for popping back to let us know.message edited by Derek
Aha, I guess you mean a virtual machine (XP within Win 8) as briefly mentioned in #1.
Well done, good to hear and thanks for popping back to let us know.
thanks nbrane...now i got the actual reason for missing records. They are missing because of their length. For these lines i am getting input line is too long error. Can you guide me in reading these lines also.thanks in advance
thanks nbrane…
now i got the actual reason for missing records. They are missing because of their length. For these lines i am getting input line is too long error. Can you guide me in reading these lines also.
Laptop Won’t POST. I Need To Reset The Bios But..
just take a screw driver and short out the two leads of the BIOS battery where they are soldered to the motherboard. This will clear your BIOS. On a side note, I have seen the AMD processors fail, a lot. So you may want to try a test processor, just make sure that the year on the processor that youRead more
How Can I Disable Acer Laptop Keyboard?
Have you tried just plugging in the USB keyboard? Note that you may need to plug it directly into a USB port built into the laptop - in may not work in a port in a hub. I worked on an Acer laptop that is a little over 3 years old. I found a free Service Manual for it on the web , and in that it statRead more
Note that you may need to plug it directly into a USB port built into the laptop – in may not work in a port in a hub.
I worked on an Acer laptop that is a little over 3 years old.
I found a free Service Manual for it on the web , and in that it stated a USB keyboard will work if you plug one in, including while booting, if there’s nothing else wrong of course.
On that model, if you wanted to remove the keyboard, you unsnap a small panel on the top of the laptop base next to the screen, then two screws that hold down the keyboard you need to remove are obvious, then you unplug the cable under the keyboard, however, it’s a ribbon cable with no connector on the end, just wire ends with solder on them, and it’s difficult to plug it back into the very narrow slot it plugs into.
If your built in keyboard is malfunctioning, they are a frequently replaced item and relatively inexpensive and plentiful on the web – you need the part number that’s probably on the bottom side of the keyboard to find the right one on the web.
……..
If you spilled liquid on the laptop, there is probably more damage than the keyboard doesn’t work properly. You ALWAYS should remove the main battery and the AC adapter connection immediately after spilling liquid on it, get a Service Manual, open up the laptop and clean up all liquid found. If you spilled onto the keyboard, you MAY be able to rinse off the keyboard when it has been removed, then dry that, and it MAY work fine, but I very much doubt that.
Or – laptop repair places frequently do this kind of thing, and can analyze the laptop afterwards and tell you what needs to be replaced.
……..
If you have dropped the laptop, it’s likely there may be more damage than just the built keyboard doesn’t work properly. The Acer model I worked on was dropped. The built in display, the keyboard, and all of the three USB ports do not work. It boots Vista fine, I can get a display on a monitor plugged into the VGA port, but I can’t get past the logon screen. I took it apart and found evidence that it had been dropped, but nothing obvious wrong otherwise. It probably needs another mboard, new or used, possibly other parts.
Failed To Register Hotkey 1 Check Hotkeys
As nobody but me answered it looks as if not many people use that program on here. Your best bet would be to post it here:http://www.neowin.net/forum/topic/9...If two of you are having the same problem it sounds like there might be some sort of bug in the program or it is creating a conflict.PleaseRead more
http://www.neowin.net/forum/topic/9…
If two of you are having the same problem it sounds like there might be some sort of bug in the program or it is creating a conflict.
Please come back and let us know how you got on.
Vbscript To Read Text Line In a File Into a Variable
I think you want "instrrev" function. Here's a "simple sample", saved as 'juniper.vbs':set fso=createobject("scripting.filesystemobject")a=fso.opentextfile("juniper.vbs",1).readalllines=2c=0p2=-1do while c<=linesp=instrrev(a,vbcrlf,p2)p1=p2p2=pc=c+1loopwscript.echo mid(a,p2+2,p1-p2-2)wscript.quitRead more
set fso=createobject(“scripting.filesystemobject”)
a=fso.opentextfile(“juniper.vbs”,1).readall
lines=2
c=0
p2=-1
do while c<=lines
p=instrrev(a,vbcrlf,p2)
p1=p2
p2=p
c=c+1
loop
wscript.echo mid(a,p2+2,p1-p2-2)
wscript.quit
‘———– end script
Of course, vbcrlf might be any other newline chars other than “standard” crlf
fixed my sloppy code, just for reference only… Mainly cause, like you, I hate to leave loose ends and defective code posted here. I just saved the next-to-last crlf into p1 and used that as basis of the number of bytes to deliver off of p2. It was while solving a similar problem a few years back, that I stumbled on instrrev in vbscript help file.
message edited by nbrane
Running VBS Scripts From HTML Links In Google Chrome
Why not just use IE in kiosk mode?iexplorer -khttp://msdn.microsoft.com/en-us/lib...Would probably simplify what you're trying to accomplish.Tony
iexplorer -k
http://msdn.microsoft.com/en-us/lib…
Would probably simplify what you’re trying to accomplish.
Tony
Solved Acer Laptop Screen Flickers Has Lines Etc
This will give you some idea what you are up against but this is a complete dismantle so you won't need to go that far - just to reach the ends of the cable:https://www.youtube.com/watch?v=g0k...Always pop back and let us know the outcome - thanks
https://www.youtube.com/watch?v=g0k…
Always pop back and let us know the outcome – thanks
OESD Magic Box Embroidery Software
You will have to do this first. You need to find out how you are supposed to return your computer's data back to the way it was new. Either you have to make disks, or there is a hidden file (partition) or you have to buy disks. You really need to know that before you have to use them. Once you haveRead more
You will have to do this first. You need to find out how you are supposed to return your computer’s data back to the way it was new. Either you have to make disks, or there is a hidden file (partition) or you have to buy disks. You really need to know that before you have to use them.
Once you have them you may be able to install a 32 bit OS.
It may be that in some future date the 64 bit OS will be supported. It is also possible that we can figure out some way to get this to work.
One idea is to use a Virtual Machine. VMplayer is a way to run two operating systems at the same time. It may be good enough to run a usb device correctly. You would need a copy of a 32 bit os to run. Windows 95 to Windows 7 all may work but I’d consider XP. There may be other ways that might work too.
If you want to keep trying send me a Private Messaage and we may be able to get it working.
I support the ‘Everybody Draw Mohammed Day’. A religion doesn’t deny my freedom.
Remove Black Strip On Monitor Right Side
Check out the buttons on the monitor itself.One of them should bring up a menu on-screen.You need to access the menu item which allows you to adjust the horizontal width and position of the picture.
One of them should bring up a menu on-screen.
You need to access the menu item which allows you to adjust the horizontal width and position of the picture.
Solved Mini Magic Box Drivers
Aha, I guess you mean a virtual machine (XP within Win 8) as briefly mentioned in #1. Well done, good to hear and thanks for popping back to let us know.message edited by Derek
Well done, good to hear and thanks for popping back to let us know.
message edited by Derek
Solved Batch Script To Split a Text File Into Multiple Files
thanks nbrane...now i got the actual reason for missing records. They are missing because of their length. For these lines i am getting input line is too long error. Can you guide me in reading these lines also.thanks in advance
now i got the actual reason for missing records. They are missing because of their length. For these lines i am getting input line is too long error. Can you guide me in reading these lines also.
thanks in advance