How to I put a Windows 8.1 ISO file into a disk if I want to run Windows through Bootcamp

I have bought Windows 8.1 but I need to put the ISO onto a disk to install. How do I get the ISO and what should I do after that?

an iso file is a 100% carbon copy image of an optical disc
there are tons of programs for osx and windows which will burn them back to optical discs
burn into to disc osx free
burn into to disc windows free

Similar Messages

  • How can i put my pictures from my picture files into my iPhotos for photo streaming onto my apple tv?

    Hi, I am a new user to iMac and have now bought just about every Mac product you can think of and have just taken delivery of an Apple TV and now want to stream photos but don't know how to transfer photos from my picture files over into my iPhotos for Photo Streaming. Is there an easy way? I have Mac for Dummies but they don't mention it there!! Guess it's too dummy for them!!! Any one out there can help me as I have loads of pics I would like to see on the big screen from time to time

    You need to connect the Apple TV and the computer to the same network and then turn on "Home Sharing" in iTunes. Check boxes allow you to select what you want to share.
    You'll see a "Computer" icon on the Apple TV and it holds all your music, movies and photos.

  • How can I put the report generated by a program into a File?

    Hi all,
       How can I put the report generated by a program into a File?It can be in TXT format or excel format which ever is possible.
    I need to export this file to memory,How can I do that??
    Regards,
    Shashank.

    Hello Shashank,
    Please ignore my previous answer... Ofcourse it works...
    There are several ways to do this...
    two of them are
    1. List -> Save -> File and press enter..
        it will ask for the format, then path where to save it. Just give the path.
    2. Using function module 'GUI_DOWNLOAD'.
    I'm giving the example bellow which explains the usage of both GUI_UPLOAD and GUI_DOWNLOAD.
    To do this... you need to have folder with name 'TEST' and a .txt file in it with name 'test'. And contents of it are :
    TEST1             ,BOT 
    TEST2             ,BOT 
    TEST3             ,BUT 
    with spaces.
    REPORT zssr_bdc .
    DATA: BEGIN OF g_t_itab OCCURS 0,
            matnr LIKE mara-matnr,
            maktx LIKE makt-maktx,
          END OF g_t_itab.
    DATA: g_t_bdcdata TYPE TABLE OF bdcdata.
    DATA: path TYPE string,
          path1 type string.
    path = 'C:\Documents and Settings\ssr3kor\Desktop\TEST\test.txt'.
    path1 = 'C:\Documents and Settings\ssr3kor\Desktop\TEST\test1.txt'.
    *contents of test.txt    *
    *TEST1             ,BOT  *
    *TEST2             ,BOT  *
    *TEST3             ,BUT  *
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename = path
      TABLES
        data_tab                      = g_t_itab.
    LOOP AT g_t_itab.
      WRITE:/1(18) g_t_itab-matnr, 20(40) g_t_itab-maktx.
    ENDLOOP.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
       filename = path1
       filetype                      = 'ASC'
      TABLES
        data_tab                      = g_t_itab.
    Now you will get one .txt file with name 'TEST1.TXT' in the TEST folder.
    <b>REWARD POINTS IF IT IS HELPFUL</b>
    Regards
    Sasidhar Reddy Matli

  • How do I put a song as an audio file (mp3, mp4 etc) onto iTunes for sale

    How do I put a song as an audio file (mp3, mp4 etc) onto iTunes for sale

    Check with CD Baby - they have an agreement with Apple to get indie music on iTunes for sale.

  • I see an "archive" group listed in the ibook catagories section.  How do i put the books that I've read into that catagory?

    I see an "archive" group listed in the ibook catagories section.  How do i put the books that I've read into that catagory?

    Are you sure that you are not talking about the Kindle App? I might be missing it, but I don't see an Archive section in iBooks categories.
    You can create a section for the books that you have read in collections in the iBooks app.
    Tap on Collections, tap New - name it Archived if that is what you want to call it. Tap Done, then tap the bookshelf anywhere. Tap the Edit button, tap the books that you want to move to Archved - tap Move in the upper left and select Archived.

  • HT1461 I created a partition and installed Windows through bootcamp. But I need to increase my partition size due to me needing more space on the windows side. Can I do this with bootcamp, and how do I do it?

    I created a partition and installed Windows through bootcamp. But I need to increase my partition size due to me needing more space on the windows side. Can I do this with bootcamp, and how do I do it?

    Welcome to Apple Communities
    You can delete the partition in Boot Camp Assistant or use Camptune to modify it

  • HT1918 How do i put NONE for payment now that i already selected a card i want to take my credit card completely?!?

    How do i put NONE for payment now that i already selected a card i want to take my credit card completely?!?

    How to update my credit card information

  • Can you use and iso version of windows 7 64 bit to install windows through bootcamp?

         I saw windows 7 64 bit online cheap and it was and iso. If I put it on a disc, could I use it to install windows through bootcamp?

    You can use the iso direct from Bootcamp assistant and put it on a USB if your Mac has the ability to boot from a USB flash drive.
    If your Mac has a built in cd drive you will need to burn the iso to disc (as an image) and use that to boot from.

  • How do I place tunes I have imported from CD into the appropriate playlists? I am running 10.9.5 on an iMac. I have 18,000 songs and 100+ playlists.It used to be easy on earlier iTunes versions. Now I can 't seem to be able to add songs or whole CDs

    How do I place tunes I have imported from CD into the appropriate playlists? I am running 10.9.5 on an iMac. I have 18,000 songs and 100+ playlists.It used to be easy on earlier iTunes versions. Now I can 't seem to be able to add songs ior whole CDs into existing playlists.

    Hello there, susanmeehan.
    The following Knowledge Base article offers up some great information on how to create a playlist with iTunes:
    iTunes 11 for Windows: Create a playlist
    http://support.apple.com/kb/PH12340
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • SQL Loader-How to insert -ve & date values from flat text file into coloumn

    Question: How to insert -ve & date values from flat text file into coloumns in a table.
    Explanation: In the text file, the negative values are like -10201.30 or 15317.10- and the date values are as DDMMYYYY (like 10052001 for 10th May, 2002).
    How to load such values in columns of database using SQL Loader?
    Please guide.

    Question: How to insert -ve & date values from flat text file into coloumns in a table.
    Explanation: In the text file, the negative values are like -10201.30 or 15317.10- and the date values are as DDMMYYYY (like 10052001 for 10th May, 2002).
    How to load such values in columns of database using SQL Loader?
    Please guide. Try something like
    someDate    DATE 'DDMMYYYY'
    someNumber1      "TO_NUMBER ('s99999999.00')"
    someNumber2      "TO_NUMBER ('99999999.00s')"Good luck,
    Eric Kamradt

  • How to call GOS(Generic Object service) attachment ( BMP file ) into SAP

    How to call GOS(Generic Object service) attachment ( BMP file ) into SAP script
    Example: MM02 Service object there attaching the bmp file the same file i need to call script based on the material number
    Please provide the procedure and  coding.
    Thanks in advance
    Raju

    Hi,
    The following link may be useful to u.
    help.sap.com/printdocu/.../BCSRVOBS.pdf

  • HT203433 I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    Welcome to the Apple Community.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • How do i export a movie as an iso file in ilife11

    How do I export a movie as an ISO file in iMovie11?

    Why? What is your goal?
    http://en.wikipedia.org/wiki/ISO_image
    Toast can do it.

  • How can I put my money from my iTunes account into an iTunes gift card

    I purchase an $20 iTunes card and put the money in my ITunes account and brought what I needed now I would like to put the rest of the money back into the card so I can give it to my friend. My question is how can I transfer the money from my account into the iTunes gift card

    You can't. Once any part of the balance has been spent, the remainder can't be put back onto the card or otherwise transferred to another person(aside from Apple itself) through any means.
    (104205)

  • HT2731 how i can put my pre paid in my apple id....i want to use it to buy apps

    how i can put my pre paid card in my apple id....i want to buy some apps..

    What sort of "pre paid card" is this that you wish to use?

Maybe you are looking for