TS2662 Where do I put the disk in the computer

Where do I put the disk in the computer

A bit more info on what you want to do?
What kind of disk is it and what do you want the computer to do with it?

Similar Messages

  • Where should i put the DEFAULT&SMARTBAR

    Hello,
    where should i put the DEFAULT&SMARTBAR ? and the main Menu ?
    in order to be shown in each form..
    in using Forms 6i.
    Regards,
    Abdetu..

    Hello Gerd,
    Thanks for reply..
    put such things into *a reference form* what is meant by a reference form do u mean the main form?
    Create a property class (PC) for your FORM-MODULE-properties,
    put this PC into the reference form.
    Create there an object group (OG), put the PC into the OG and the inherit the OG to your local form.
    Automatically you have then the PC inherited too.i did all what u mentioned..
    Bbut the problem is that the DEFAULT&SMARTBAR
    can't be seen in allllllllllll my forms in the main menu inspite of i put it into the form module property ->in the intial menu property.
    Regards,
    Abdetu..

  • My ipod is broken in where you would put the usb cable into the ipod

    my ipod is broken in where you would put the usb cable into the ipod to charge it or to connect it to the laptop does anyone know if it can be fixed

    Any Apple store or an AASP will repair it for a fee!  If you want DIY instructions try the iPod Repair Tutorials and the YouTube "How To" tutorial websites. 

  • Where should I put the sevlet

    I just started to work with Tomcat and I compiled the helloWorld sevlet.
    It's said from a book that the sevlet should be placed in serlver_root/webapps/ROOT/WEB-INF/classes, however there isn't a "classes" folder in my WEB-INF folder. So I put the helloWorld sevlet in the WEB-INF folder.
    Then I type http://localhost:8080/servlet/helloworld in my browser, I get a message from the sever said "The requested resource (/servlet/HelloWorld) is not available".
    Could anybody tell me how can solve this prolbem, where should I put the sevelt?

    have ones more a look to your book - especially to information about the configuration file "web.xml" which also should be placed in the WEB-INF folder. This file defines which servlets should be found by the server and which request-URL should be mapped to this servlet.
    for examples concerning the web.xml file see those already defined in your server. copy one and edit it for your needs. if you really want to understand what else might be configured using web.xml see the DTD for this file - it's pretty good documented!
    hope it helps :)

  • Where Should I put the time capsule?

    Where Should I put the time capsule?
    I'm using a wireless modem/router provided by the internet company, and both (the TC and the router) are located next to the pc, in the living room . Using this way, I don't have signal in my bedroom. Should I get a signal amplifier?
    Thanks!

    It would be better to use EOP adapters (homeplug is another name) or ethernet to locate the TC closer to your room.. you can use another apple router to extend the wireless if you need to.

  • I own the original (color photometer) EYE1 PHOTO. I use Windows 7; where do I put the printer profile?

    Where do I put the (original-color photometer) EYE1 printer profile in Windows 7?

    You could try to put it here:
    C:\Program Files\Common Files\Adobe\Color\Profiles
    Copying the color folder from your laptop? I don't know - it might work, but I would create a restore point beforehand,
    I'm no expert on Windows, so hopefully somebody more knowledgeable might be able to help you.

  • Where Do You Put The Un-Ziped Files For...

    The manual is unclear.
    Where Do You Put The Un-Ziped Files for Contact Sheet X in CS4.

    CSX v1.4.2 README
    INSTALLATION:
    If there are previous versions of CSX, be sure to remove them at
    this time. Failure to do so may result in 'Copy' errors during installation.
    Unzip the CSX zip file into a temporary directory. It's location is
    unimportant EXCEPT DO NOT unzip it anywhere your Photoshop application tree.
    Run the InstallCSX script in the top-level directory. You can do this by:
    1) double clicking it
    2) dragging it onto a PS application
    3) running it from inside PS via File->Scripts->Browse
    If your OS is Vista, you will probably need to start Photoshop using
    'Run as administrator' because the installation script needs to install
    CSX into Photoshop folders that are normally protected.
    If you have more than one installation of Photoshop on your computer, you'll
    need to run the installation script for each copy of Photoshop.
    When the installation is complete, you can removed the contents that you
    unzipped before.
    MANUAL INSTALLATION:
    You don't need to do this if you ran the InstallCSX script.
    If there are previous versions of this script, be sure to remove them at
    this time.
    Unzip the distrubution file in your Photoshop Presets/Scripts directory and
    restart Photoshop. "CSX-1_4_2.jsx" should appear in your File->Scripts menu
    in CS2.
    With CS3 and CS4, CSX should appear under File->Automate menu as
    'Contact Sheet X v1.4.2...'.

  • Where does iphoto put the library?

    where does iphoto put the library?
    i thought it would be put in the pictures folder but at least in my case it is not there! the folder is empty.
    I can import pictures and they show in iphoto and frontrow but I would simply like to know where on my harddisk they end up.
    anybody?
    thanks

    Chris
    No! Don't make anew library it will overwrite your old one.
    It's there somewhere, it's just that it's visibility status has changed (why??)
    Anyway try the following:
    go to http://www.cocoatech.com and download Pathfinder. This is an alternative to the Finder - and it has extra features, among them a View-> Show Invisible Items command. This might help us find it.
    Pathfinder is shareware, but you can use it for a trial period without paying.
    Regards
    TD

  • HT4199 where do I put the micro sim for the iPad, dosent seem to be any where to insert the card

    Where do I put the micro sim for the iPad , I cant find any where to put the card.

    What model is your iPad? (iPad, iPad 2 or New iPad). Did you get the AT&T or Verizon model? If you got the Verizon model, it doesn't have a SIM slot.

  • HT1937 how and where do i put the sim card

    how and where do i put the sim card

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    Page 12.

  • Where I should put the bean class?

    Hello,
    I am learning JSP. I want to know where I should put the bean class? Which directory should I put the bean class?
    note that I am using Tomcat 4.1
    johnwen
    24-12-2005

    I can't tell if you've got everything you need or not, but what you've shown looks right so far. Let me run down the necessities:
    In your JSP file:
    <%@ page import="aos.*" %>
    <%-- imports all of the classes in the "aos" package --%>
    In your Java file:
    package aos; // tells Java this is a package (you probably have this)
    Then, of course, you put the class file into the directories that you mentioned, ie, $CATALINA_HOME/ROOT/WEB-INF/classes/aos (forgive me if I use Unix-styled slashes; old habit, and shouldn't make any difference.)
    You may need to restart Tomcat. You have to restart it when you add certain directories, although I'm not sure exactly which ones. But it never hurts to just restart it anyway.

  • My iTunes v.10.6.3.25 is intermittently refusing to open. Sometimes re-booting my laptop works, sometimes not. I just put the computer to sleep, and when I woke it up, iTunes started automatically. Any thoughts?

    My iTunes v.10.6.3.25 is intermittently refusing to open. Sometimes re-booting my laptop works, sometimes not. I just put the computer to sleep, and when I woke it up, iTunes started automatically (I had been trying to open it just before by clicking on a song file in my Documents window, and that's the song that started playing when the pc woke up). I went to my iTunes Help and clicked Updates/download iTunes 10.7 twice, but got nothing. Now, Im wondering if I should downloacd the entire 10.7, or whether that would overwrite all my files, erasing my songs. Anybody know? Thanks.

    Hey thanks for replying.
    Here's what I did:
    First I tried the Winsock reset in the Command prompt. Nothing changed.
    Next, I tried the instructions on http://http://support.apple.com/kb/TS4123. The only other program that came up on the 'Winsock Providers' tab on the program was 2 Windows Live applications, which I can do without. So I deleted all Windows Live Applications.
    I did the Winsock reset in the Command Prompt again and rebooted my comp.
    Unfortunately, nothing has changed. iTunes keeps freezing at various stages of the sync, then shows the candy cane-striped bar with either the words 'Finishing sync' or 'Cancelling sync', before showing the Apple logo.
    Sometimes, iTunes gets to the syncing stage - "Copying # of ####" - where it will trudge through the first, second and third tracks before flashing "Copying 4 of ####" for a split second and I catch "Cancelling sync" briefly before the Apple logo appears.
    Again, I've repeated the steps I mentioned in my previous post. Does ANYONE know when the new version of iTunes is set to be released?! This one is driving me INSANE, to say the least!!

  • How Put the computer to sleep with a "F key?

    Hi,
    How do you Put the computer to sleep with a "F key?
    I do remember seeing a version of osX where there was a (say) "F2" key next to the Apple>Sleep pull down menu.
    with 10.2.8 or 10.3.9 is there a way to set up a "F" key instead of using the pull down menu?
    I looked into the system preferences> keyboard & mouse but no luck. The sys Pref> keyboard & mouse is different on 10.2.8 that on 10.3.9.
    An neither one has an option to use an F key to put to sleep.
    help!
    Michel

    Not an F key command, but here's a keyboard command.
    http://www.apple.com/pro/tips/quicksleep.html
     Cheers, Tom

  • "Allow power button to put the computer to sleep" setting is not available but button does it anyway

    This has never happened before. Computer stayed at gray screen with no progress wheel so I held the power button to shut it down. Since startup afterwards the power button sleeps the computer. There's no "allow power button to put the computer to sleep" choice available in Energy Saver but button does it anyway. Is there a defaults command that will fix it? Something else?

    I've had Mavericks for a week and a half. I don't believe yesterday could have been the first time I used the power button in an attempt to get the Restart Sleep Cancel Shut Down box, but I've been around long enough to know that memory will fool you.
    Yours 'til it doesn't,
    llee

  • I am trying to order a Photo Book from iPhoto, but it just locks up.  I even put the computer into safe boot and it still locks up?

    I am trying to order a Photo Book from Iphoto, but when I hit the buy book button it just locks up the screen.  I even put the computer into Safe Boot mode and get the same results.
    What else can I try?
    thanks,
    Jeff

    iPhoto forum for iPhoto issues:
    https://discussions.apple.com/community/ilife/iphoto

Maybe you are looking for

  • Interest calculation on open items alone

    Hi all, I want to calculate interest on open items of customers. I dodnot want to include any of the cleared items. i.e., calculation of interest on open items alone. Could you please explain me where to do the necessary configuration. Regards, DSK

  • How can I make iCal wrap text in month view?

    Lion iCal only dispays one line of text for each entry in month view.  How do I set it to display two lines, or to wrap the text so the full entry can be viewed? On Snow Lepoard it displayed two lines of the same calendar.

  • Live Capture Plus, CatDV and FCPX Import Files

    I have tested my workflow process as set out in thread: Re: Is my workflow reasonable for a beginner? capturing Sony handycam DV using Live Capture Plus - that seems to work fine. Files set up in CatDV under the appropriate directory structure as mov

  • Email PO Workflow Process - Send Notification to Web Supplier???

    Hello, We're on 11.5.8. I'm looking at the Email PO workflow process in POAPPRV. Can someone tell me the difference between the 'Does user want document e-mailed?'/'Email PO' functionality in the process and the 'Send notification to web supplier?'/'

  • Audio does not encode when importing MPEGs

    Hello, I am working in Flash 8 for the Mac. I am trying to import an MPEG file but it does not give the ability to encode the audio track. The video file does have an audio track and I was able to import this very same file last week with success. As