How to transfert notepad text files from my computer to my new ipod touch 64g

see first question

snarfman123 wrote:
Ok..got it thanks! But, that leads me to my next question. I have over 140GB of music on an external hard drive that I want in my library. I know I can set the media folder to that external drive, but when I add the songs to my library, it would copy the files into that folder and not just move them meaning I'd have double the files on my drive? Is there a way to set it so it just transfers the files directly to the media folder and keeps them there?
Drag the file into the "Automatically Add to iTunes" folder, which can be found in your iTunes Media folder.  iTunes will add the file to your library and will immediately move it to an Artist/Album folder and you will end up with only a single copy.  Try it now with one file so you can see how it works, before doing larger batches.

Similar Messages

  • HT201272 I bought a new Ipod Nano and purchased songs on Itunes.  How do I download the songs from the computer to my new ipod

    I bought a new Ipod Nano and purchased songs on Itunes.  How do I download the songs from the computer to my new ipod

    Connect the iPod to your computer and select it on the left-hand sidebar of your computer's iTunes (if you have iTunes 11 on your computer then you can enable the sidebar via option-command-S on a Mac, control-S on a PC), and then on the right-hand side you can use the Music tab to select which of your music that you want on the iPod.
    Syncing music : http://support.apple.com/kb/HT1351

  • How to upload a text file from a shared folder and provide an o/p

    how to upload a text file from a shared folder and provide an o/p  containing the details in each order in the text file

    Hi,
    Use <b>GUI_UPLOAD</b> to upload a text file from a shared folder.
    Use <b>GUI_DOWNLOAD</b> to download data in a file on the presentation server or use <b>OPEN DATASET, TRANSFER</b> and <b>CLOSE DATASET</b> statements to download data to the application server.
    Now, I hope the code for data fetching, if required, is already present in the report.
    Reward points if the answer is helpful.
    Regards,
    Mukul

  • How can I read text files from LAN if I only know the hostname?

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    <p>1. How can I read text files from LAN if I only know the hostname, or IP address?
    <p>2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.
    (ex. how can I read the 120th line?)
    <p>Please help!
    <p>sorry for the bad english

    I'm new in Java Developing, and dont know the written classes yet. I need help, how to do the following steps?
    1. How can I read text files from LAN if I only know the hostname, or IP address?You need to know the URL of the file. You need to know the hostname, port, protocl and relative path.
    The hostname is server, not file.
    2. How to read lines from text files without read all lines from the beginning of file, just seek to a position.Use the seek() to get to a random byte.
    (ex. how can I read the 120th line?)The only way to find the 120th line is to read the first 120 lines. You can use other file formats to find the 120th line without reading the whole file but to need to be able to detremine where the 120th line is

  • HT1203 How do I get my music from the iTunes library to my iPod touch?

    How do I get my music from the iTunes library to my iPod touch?

    Here are how-to instructions http://support.apple.com/kb/ht1386
    Apple has how-to instructions for just about everything. The information is available for free on Apple.com/support

  • HT1751 by transfering my itunes files from myold computer to my new computer will it also transfer apts and books/

    by transfering my itunes files from myold computer to my new computer will it also transfer apts and books?

    If you move your entire itunes library, then yes.

  • How do i turn off the external speaker on my brand new iPod touch

    how do i turn off the external speaker on my brand new iPod touch - it is very annoying

    Just turn the volume fully down using the lower button on the upper left side of the iPod.
    You can also go to Settings>Sounds to turn off alert and ringer sounds.

  • How to download a text file from the server

    hi everyone,
    can anyone tell me how to download and read a text file from the server and saved in into resource folder.
    with regards
    pallavi

    its really easy
    To read from server, use something like:
    HttpConnection connector = null;
    InputStream inp_stream = null;
    OutputStream out_stream = null;
    void CloseConnection()
         if(inp_stream!=null)inp_stream.close();
         inp_stream=null;
         if(out_stream!=null)out_stream.close();
         out_stream=null;
         connector.close();
         connector = null;
    public void getResponse(String URL,String params)
      try
         if(connector==null)connector = (HttpConnection)Connector.open(URL);//URL of your text file / php script
         connector.setRequestMethod(HttpConnection.POST);
         connector.setRequestProperty("User-Agent","Profile/MIDP-2.0 Configuration/CLDC-1.1");
         connector.setRequestProperty("content-type", "application/x-www-form-urlencoded");
         //connector.setRequestProperty("charset","windows-1251");
         //*** If you need to send ("arg1=value&arg2=value") arguments to script use this:
         out_stream = connector.openOutputStream();
         byte postmsg[] = params.getBytes();
         out_stream.write(postmsg);
         int rc = connector.getResponseCode();//in any case here connection will be opened & closed
         if (rc != HttpConnection.HTTP_OK)
              CloseConnection();
              throw new IOException("HTTP response code: " + rc);
         inp_stream = connector.openInputStream();
         int pack_len = inp_stream.available();
         byte answ[]=new byte[pack_len];
         inp_stream.read(answ);
         CloseConnection();
         ProcAnswer(answ);//process received data
      catch(Exception ex)
         System.err.println("ERROR IN getResponse(): "+ex);
    } And you can read from resource file like
    public void loadFile(String filename)
        DataInputStream dis = new DataInputStream(getClass().getResourceAsStream("/"+filename));
        String str="";
        try
             while (true)
                ch = dis.read();//read character
                if(ch=='\r')continue;//if file made in windows
                if(ch=='\n' || ch==-1)//end of line or end of file
                    if(str.length()==0)continue;//if empty line
                    //do some thing with "str"
                    if(ch==-1)break;//it was last line
                    str="";//next line
                    continue;
                 str+=(char)ch;
           dis.close();
       catch (Exception e)
           System.err.println("ERROR in loadFile() " + e);
    }Welcome! =)
    Edited by: MorskoyZmey on Aug 14, 2008 3:40 AM

  • How do I move text files from my desktop to my iPod Touch?

    How do I transfer (export) text files from my Mac (word processor files) to the Notes app on my iPod?

    WesternGuy wrote:
    I am going to assume that I can move individual profiles, or even delete profiles that I no longer need.
    Just be aware that if you delete or don't move profiles that are currently assigned to images LR will (without warning) reassign those images with the Adobe Standard profile.
    You can use AnyFilter, Data Explorer, or DevMeta plugins to determine if any images are assigned to a profile you want to delete. You can then reassign the profile of your choice. Once that's completed you can safely delete the camera profile.

  • How to read a text file from a Jar file

    Hi
    How can I read a text file from a Jar file?
    Thanx in advance..

    thanx
    helloWorld it works.damn, I didn't remove it fast enough. Even if it is urgent, it is best not to mention it, telling people just makes them take longer.

  • How to copy/send text file from FTPS to SAP ECC File Port

    Hi Frdns,
    I am working on one design, actually my requirement as follows
    I am receiving financial information document from Banks, which is in the form of BIA2 message format, it looks like text file. This information needs to be sending to SAP ECC system.
    I identified some approaches to full fill the requirement
    1)Using Conversion agent/or third party tools to convert BIA2 message in to XML, then using PI I will pick up the XML message, convert it in to IDoc.
    2)Without any conversion I will copy the same file (original BIA2 message) in to SAP ECC file port, in this case no conversion required, calling some program I will schedule it.
    I am looking forward t implement the second approach because it saves lot of money to my client.
    Now I am wondering using File adapter can i copy to SAP ECC File Port or I required ABAP proxy?
    What is the best approach to copy the BIA message text file from FTPS to SAP ECC File Port.??
    Regards,
    Raj

    Hi Raja,
    >>Now I am wondering using File adapter can i copy to SAP ECC File Port or I required ABAP proxy?
    Yes you can do this copy, the only restriction that can happen is the file size.. If you are sure that the fiel will be of few MB at the max then you can use the Configuration part alone and copy it to ECC folder. For doing this you need the following:
    1. Sender agreement (mention the sender interface as anything XYZ)
    2. Sender communication channel. Pick the file in binary mode
    3. Receiver determination (keep both the sender and receiver service as same)
    4. Interface Detemiantion (dont specify any mapping and keep the receiver interface name as XYZ)
    5. Create receiver agreement (with same service and interface)
    6. Use file adapter here
    Regards
    Suraj

  • How can I import Quicken Files from a G4 to a new iMac.

    I need to transfer my Quicken 2007 files from my G4 to my new iMac. My G4 is running OS 10.4 and Quicken Essentials for Mac requires 10.5 or above. My G4 cannot run 10.5. My iMac is running Lion and I've heard if I load Mac Essentials on my iMac, I won't be able to import the files from my G4. Anybody have any ideas?
    I've been considering making a copy of my system and applications folders on an external firewire drive, then connecting it to my iMac. I thne plan to use the external drive as a startup disk and load Quicken essentials on the external drive. Then, once eveything is loaded, I was hoping I could copy the files and pull them over to my applications folder on my iMac. Does anybody know if that will work?

    I'm in the same boat!!! Been a long Time Quicken user and they finally made the software almost un-useable. I have 2 intel laptops in the house and a G4. The intel systems are both running Lion had I known the quicken conversion software dosen't run on Lion I would have converted all my quicken backups (going back to 1997) before installing Lion.
    To answer your question, what I have found out is convert all your files on Lepoard then update to lion. The conversion software that comes with Quicken Essentials will work on Lepoard. Thats how I converted mine. But last week I needed to go back to and old backup looking for some transactions and found the Lion issue. Had to boot up the G4 and load the old Quicken software to look at the backups.
    Been really thinking of switching to another product.

  • How do i get my files from windows laptop to my new iMac?

    how do i get my files from laptop to my new imac?

    You can use Migration Assistant or Manually move files using an External Hard Drive.
    see > Switch Basics: Migrate your Windows files or system to your Mac
    You can also use your home network to share files with the new iMac. 
    see > Mac Basics: File Sharing

  • How can i transfer iweb files from one computer to another?

    Hi,
    Recently my harddrive crashed and i had to rebuild my computer. I retreived most of my files but i cannot find where my iweb files are located. Does anyone know where iweb saves files or how to retreive my domain files from the web (if at all possible)?
    Thanks

    AYetis wrote:
    Could there be other location for the iWeb files?
    Unless you moved the Domain file, that's its default location. Make sure you're looking in the Library folder in your Home folder rather than Macintosh HD. See also THIS recent post.

  • How do I copy a file from my computer to the iPad?

    How do I copy a picture from my computer to my iPad?

    Removed; redundant.
    Message was edited by: varjak paw

Maybe you are looking for

  • App server 8.1 could not start

    Encounter App server 8.1 could not start Reason by bugger : Port Conflict Incorrect server config. Corrupt depoly app. Anyone could make to varify the actual cause. I using MS XP SP2, Norton Interent security and connect to internet while depoly to r

  • How do I completely uninstall DTA nd its data base as the manager hangs up?

    Somehow when using downthemall plugin something glitched so now when I select the DTA manager and it tries to load but hangs up. I have used the tools to uninstall DTA and reinstalled but the same problem exists. I think the database or where the DTA

  • Partitioning external hard drive problem?

    I bought a new Seagate 120GB ATA/100 internal hard drive which I put into an Apricorn Firewire enclosure to create an External Hard Drive. The Mac initialized the drive and I used Disk Utility to partition the disk into 2 partitions, one for 70GB and

  • Onclick event

    hi all, i added to my dynpro button and i want excute bapi  but the program is stuck on wait. i want to enter the debbuger but nothing happend. just wait. How can i solve this problem.i can't even check it because there is no debbuger. Tks.

  • When opening google the program runs and freezes

    I am able to go through internet explorer to use google search and when i use mozilla with firefox and go to google is freezes and can not open or close tab with out logging off.