1. If you know the word 'Language' in French or Google it, you may find it on the opening screen of the BIOS and then you can choose the language you want, i this case, English. If not then you will have to go to HP's site and download the proper BIOS flash for your system (if available) and flash it.Read more

    If you know the word ‘Language’ in French or Google it, you may find it on the opening screen of the BIOS and then you can choose the language you want, i this case, English.
    If not then you will have to go to HP’s site and download the proper BIOS flash for your system (if available) and flash it. Warning: A failed or incorrect BIOS flash can lead to an unusable computer!! If you decide to go ahead with it read up completely on it and plug the machine if a desktop into a UPS and if a laptop Fully charged AND with AC cord plugged in.

    See less
    • 0
  2. The simple answer is that you can't just convert .php to .html. If it had been possible to provide all the functionality with pure HTML it would probably have been used in the first place. I have to say that you are extremely impatient if you feel the need to bump your thread after 24 minutes.

    The simple answer is that you can’t just convert .php to .html. If it had been possible to provide all the functionality with pure HTML it would probably have been used in the first place.
    I have to say that you are extremely impatient if you feel the need to bump your thread after 24 minutes.

    See less
    • 0
  3. Are you aware that in a shell script that the hardware interrupt will terminate a shell script? In most *nix systems, the default interrupt is control-c. The stty command can change it:stty intr '^?' # change the interrupt to the delete keystty intr '^c' # change it back to control-cBe advised thatRead more

    Are you aware that in a shell script that the hardware interrupt will terminate a shell script? In most *nix systems, the default interrupt is control-c. The stty command can change it:

    stty intr ‘^?’ # change the interrupt to the delete key
    stty intr ‘^c’ # change it back to control-c

    Be advised that the interrupt can be disabled in a shell script by using the trap command. If the interrupt is control-c, the following command just prints the string ‘interrupt trapped’ if the control-c is pressed:

    trap “echo ‘interrupt trapped” INT

    Now, for the second part of your question: what does “whenever the key m is pressed, it should go back to the main menu” mean? Does it mean that your main men is within the script and if a key combination like control-m is pressed, return to the main menu?

    If that’s what you mean, then you have to program for that somewhere in the code. Also, reading special characters in the shell is not very easy. This article discusses it:

    http://collaboration.cmc.ec.gc.ca/s…

    See less
    • 0
  4. Open the encrypted file in VI and enter the key. Then type :X hit enter twice save file by :w

    Open the encrypted file in VI and enter the key.
    Then type :X
    hit enter twice
    save file by :w

    See less
    • 0
  5. "Was Babylon the fault???"Yes, uninstall it with Revo & let's see how it goes after a reboot.Revo Uninstallerhttp://www.softpedia.com/get/Tweak/...http://www.softpedia.com/progScreen...http://www.revouninstaller.com/Use Advanced Mode. Screenshots of how to use. http://img695.yfrog.com/gal.php?g=Read more

    “Was Babylon the fault???”
    Yes, uninstall it with Revo & let’s see how it goes after a reboot.

    Revo Uninstaller
    http://www.softpedia.com/get/Tweak/…
    http://www.softpedia.com/progScreen…
    http://www.revouninstaller.com/
    Use Advanced Mode. Screenshots of how to use.
    http://img695.yfrog.com/gal.php?g=r…
    http://img695.imageshack.us/slidesh…
    If you have partially uninstalled your program, you see a message from Revo, that it can’t find the uninstaller, hit Cancel & let Revo continue on to search for the remnants.

    See less
    • 0
  6. couple of options would be to block the site xnnxx.com in security, secondly set the settings for his account to block all this material. then add xnnxx.com to the popup blocker.

    couple of options would be to block the site xnnxx.com in security, secondly set the settings for his account to block all this material. then add xnnxx.com to the popup blocker.

    See less
    • 0
  7. After you post the logs, here are the next steps, assuming they will run.If they don't, no problem, we will have to get around that issue.Here are the first 2 steps, more steps will be needed, after I see the results of these logs.Run them in this order.Step 1: Run AdwCleaner http://www.softpedia.coRead more

    After you post the logs, here are the next steps, assuming they will run.
    If they don’t, no problem, we will have to get around that issue.

    Here are the first 2 steps, more steps will be needed, after I see the results of these logs.

    Run them in this order.

    Step 1: Run AdwCleaner
    http://www.softpedia.com/get/Antivi…
    http://www.raymond.cc/blog/adwclean…
    http://www.bleepingcomputer.com/dow…
    Author’s site
    http://general-changelog-team.fr/en…
    Tutorial
    http://general-changelog-team.fr/en…
    Close all open programs and internet browsers.
    Double click on AdwCleaner.exe to run the tool.
    Click Scan
    In the results tabs, uncheck anything you don’t want to remove.
    Click on Cleaning.
    Confirm each time with Ok.
    Your computer will be rebooted automatically. A text file will open after the restart.
    Please Copy & Paste the contents of that logfile with your next answer.
    You can find the logfile at C:\AdwCleaner[C1 or later].txt as well.
    http://i.imgur.com/r3PoAEG.gif

    Step 2: Run Malwarebytes Junkware Removal Tool
    http://www.softpedia.com/get/Securi…
    http://www.bleepingcomputer.com/dow…
    http://thisisudax.org/
    http://thisisudax.blogspot.com.au/2…
    Download Malwarebytes Junkware Removal Tool onto your Desktop. If your default download location is not the Desktop, drag it out of it’s location onto the Desktop.
    Warning! Once the scan is complete JRT will shut down your browser with NO warning.
    Shut down your protection software now to avoid potential conflicts.
    Temporarily disable your antivirus and any antispyware real time protection before performing a scan.
    Click this link to see a list of security programs that should be disabled and how to disable them.
    http://www.bleepingcomputer.com/for…
    http://www.techsupportforum.com/for…
    Run the tool by double-clicking it. If you are using Windows Vista or Windows 7/8, right-click JRT and select Run as Administrator.
    The tool will open and start scanning your system.
    Please be patient as this can take a while to complete depending on your system’s specifications.
    On completion, a log (JRT.txt) is saved onto your Desktop and will automatically open.
    Copy and Paste the contents of the JRT.txt log please.

    message edited by Johnw

    See less
    • 0
  8. 1. replace ECHO OFF with ECHO ON, inside the script 2. Run the script, and copy-paste ALL the output in this thread. You may not be sure that the command you show, is the one with the trouble. Also, what about the variable, you are never sure it contains the correct value, other than actually runninRead more

    1. replace ECHO OFF with ECHO ON, inside the script
    2. Run the script, and copy-paste ALL the output in this thread. You may not be sure that the command you show, is the one with the trouble. Also, what about the variable, you are never sure it contains the correct value, other than actually running the code, and looking at the output. Trust me, you can look at code as much as you want, debugging is done by means of testruns…

    See less
    • 0
  9. if NOT %%a==12 (if %%d==PM (set /a hh=%%a+12) else (set hh=%%a)) else (set hh=%%a)Another point to ponder... if FileTimeRaw contains hours %%a as a two digit number which is 08 or 09 then Set /a will fail because Set /a considers any number beginning with 0 (zero) to be Octal (base 8) therefore 08 aRead more

    Best Answer

    if NOT %%a==12 (
    if %%d==PM (set /a hh=%%a+12) else (set hh=%%a)
    ) else (set hh=%%a)

    Another point to ponder… if FileTimeRaw contains hours %%a as a two digit number which is 08 or 09 then Set /a will fail because Set /a considers any number beginning with 0 (zero) to be Octal (base 8) therefore 08 and 09 are invalid. This rule holds true whenever Set /a is used.

    Also set /a timediff=%time:~0,2%%time:~3,2%-%filetime%

    If %time…% returns 0605 and %filetime% contains 0555 the actual time difference is 10 mins because mins must be calculated in base 60 but because Set /a does the calculation in decimal timediff will be set to 50. The hours (hh) should be calculated in base 24. Unless, of course, if you can accept the decimal result.

    Good luck.

    Please come back & tell us if your problem is resolved.

    See less
    • 0