Getting rid of console

Hi,
How can I write a windows batch which closes the ms-dos window after invoking the javaw.exe?

You can also use a WSH JScript to do it whithout the 'black box' popping up.
//------------ StartJava.js -------------//
var wsh = new ActiveXObject("WScript.Shell");
wsh.run("c:/path/to/java.exe -cp c:/your/class/path;. package.ClassName");
//----------------END OF FILE ---------------//Just make a link to it and set the 'Start in directory' setting to whatever your top level folder is.
dave

Similar Messages

  • Getting rid of batch processing javascript console popup

    So i don't know much javascript but i am doing some relatively simple commands here...
    i thought that before whenever i would execute javascript from the batch processing window it would just go through all of the files.... but now it prompts me with the javascript editor for every single file it goes through.
    this cannot happen as i am running this on over 1000 pdfs and i must let it run without a user present...
    does anyone know how to get rid of the window from popping up? or why it is popping up?
    the code i am executing is the following:
    /* Extract pages to folder */
    // Regular expression used to acquire the base name of file
    var re = /\.pdf$/i;
    // filename is the base name of the file Acrobat is working on
    var filename = this.documentFileName.replace(re,"");
    try {for (var i = 0; i < this.numPages; i++)
    this.extractPages({
    nStart: i,
    cPath: filename+"$" + i +"_" + this.numPages + "$.pdf"
    } catch (e) { console.println("Aborted: " + e) }
    any help is much appreciated

    hmm that didnt work either....
    what is so wierd to me is i am pretty sure that a couple of days ago i tried using the exact same script and it went through fine... but now it is doing this...
    i dont know what could have changed...

  • Get rid of the initial asterisk when using PasswordField masking in console

    Hi!
    How can I get rid of the initial astrerisk when using the PasswordField script from Sun?
    I've tried to check whether the BufferedReader is empty or not, but with no succes.
    Here comes the code:
    PasswordField.java
    import java.io.*;
    public class PasswordField {
        *@param prompt The prompt to display to the user
        *@return The password as entered by the user
       public static String readPassword (String prompt) {
          EraserThread et = new EraserThread(prompt);
          Thread mask = new Thread(et);
          mask.start();
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          String password = "";
          try {
             password = in.readLine();
          } catch (IOException ioe) {
            ioe.printStackTrace();
          // stop masking
          et.stopMasking();
          // return the password entered by the user
          return password;
    }EraserThread
    import java.io.*;
    class EraserThread implements Runnable {
       private boolean stop;
        *@param The prompt displayed to the user
       public EraserThread(String prompt) {
           System.out.print(prompt);
        * Begin masking...display asterisks (*)
       public void run () {
          stop = true;
          while (stop) {
             System.out.print("\010*");
          try {
             Thread.currentThread().sleep(1);
             } catch(InterruptedException ie) {
                ie.printStackTrace();
        * Instruct the thread to stop masking
       public void stopMasking() {
          this.stop = false;
    }

    Hello Yajai,
    The example program will use the default value for timeout, 10 seconds. To change this, you will have to set the Stream.Timeout value. I inserted this function into the example and set it equal to -1, and the program will wait indefinitely for the trigger signal without timing out. Please see the attached image to how this was implemented.
    I hope this help. Let me know if you have any further questions.
    Regards,
    Sean C.
    Attachments:
    SetTimeout.bmp ‏2305 KB

  • HT1379 My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying. H

    My iMac (2011) has been persistently throwing this error message: "SafariDAVClient quit unexpectedly." This started when I moved up to Mavericks, from Lion. Nothing crashes, and all I have to do is click "ok" to get rid of the error window. Still, annoying, as this darn Error message pops up at least every 60 seconds Help?
    Here is thev error data that shows up in my Console after it happens. Of course, it might as well be GREEK TO ME!:
    Process:         SafariDAVClient [5937]
    Path:            /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Helpers/Safa riDAVClient
    Identifier:      SafariDAVClient
    Version:         106
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [202]
    Responsible:     SafariDAVClient [5937]
    User ID:         501
    Date/Time:       2014-02-02 15:40:22.026 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  38C42EEE-0927-2A62-02AC-FE5E1CEBFA44
    Sleep/Wake UUID: F4BAEB51-39DA-42AE-8105-AB27895B59BD
    Crashed Thread:  0  Dispatch queue: com.apple.Safari.BookmarkFolder.childrenAccess
    As well, my iCloud Pref Pane will not open!
    What the HECK is goin' on?

    feckinHell wrote:
    As well, my iCloud Pref Pane will not open!
    That's related since the process is attempting to load your Safari bookmarks from iCloud, and is crashing for some reason.
    Try this:
    Select the entire line that follows (triple-click to select it), then control-click, and from the contextual menu that appears, select Services > Reveal in Finder:
    ~/Library/Caches/com.apple.iCloudHelper
    Drag that entire folder to the Desktop.
    Quit Safari.
    Attempt to open iCloud Preferences again. If it opens de-select Safari.
    Launch Safari again and determine if the problem is fixed.

  • Crazy gap I can't get rid of! help - please??

    Hi - my first time on here (well, needing to be on here..!).
    I'm having a heck of a time. I've just been hand-coding a fairly
    simple site - which I've now finally gotten around to updating.
    The site is:
    http://www.arcfoto.com
    I'm trying to set it up as a fixed (un-resizeable) console
    window with a flexible content pane. So - I've been using
    dreamweaver to set it all up. But the problem is that I've got this
    really persistent gap that I can't get rid of. It's spans the left
    and top sides. (about 10px of white) - in the version you see if
    you visit the URL - I've had to add gap to the bottom and right -
    just to not make it look TOO WEIRD. But I'd really really like to
    get rid of it.
    The basic architecture is the following: Javascript window
    containing tables to organize content. Nothing special - just
    rollovers. A friend suggested I could add CSS commands to get rid
    of it. I've been doing a fair bit of messing around with any and
    all CSS parameters I could.... but nothing seems to really make a
    difference. I'm thinking it's got something to do with the
    javascript window definition for the window on the entry page
    (previous page). But I really have no idea. I'm HOPING, PRAYING -
    that someone here might have a suggestion for a quick fix - or a
    fix of any kind...! I've been struggling with this for WEEKS
    now...!
    Thanks.

    Martin?
    Your PNG files are so huge because you have not properly
    exported them from
    FW. Just export as JPG images - they'll be fine if you don't
    OVER optimize
    them, and they'll be MUCH smaller than these are now.
    This is a bit hinky -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-top: 0;
    border-left: 0;
    border: 0;
    body {
    background-color: #666666;
    border-left: 0;
    border: 0;
    border-top: 0;
    border-top-style: outset;
    margin-left: 0px;
    margin-top: 0px;
    try this -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-width:0;
    body {
    background-color: #666666;
    border-width: 0;
    margin-left: 0;
    margin-top: 0;
    But the big question is: will it work for me?
    It could.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "arcfoto2" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks Martin...! That was certainly very gentlemanly of
    you. I'm not sure
    > how
    > my response to the previous got in ahead of yours. No
    doubt you started
    > the
    > reply before I did mine or something.
    >
    > I felt I really wanted to try going with PNG because in
    last years I'd
    > been
    > having lots of problems with JPGs - artifacts, sure...
    but also color
    > drift and
    > averaging - causing noticeable differences between text
    block backgrounds
    > and
    > the bg itself, etc... but I figured my site was very
    minimal, very
    > sparse... so
    > PNGs were no HUGE sin, considering many people seem to
    have loads of SWFs
    > all
    > over theirs... but that's here nor there...
    >
    > Thanks.
    >
    > This is the CSS code I ended up with:
    >
    > .style1 {
    > font-family: Arial, Helvetica, sans-serif;
    > font-weight: bold;
    > color: #D1CED0;
    > border-top: 0;
    > border-left: 0;
    > border: 0;
    > }
    > body {
    > background-color: #666666;
    > border-left: 0;
    > border: 0;
    > border-top: 0;
    > border-top-style: outset;
    > margin-left: 0px;
    > margin-top: 0px;
    > }
    >
    > Suppose I did it twice, huh? I'm assuming the 'body' one
    can come out.
    >
    >
    > ALSO - I'm sure I should really post a separate topic
    for this - but maybe
    > it'll help cut down on the overall number of topics if I
    post it here... :
    >
    > Not sure if you noticed my redundant links. I have a set
    of nav links for
    > rollover (since I'm REALLY finicky about typography -
    has to be myriad)
    > and
    > another set of TEXT links which are being pushed out of
    the frame (not
    > supposed
    > to be visible).
    >
    > The reason I'm doing this is for bot-cataloging - since
    it's my
    > understanding
    > that google, et. al. does not penetrate image links.
    Only text - from what
    > I
    > understand. So - yes, well... it's an SEO trick. I'll
    ask you to suspend
    > moral
    > judgement. But the big question is: will it work for me?
    >
    > thanks again,
    > Jonathan
    >

  • How to get rid of message in Konsole "System Serial#" looks incorrect or invalid

    I hava a one year old MBP, in real it is some weeks older than this.
    The Display showed a thin yellow line on the left side of the display.
    I took it to the Apple-Store and they, after some discussions about the warranty, took it and repaird it.
    On the next day i went for it to get it out of the store (they told me to fetch it).
    First thing, i checked for the error. Sadly it came up again.
    What did they do? They changed the MLB (Motherboard).
    OK, i do now have a "new" MBP.
    The same error (yellow line) appeared and they took it to repair it again, this time changing the display.
    Three days later they told me to fetch it again.
    Heading for the Store, have a look on the Display..... very good no yellow line. Great!
    BUT! the Display is lightly turned in the case. Grrrr..
    If it is a Laptop for 300 $ ok but not on a system for 2000 $.
    I will bring it back i a few days to "repair" it, again.
    Now to the mentioned Console-Message:
    "Hardware SerialNumber "System Serial#" looks incorrect or invalid"
    After replacing the MLB, the Hardware changed.
    Is it a problem for the Software?
    What can happen, and what restrictions/problems will i have?
    How do i get rid of it?

    When the logic board is replaced, the serial number has to be flashed back into the records - there is a special tool for that and they will need to do that or you will show an incorrect serial number forever and it may result in problems. That part is easy to fix - simply tell them they need to flash/re-register your old serial number.
    As for the other problems: good luck; if they keep replacing/repairing for the same problem more than 3 times, ask (very politely) if one could consider replacing the machine as the repairs are not fixing the problem.

  • How to get rid of OutOfMemoryError or at least handle it

    Hi
    The intention is to get rid of the cases, when OutOfMemoryError exception happens
    on the WebLogic (v6.1.3.0) side. The exception is thrown after some period of
    running (from several hours to days, depends on the load/usage model). We have
    several EJBs, created by servlets, which in turn called by the client.
    The fact of OutOfMemoryError is bad, but what is worse that the Weblogic process
    doesn't exit. The clients are stalled and their stack shows that they are waiting
    in RMI stack. Our monitoring utility could not restart the Weblogic, since it
    didn't exit and we arrive to the situation when the service is stopped! There
    is no way to monitor the memory usage, since Weblogic manages it by itself.
    So, the questions are:
    1. What is the default WebLogic behavior when there is no limit on the maximum
    beans in container and there is no idle timeout defined in the weblogic-ejb-jar.xml?
    2. What are the guidance about the correct usage of "max-beans-in-cache" and "idle-timeout-seconds"
    parameters.
    3. What is the exact WebLogic behavior when there are maximum quantity and idle
    time limit defined?
    4. Will the correct setup of beans quantity and idle timeout limit the occurrence
    of the OutOfMemoryError to zero?
    5. If not, what are the other steps to perform to minimize the probability of
    the error? (Increase the MaxHeap, NewSize, etc.)
    6. Is there a way to catch the exception (some kind of callback to the WebLogic
    and then issue some alarm in order to restart the server)?
    7. Is there a way to activate the Weblogic server in special mode it would exit,
    when the critical exception, like OutOfMemoryError, happens?
    Thanks
    Jos

    Hi Jos,
    I'll try to take some of the questions:
    "Jos" <[email protected]> wrote in message
    news:[email protected]...
    The intention is to get rid of the cases, when OutOfMemoryError exceptionhappens
    on the WebLogic (v6.1.3.0) side. The exception is thrown after some periodof
    running (from several hours to days, depends on the load/usage model). Wehave
    several EJBs, created by servlets, which in turn called by the client.
    The fact of OutOfMemoryError is bad, but what is worse that the Weblogicprocess
    doesn't exit. The clients are stalled and their stack shows that they arewaiting
    in RMI stack. Our monitoring utility could not restart the Weblogic, sinceit
    didn't exit and we arrive to the situation when the service is stopped!There
    is no way to monitor the memory usage, since Weblogic manages it byitself.
    >
    So, the questions are:
    1. What is the default WebLogic behavior when there is no limit on themaximum
    beans in container and there is no idle timeout defined in theweblogic-ejb-jar.xml?
    Theoretically you can get out of memory in this case. By default number
    of beans of given type for a given transaction is 1000 (max-beans-in-cache).
    So, very roughly, if you have 20 tables presented by CMP beans, and each
    table
    has 1000 records 1000 bytes each and they are all used in the same TX,
    memory used by the beans would be
    20x1000x1000 = 20MB per TX, and if you got 20 exec threads, roughly
    the total will be about 400 Megs.
    It doesn't take in account container and application memory consumption,
    apparently. So if you get this case (very rare, I should say), it's easy to
    treat it
    with just increasing JVM memory.
    2. What are the guidance about the correct usage of "max-beans-in-cache"and "idle-timeout-seconds"
    parameters.Normally you leave them default unless you get CacheFullException.
    3. What is the exact WebLogic behavior when there are maximum quantity andidle
    time limit defined?The default behavior when maximum is reached (default is
    1000), CacheFullException is thrown.
    4. Will the correct setup of beans quantity and idle timeout limit theoccurrence
    of the OutOfMemoryError to zero?That's hard to say. If you've got the case above, and you have many
    different beans
    participating in TX, that might help.
    But before playing with this parameters, make sure that you don't have a
    memory
    leak. Open your server web console and monitor memory usage. Normally you
    I'll
    see the curve sharply dropping with each GC. If it doesn't happen, there is
    a
    high possibility that your application has a memory leak, normally found by
    searching the application source line by keywords "cache" and "static
    hashtable".
    5. If not, what are the other steps to perform to minimize the probabilityof
    the error? (Increase the MaxHeap, NewSize, etc.)Try to set -XX:PermSize=64m -XX:MaxPermSize=64m at least.
    But, if it's a memory leak in the app, there is no way to "minimize"
    error. You'll have to run application load test under a memory
    profiler, find and fix the error.
    6. Is there a way to catch the exception (some kind of callback to theWebLogic
    and then issue some alarm in order to restart the server)?There are products on the market that allow weblogic monitoring.
    Search google for "weblogic monitoring".
    7. Is there a way to activate the Weblogic server in special mode it wouldexit,
    when the critical exception, like OutOfMemoryError, happens?You could set up a watchdog that would monitor the server responsiveness
    and would kill server process if it stops responding. It's a 10 lines shell
    script. But it's definitively a bad idea to apply to a production server.
    Hope this helps,
    Regards,
    Slava Imeshev

  • TS3112 I tried using sudo rm to get rid of remote desktops but the terminal responded as needing password and yet would not let me type in anything.  help please.

    I tried to type in details but unable to do so.  we lived in a gated apt buildings in Hi with 24-hour security guards and cameras.  This false sense of security led us to foolishly leave the computer on all the time, not log off even when out shopping.  Never expect people would open our locks (three locks) and walked into our apt while we were out.  We have dishes, clothes and corning vision cookwares missing.  We have all our important docs including computer serial numbers.  We noticed our computer not respond and files and applications move around.  We know they are not done by themselves and looked into console log list.  The person who remotely logs or links with our computer thought that we are old folks and knew little about how to discover their act. Tried many times to get rid of it but was not successful.  Finally today we hauled our  imac to the apple store and explained the need to get rid of remote desktop.  All went well and we thought our computer is at a factory installed state.   We forgot to start firewall, probably did not disconnect third party help status (apple store third party).  Forgot to write down cable provider IP and resulted in using wi fi.  Look into system log list and other diagnostics messages and found an mac book pro and went back to see if I can write down the entire message but this time it went blank.  system log blank, library logs blank and /var/logs blank and so is user log.  Activity monitor froze would not open.  We had it clean up in apple store today november 18, 2013.  We have an Imac and don't know anyone who owns mac book pro with log message dated on oct 22.  The question is how it still hangs around after reset at the apple store and how to get rid of it and if it is possible?  greatly appreciated. 

    The Terminal is letting you type it in. It just doesn't display anything when you do.
    (92983)

  • A message keeps popping up saying JavaScript Application and under it uninstal set. How can I get rid of it?

    The box keeps popping up every time I bring up a new page or refresh a page, saying at the top JavaScript Application and at the bottom uninstal set. Don't know how to get rid of it. Can someone help me?

    I had this problem too, drove me crazy until my son figured out that it was just Firefox (we also use Internet Explorer)...I looked on the help site & immediately saw that others had the same problem.
    First I did the "DISABLE Java Console 6.0.22" that did not work, so I disabled the Yahoo toolbar (as another user had mentioned). I don't know if it was just the last thing, or both...but the annoying pop up is gone! Yaaay! It only took a few minutes.
    Firefox Help is great! Thanks to those who post their fix, it does help the rest of us!

  • Help! Safari and trojan? How do I identify and get rid of it?

    Please help me understand and get rid of this—your expertise sincerly appreciated! I posted about this problem a couple of weeks ago, but got no response. I seem to have a trojan attached to Safari (my analysis). It delays or stops loading of all pages, thumbnails don't load (such as in ebay), overall response is slow or freezes, etc. My console shows the following sets of messages whenever I try to open a page:
    4/13/11 8:27:14 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 8:42:16 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 8:57:22 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 9:12:23 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 9:25:18 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 9:25:19 AM Safari[286] iSkysoft: removeObjectFromDic: ReloadPage
    4/13/11 9:25:45 AM Safari[286] iSkysoft: Add Button.
    4/13/11 9:25:45 AM Safari[286] iSkysoft: Show Button: <SFSButton: 0x12b194a60>(146.0,46.0)
    4/13/11 9:25:46 AM Safari[286] iSkysoft: disappearBtn
    4/13/11 9:25:47 AM Safari[286] iSkysoft: Hidden Button.
    4/13/11 9:25:55 AM Safari[286] iSkysoft: Show Button: <SFSButton: 0x12b194a60>(146.0,46.0)
    How do I identify this iskysoft, where it is located, and delete it?? Please help if you can.
    I have followed all (possibly-related) advice I could find in the forums, including deleting all safari extensions, repeated cache empty, reload safari from scratch, delete safari library folders as admin and user, scan with sophos and intenet cleanup, etc. Finder doesn't locate anything named iskysoft on my computer, but the iskysoft website has to do with video conversion.
    The slowdown has lasted since the end of 2010, but I just discovered the console messages a few weeks ago, and have been trying to understand and deal with that since.
    Thanks for your time and knowledge. I could really use the help!

    Hi,
    Try MacScan for malware.
    http://macscan.securemac.com/
    You are positive you haven't installed the iSkysoft software??
    Purchased as a bundle by chance by another name?
    http://www.squidoo.com/current-mac-bundles/144089781-Previous-Mac-Bundles
    The slowdown has lasted since the end of 2010,
    Maybe it's not the iSkysoft causing the slow down. Check to see how much free space there is on the startup disk.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. *Make sure you always have a minimum of 15% free disk space.*
    Try using Spotlight (top right corner of your screen, the magnifying glass icon, to find the software.
    Carolyn

  • How can I get rid of this command in Terminal?

    Few days ago, I was trying to install Mysql database on leopard. When I was following the instruction to install it, I accidentally typed echo 'setenv PATH /usr/local/mysql/bin:$PATH' instead of echo 'export PATH=/usr/local/mysql/bin:$PATH' in terminal. Right now, whenever I start Terminal, I will get this message:
    Last login: Fri Jan 11 01:22:57 on console
    -bash: setenv: command not found
    Is there a way I can get rid of the ~bash: setenv: command not found comment? I really hope someone can help me. Thank you!!!

    Where did you type it? If you typed it while editing your .bashrc, remove that line from your .bashrc. If you typed it while editing your .profile, remove that line from your .profile. If you typed it while editing /etc/bashrc remove that line from /etc/bashrc. You get the idea.
    Your post makes it very unclear what you actually did to create the problem, so it is hard to tell you how to solve it. In particular, typing
    echo 'setenv PATH /usr/local/mysql/bin:$PATH'
    would cause Terminal to spew
    setenv PATH /usr/local/mysql/bin:$PATH
    immediately and only once. Without any error messages. Ever. So that's not what you did.

  • Get rid of the MDI window

    Does anyone know how to get rid of the MDI window at run time?
    I could achieve this by setting the data window to be a dialog
    window, and set the set_window_property(forms_mdi_window,
    window_state, minimize). Is there a better way to do than
    that?
    Thanks in advance.
    John
    null

    the previous people were close... you need to do
    f50run32 Module=xxxx userid=xxxx usesdi=yes
    (not usesid like afore mentioned.
    Hope this helps.
    Paul
    Steve (guest) wrote:
    : set the console window = null on the form module property
    sheet.
    : john (guest) wrote:
    : : Does anyone know how to get rid of the MDI window at run
    time?
    : : I could achieve this by setting the data window to be a
    dialog
    : : window, and set the set_window_property(forms_mdi_window,
    : : window_state, minimize). Is there a better way to do than
    : : that?
    : : Thanks in advance.
    : : John
    null

  • I installed vidx extensions on my macbook pro by accident. How do I get rid of it on my firefox?

    I installed idx extensions on my macbook pro by accident. How do I get rid of it on my firefox?

    That wasn't a virus and it had nothing to do with your problem.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • I went on a website, then another window opened and said i had a virus. how do i get rid of the virus.

    I was just browsing on the internet. opened a website called watch32.com and another window opened saying i have a virus. i have done a scan using clamXav and it says that there is no infected files but when i go to the console it says the know virus number. how do i get rid of the virus?

    Kyri1 wrote:
    Download AVG AntiVirus For mac
    DO NOT download AVG. As has already been pointed out repeatedly, this is not due to a virus, and AVG is no good on the Mac anyway.
    For details on exactly what's going on here, see:
    Tech support scam pop-ups
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com.)

  • I am getting an error message "an unknown error has occurred" everytime I try to download an App from the Appstore.  My ID and password are correctly entered.  How do I get rid of it?

    I am getting an error message saying "an unknown error has occurred" everytime I try and down load an App.  My ID and password are entered correctly.  What am I doing wrong and how do I get rid of this?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select "/var/log/install.log" from the file list on the left. If you don't see that list, select
    View ▹ Show Log List
    from the menu bar. Then select the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, start over and note the time. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

Maybe you are looking for

  • Vendor payment made two times for same DC no

    dear expert, This urgent tickets, my CLIENT PAID TWO TIMES (MIGO,MIRO done)against same vendor,for same DC no ,in one year ? i want that list ,how can i find out? thanks

  • Video to sequnce display size problem

    Hi all, I am in a bit confusion. I made a video through lumion software in nHD resolution of 640 x 360. Premier has preset display resolutions that stop me from using my video resolution as native for the sequence. When i provide custom resolution in

  • Error in Right-to-Left Jmenu movement

    Hi everybody, I started using Java 1.5 recently, I found that it does not behave correctly regarding arrow key movements in right-to-left orientation (up,down, left and right), as the following piece of code shows: import java.awt.*; import java.awt.

  • Inkscape won't run on mac 10.7.5

    I have downloaded and properly installed inkscape on my mac. I already have the X11 installed on my computer because it's 10.7.5 and I'm told these models come with X11 already installed. I have already successfully installed and used GIMP in the pas

  • It just won't load no matter what i've done, but the internet works on other browsers

    I checked forums and tried all the things i saw, it still will not load, and i don't want to reinstall and lose all my bookmarks