How to find zip -using os x 10.6.8

How do I find info-zip to unzip a downloaded file from the internet (not encrypted)? I am brand new to Mac.  Thanks

Your welcome and enjoy your iMac. Because you are so new to OS X I'd strongly recommend bookmarking and using:
Switch 101, Mac 101, Find Out How Video tutorials & List of Useful URLs for switchers.

Similar Messages

  • How to find u0091Where used list of BSP Applicationu0092?

    Hi,
    In standard, one BSP application is calling another BSP application by hard coded in application.
    I want find a where used list of a BSP application.
    How to find ‘Where used list of BSP Application’?
    Regards,
    ...Naddy

    Hi Naddy,
    there is a way to find such hard coded things as long as they are really written as literal in the coding. So far i havn't used it on BSP but it's just a token search.
    You can use the code inspector for such things (TCode SCI). You define an object list. Therefore you have to use the static list (dynamic won't work) e.g. for all objects in a package. The ugly thing is that sap has built a filter in SCI that you cannot run it on their standard objects (no comment on that). So you get always 0 objects on sap packages. But you can debug into SCI and set a break point on statement 'SELECT'. One of the selects gets the objects from repository. In this statement sap hands select options to exclude SAP objects. If you change the values you can get these objects in the list.
    Then you run a search on these objects to find the string you look for.
    Ok that's not very comfortable but still faster than checking dozens of objects by hand.
    Best regards
    Roman

  • How to find and use MS Office on new MBA

    How to find and use MS Office on new MBAir

    Office is not preinstalled on Mac computers. Since the MacBook Air lacks an optical drive, the most convenient way to get Office is to purchase it as a download from Microsoft here.

  • How to Find Companies Using SAP CRM in Australia ??

    Hello mate,
    Could you please tell me how to find out the companies list which are currently using SAP CRM in their organization and located in australia
    Thanks
    David

    This type of information is normally provided by SAP to their prospects and/or customers and sometimes partners etc.  If you are a SAP prospect and need this information, talk to your account executive.
    I'm located in the United States, so I personally couldnt' give you any public examples of companies running CRM in Australia. I think however there is this general reference source for customer examples. 
    This page will do what you want:
    http://www.sap.com/index.epx#http://www.sap.com/customer-testimonials/business-process/customer-relationship-management.epx
    It came back with 3 specific customer success stories for Australia and CRM.  I know there are more, but that should give you a start.
    Take care,
    Stephen

  • How to find script used for tcode VF31

    Hi
    How to find the Scripts or smartforms used for a particular tcode like VF31
    Regards
    Nanda

    Hi Kishore,
    Go to se38 and open the program RSNAST00. Search for the subroutine TNAPR_LESEN. Set a break point at that subroutine and go to transaction VF31. Run the transaction and give a form for printing. The processing stops at the subroutine and the debugger opens up. There double click on the field TNAPR-FONAM. This will display the name of the script or smartform that is used by the transaction.
    Try the following link for further reference.
    Link: [Re: SAP Script]

  • How to find un used Object styles in a indesign document?

    hi,
    I need to remove unUsed Objects Styles.
    How do i find out?
    How to remove it?
    by,
    Subha

    As far as I can tell, you need to get an array of all the styles you are using, then compare it to the available styles and remove those that don't match up. I did something similar for swatches and changed it for object styles, but I am curious if there is a better way now or in the future. The following code compares and removes used and available styles based on the indexes, ignoring default styles in brackets... but hopefully someone has a more efficient way.<br /><br />jerrod<br /><br />//try this<br />var usedStyles = new Array();<br />for(var x=0;x<yourDoc.allPageItems.length;x++){<br />  usedStyles.push(yourDoc.allPageItems[x].appliedObjectStyle.index);<br /><br />}<br /><br />usedStyles.sort(compareNumbers);<br />var currentIndex = yourDoc.objectStyles.length-1;<br />for(x=usedStyles.length-1;x>-1;x--){<br />  while(currentIndex>usedStyles[x]){<br />    try{<br />      if(yourDoc.objectStyles[currentIndex].name.charAt(0)!="["){<br />        yourDoc.objectStyles[currentIndex].remove();<br />      }<br />    }finally{<br />      currentIndex--;<br />    }<br />  }<br />  currentIndex=usedStyles[x]-1;<br />}<br /><br />function compareNumbers(a, b) {<br />  return a - b<br />}

  • How to find KPI used in which query

    Hi All ,
    I have around 10 KPI's. I want to know in which queries these KPI's are used.
    How can I check that ?
    Thanks
    Prateek

    Prateek,
    Just created a document for this , pls go over it.
    Finding KPI's Where Used in Bex Queries.
    Hope this helps...

  • How to find memory used by page tables

    Is there a way to find out how much memory is currently being used by page tables? I am new to Solaris ;-)
    I want to quantify the advantages of Intimate Shared Memory (in the context of a large Oracle database with lots of concurrent users). I want to contrast this against Linux which does not have a method of allowing different processes to share page tables that map onto shared memory. Thus, with a large number of concurrent connections where each connection creates a new process that maps onto the Oracle shared memory, a significant amount of memory can be consumed just by the page table entries.

    Yes, a very recent acquisition :-) ......I'm busy working my way through it, just taught myself about mdb today but I still can't figure how to get the amount of memory being used by page tables only. The dcmd ::memstat can give me the total amount of memory being used by the kernel but I would like some more detail than that.
    On Linux you can simply look at /proc/meminfo and it contains a wealth of information. I was hoping Solaris would be similar....but isn't that always the case when doing something new? We hope it's like what we already know :-) Below is an example from Linux showing that 1860 kB have been to store page table entries.
    [root@makalu ~]# cat /proc/meminfo | grep PageTables
    PageTables: 1860 kB
    [root@makalu ~]#
    Edited by: BrettSchroeder on Mar 12, 2008 1:37 PM

  • How to find table used in java based forms

    In R12 how can i find table name used in Java Based forms.

    Record history for OAF / Selfservice pages is only available in R12.1.1 - pl see MOS Doc 565870.1 (Oracle Application Framework (OAF) Release Notes, Release 12.1.1) - it is not available in 11i and 12.0.x releases.
    HTH
    Srini

  • How to find Namespaces used.

    hi guys,
    My customer is using Namespaces in ABAP development. but not sure where and whats the name of it. How can i find custom developed objects are used in Customer namespace in ABAP.
    Any specific transaction or table used for saving Namespaces..?
    please suggest me.
    Thanks.
    Baasha,

    hey guys
    Thanks for your replies.
    i dont have SE21 transaction. I am now at 46C.
    whats this transaction about.
    It looks like customer using Z,Y programs in other Namespaces like
    /XXX/ etc.
    so need to find what other namespaces they are using for storing addon objects.
    Thanks
    Baasha

  • How to find tablespaces used by a particular user.

    Can someone please tell me how I can find all the tablespaces that are used by a particular user?

    Hi,
    I'm not sure I understand the question.
    If you want to know what tablespaces user SCOTT is using to store his tables and indexes:
    SELECT DISTINCT  tablespace_name
    FROM    dba_extents
    WHERE   owner   = 'SCOTT'
    ;Edited by: Frank Kulash on Mar 23, 2010 3:14 PM
    Now that I see Oradba's answer, I think it's better to use dba_segemnts; it will be more efficient.

  • How to find object use in other object

    Hi All,
    I want to find one object for example procedure which is used in other object like function,procedure or view.
    How can i find it?
    Thanks in advance.

    user647572 wrote:
    Hi All,
    I want to find one object for example procedure which is used in other object like function,procedure or view.
    How can i find it?
    Thanks in advance.Use DBA_DEPEDENCIES view :
    SQL> create table my_tab (id number);
    Table created.
    SQL> create or replace procedure my_proc
      2  as
      3  p_id number;
      4  begin
      5  select id into p_id from my_tab;
      6  end;
      7  /
    Procedure created.
    SQL> select owner, name, referenced_name from dba_dependencies where referenced_name='MY_TAB';
    OWNER      NAME                 REFERENCED_NAME
    SYS        MY_PROC              MY_TAB
    SQL>

  • How to find center using software limit switches

    Hi,
    I'm using 3 stepper motors w/ incremental encoders (by Agilent technologies), NI 7344 board and NI MID-7604 power controller.
    I don't have hardware limit switches and I don't have a need for them. I found the software limit switch option under MAX and tried configuring them. I've been testing with LabView's One Axis Find Reference with Status Monitor.vi and I'm having problems.
    Under max my motors are configured as closed loop/absolute position/2000 steps per cycle. I set my software limits to 2000 forward and -2000 reverse. In the vi i'm specified Find Center under search type and the motor just seems to keep turning in clockwise direction and then abruptly stops with a modal error: -70166 saying that the axis tripped on the following error.
    I would greatly appreciate detailed information on what I may be wrongly configuring in MAX and how to do it properly. Thanks in advance.
    -Roman

    Hello Jochen,
    I have a correct setting for my encoder counts and my steps per revolution. I have manually checked the rotation and the encoder outputs 1600. That is the number I have set.
    I'm using the load software limits vi and I'm not having any luck with this. I'm including my vi for your review. Your help is greatly appreciated.
    Roman
    Attachments:
    One-Axis Find Reference with Status Monitor.vi ‏120 KB

  • How to find where used for PDF forms

    Hello Everyone,
    I have a small issue. I want to find the where used list for a PDF form SD_INVOICE_FORM01. Just want to see the driver program which is calling this PDF form.
    Can some one help me in this regard?
    Quick response would be appriciated. Thanks in Advance!!!

    Hi,
    You can see the driver program in Tnapr table.
    Give the FORM name in the selection criteria. You will get the driver program details.
    If you have the FM name generated,goto se37 and check where used list there.( It is useful only if  the FM is used by its name in the driver program.)
    Regards

  • How to find and use my bluetooth in Toshiba A100-811

    I have bought a Toshiba A100-811 while using I cant find my Bluetooth in my Laptop usually I easily see the bluetooth on some other laptop brands. There is also one thing I have notice there is this exhaust fan in the left side and every time I open my laptop it doesn't blow any air. Even I used my laptop for about an hour or two there is no air coming out. Is this normal?
    Thank you very much to the one who can help me.

    You should find the answer to your Bluetooth question here:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/faq/bluetoothnotworking.html
    Check your power management settings in the ControlPanel regarding your fan issue

Maybe you are looking for

  • NFe de Entrada Docstat incorreto

    Bom dia Senhores(a). Tudo bem? Meu problema é que criamos algumas notas de entrada através da BAPI_J_1B_NF_CREATEFROMDATA, e o XML foi gerado com sucesso, tal como as NFe´s do processo de SD. Porém ao efetuar o retorno, apesar do monitor a NFe aparec

  • Smart Object in AE

    Doing some animation work with a lot of vector elements that I am arranging in photoshop as smart objects.  I like to comp my AE stuff in Photoshop, even though I do the detail  vector work in Illustrator. Now, when working in AE...the PS composition

  • Assigning Different Spaces to Multiple Displays

    Hi, I have my Mac connected to my TV (not mirroring) and I'm using Spaces. I was wondering if it was possible to assign to each display, a different Space? In other words, can I have my Mac screen displaying Space 1, and my TV displaying Space 3? My

  • Unable to receive all fields at receiver

    Hi, I have simple scenario from file to file using file content conversion at both sides. <b>Strucure of my file is</b> MT_emp_profile    Details |_Records           |_emp_no           |_ emp_name           |_ emp_dno. My file is getting created at r

  • About Proxy

    Hi Friends,     I came across a document that says if we use proxies instead of SOAP or RFC its assured that the data is sent "exactly once in order". How the seqence is being maintained here? Can anyone explain this? Thanks in advance. Regards, Nath