1. Contact the company who makes that software:http://itbix.com/ContactUsOr submit a support ticket:http://teknikforce.com/support/

    Contact the company who makes that software:

    http://itbix.com/ContactUs

    Or submit a support ticket:

    http://teknikforce.com/support/

    See less
    • 0
  2. I think OP already got a good solution to his problem. Here is one possible alternative for consideration.# Scipt MoveModDate.txt var str src, dest, date var str list, file, newlocation lf -r -n "*" $src ($fmtime < $date) > $list while ($list <> "") do lex "1" $list > $file sal -p ("^Read more

    I think OP already got a good solution to his problem. Here is one possible alternative for consideration.

    # Scipt MoveModDate.txt
    var str src, dest, date
    var str list, file, newlocation
    lf -r -n "*" $src ($fmtime < $date) > $list
    while ($list <> "")
    do
        lex "1" $list > $file
        sal -p ("^"+$src+"^") $dest $file > $newlocation
        system -s move ("""+$file+"'"") (""+$newlocation+""")
    done
    

    This in biterscripting. Here is how it works. The lf (list files – http://www.biterscripting.com/helpp… ) finds all files in $src directory (recursively in subfolders -r) whose file mod time is earlier than $date. The $newlocation is created by replacing $src with $dest in $file. Finally, each such $file is moved to corresponding $newlocation. Call the script as

    script MoveModDate.txt src("D:/MAINDIR") dest("E:/MAINDIR") date("20100101")
    

    i think both forward and backward slashes work in file paths.

    See less
    • 0
  3. After unplugging your computer, try snapping each RAM module in and out 4 or 5 times to burnish the contacts. If that doesn't solve the problem then try removing all the modules and installing one at a time, in the first slot, to determine which one may be defective.

    After unplugging your computer, try snapping each RAM module in and out 4 or 5 times to burnish the contacts. If that doesn’t solve the problem then try removing all the modules and installing one at a time, in the first slot, to determine which one may be defective.

    See less
    • 0
  4. Do you use the port for any other purpose? Asking to know if it is actually functioning. Also, try a smaller capacity SD card, if you have one. That will determine if the capacity of the card is the issue.

    Do you use the port for any other purpose? Asking to know if it is actually functioning. Also, try a smaller capacity SD card, if you have one. That will determine if the capacity of the card is the issue.

    See less
    • 0
  5. You can't use an external mouse with Windows 1.01 unless you have a DOS driver for it from the mouse manufacturer.

    You can’t use an external mouse with Windows 1.01 unless you have a DOS driver for it from the mouse manufacturer.

    See less
    • 0
  6. "is there anywhere I could get a bios auto repair/installer because I suspect it of being the problem, ..."Bioses DO NOT spontaneously get corrupted.Only malware can corrupt the bios, but if you're using any anti-malware software at all, that's extremely unlikely. ......MSI mboards are more likely tRead more

    “is there anywhere I could get a bios auto repair/installer because I suspect it of being the problem, …”

    Bioses DO NOT spontaneously get corrupted.

    Only malware can corrupt the bios, but if you’re using any anti-malware software at all, that’s extremely unlikely.
    ……

    MSI mboards are more likely to have this problem ……

    Some mboards develop this problem – electrolytic capacitors were installed on them that were not properly made, and they fail eventually – the mboard manufacturer didn’t know they were improperly made at the time the mboard was made.

    Open up your case and examine the mboard to see if you have bad capacitors, and/or other findable signs of mboard damage .

    This was the original bad capacitor problem – has some example pictures.
    History of why the exploding capacitors and which mboard makers were affected:
    http://members.datafast.net.au/~dft…

    What to look for, mboard symptoms, example pictures:
    http://www.badcaps.net/pages.php?vid=5
    Home page that site
    – what the problem is caused by
    – he says there are STILL bad capacitors on more recent mboards.
    http://www.badcaps.net/

    Pictures of blown capacitors, other components, power supplies, fried Athlon cpus, etc.:
    http://www.halfdone.com/Personal/Jo…
    ……….

    Both USB ports and PS/2 ports require +5v

    Failing power supplies are common.
    If your power supply is malfunctioning, it may nor be producing enough of what is supposed to be accurate +5v power.
    In that case optical (CD, DVD) drives and floppy drives won’t work either

    Try connecting another power supply if you can

    See less
    • 0
  7. The KVR800D2N5K2/2G is supposed to be a 2 gig 'kit' comprised of 2 sticks of ram and described as '2 x 1 gig'. That implies each stick is 1 gig. But the /2G makes one think each stick is 2 gig. And I thought I'd worked with some kingston 512 meg kit ram where each stick was 512 and not 256. Maybe itRead more

    The KVR800D2N5K2/2G is supposed to be a 2 gig ‘kit’ comprised of 2 sticks of ram and described as ‘2 x 1 gig’. That implies each stick is 1 gig. But the /2G makes one think each stick is 2 gig. And I thought I’d worked with some kingston 512 meg kit ram where each stick was 512 and not 256. Maybe it’s just the odd way kingston labels its ram.
    Specs show the ram is compatible and the computer can handle 8 gig.

    Are you absolutely certain windows originally showed a total of 8 gig from the 4 sticks?

    See less
    • 0
  8. Some games will; some won't. Some reason you don't consider an I3? Just trying to go the cheapest route? The B830 will likely be bundled with very weak video chip that will hold ya back even more.

    Some games will; some won’t. Some reason you don’t consider an I3? Just trying to go the cheapest route?
    The B830 will likely be bundled with very weak video chip that will hold ya back even more.

    See less
    • 0
  9. Assuming you're doing everything right and it's a driver problem, you might try an earlier version. Intel only linked to one earlier one--ver 13.6:http://downloadcenter.intel.com/Det...Based on the two file names Intel has (win9x1361.exe and win9x136.exe) then win9x135.exe will be the version beforeRead more

    Assuming you’re doing everything right and it’s a driver problem, you might try an earlier version. Intel only linked to one earlier one–ver 13.6:

    http://downloadcenter.intel.com/Det…

    Based on the two file names Intel has (win9x1361.exe and win9x136.exe) then win9x135.exe will be the version before that. A google search will turn up download links.

    Be sure to uninstall what you’re using now before trying something else. Try it in safe mode if you keep getting BSODs.

    See less
    • 0