How to send an iTunes file.

In Mac iTunes Library, I click on iTunes/Services/Mail/Send File. It automatically forms a message with the song attached. Can someone tell me how it is done in Windows as I cant seem to find Services, etc. Thanks.

Same thing really. Files can be emailed as attachments.
Your main issue will be that many ISPs limit the size of emails allowed. My limit is 3MB. This is different from ISP to ISP. There is also sometimes limits to total size of emails in inbox.
Depending on your ripping software settings songs from CD can be from 2MB to 60MB. AAC at 128k stereo using iTunes will be about 1MB per minute of song.

Similar Messages

  • How to send a text file to a printer?

    Hi, I'm in dark on how to send a text file to a printer through Java Stored Procedure.
    Here are what I tried so far (OS: win 2000, Oracle: 817 or 9i2):
    1, Enable DOS command in Java Stored Proc. and try to send PRINT command there:
    public static String Run(String Command){
    try{
    Runtime.getRuntime().exec(Command);
    System.out.println("Command: " + Command);
    return("0");
    catch (Exception e){
    System.out.println("Error running command: " + Command +
    "\n" + e.getMessage());
    return(e.getMessage());
    public static void main(String args[]){
    if (args.length == 1)
    Run("print /D:\\\\enterprise\\john " + args[0]);
    else System.out.println("Usage: java OSCommand filename");
    PL/SQL wrapper:
    CREATE OR REPLACE FUNCTION OSCommand_Run(p1 IN VARCHAR2) RETURN VARCHAR2 AUTHID CURRENT_USER AS LANGUAGE JAVA NAME 'OSCommand.Run(java.lang.String) return java.lang.String';
    SQL command:
    //print /D:\\machine\printer test.txt
    I loaded the Java Stored Procedure into SYSDBS account, it failed silently, even though piece of code works fine in external JVM.
    2, Use filePrinter:
    public static String print(String printString) {
    try{
    String printerUNC = "\\\\machine\\printer";
    FileWriter fw = new FileWriter(printerUNC);
    PrintWriter pw = new PrintWriter(fw);
    pw.println(printString);
    fw.close();
    return "OK";
    }catch(Exception e){
    e.printStackTrace();
    return "Exception: " + e.getMessage();
    public static void main(String[] args) {
    try{
    String printerUNC = "\\\\machine\\printer";
    String printString = "Hello World";
    FileWriter fw = new FileWriter(printerUNC);
    PrintWriter pw = new PrintWriter(fw);
    pw.println(printString);
    fw.close();
    }catch(Exception e){e.printStackTrace();}
    I loaded it into SYSDBS too, and tried with this:
    SQL> select MY_PRINT.PRINT('HELLO from Oracle') from dual;
    MY_PRINT.PRINT('HELLOFROMORACLE')
    Exception: No such file or directory
    SQL> show user
    USER is "SYS"
    It works in external JVM too.
    What's wrong with this?
    Thanks for any help in advance,
    Charles

    Avi:
    Thanks for your response!
    I put the java code in SYS, 'cause I assume that account has max privilege. If the test is successful, I will move that to some user schema and then to deal with those privilege settings... But I'm unlucky.
    I checked Ask Tom, this is what I got from http://asktom.oracle.com/pls/ask/f?p=4950:8:1619723::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:38012348052,%7Bprinter%7D:
    ... Print file from PL/SQL ...
    If you are using Oracle8i, release 8.1 -- much can be done with Java. java
    would be able to print directly from the server.
    Looks like using Java to print out file is better than PL/SQL. But there's no more hint there! And, no new question can be asked there today either...
    I'm wondering whether we can create a socket to a printer and send the characters there directly... Anyone has experience on this?
    Thanks for all the help in advance,
    Charles

  • How to send a PDF file as a FAX from Oracle Reports 6i

    Hi
    I want to know how to send a PDF file as a FAX from Oracle Reports 6i. Or please post any sample code in reports that sends PDF document as FAX
    Help need immediately.
    Thanks in advance. my email id is
    [email protected]
    Arun
    null

    hello,
    there is no native support for directly faxing a report. you could e.g. use a fax-software that has a printer-driver that supports this.
    regards,
    the oracle reports team

  • How to send a JSP file in a MAU patch

    Hi friends,
    We need to send a patch for enhancement, which contains classes and a JSP file also.  So, we know how to send class files, but we are not aware of how to send a JSP file in the patch.
    Please help us if anybody know this.
    Thanks & Regards,
    Ravi

    Hi Ravi,
    <b>Is is possible to update this jar file or to change some mappings?</b>--->I think you can not update the application.jar file.
    Let me know one thing, while you creating war file from NWDS/Eclipse did you compile JSP pages as Precompiled class files. If you did that, your application will not point JSP pages that you applied as patches.
    Is your application is in production phase? If yes, my first suggestion is..If you have updated application.jar file, apply the application.jar file as patch.
    If your application is not in production phase....best option is, again create a war file as pre-compiled jsp pages, and make changes in NWDS that the compiled class files should loaded as application.jar file. Then you can apply patches easily.
    Hope this helps you..
    Regards,
    Murthy

  • How to send a large file in XI ?

    How to send a large file in XI ?

    hi,
    use a splitting mechanism to convert large files into smaller files and process them as if they where independent.
    You can use the "Recordsets Per Message" parameter in the File Adapter sender comm channel by using File Content Conversion, to create a new message for each 1000,10000,etc records in the source file...this could be a way of splitting.
    If you scenario works ok for small files, maybe you can develop another scenario that runs previous the current one, that only splits files (e.g. File-XI-File) and then puts the output smaller files in the directory that your current scenario monitors.
    Check this blog for huge file processing
    /people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover
    Thanks,
    Vijaya

  • Can anyone tell me how to send a PDF file so that it opens up in the body of the email itself? Thanks

    Can anyone tell me how to send a PDF file so that it opens up in the body of the email itself? Thanks

    That is a function of the recipient's e-mail software understanding what your software sent.  If it doesn't it will always show as an icon or attachment.   It is also a function of both your internet provider and their internet provider accepting messages of that size, and a function of their download attachment settings in their e-mail program.  There is no way to guarantee it will appear inline in the attachment.   The best you can do is attach with Windows Friendly format.  To do that, use the attach toolbar icon that looks like a paperclip, (View menu -> Customize toolbar if invisible) on Mac OS X Mail when composing the message.   A checkbox appears in the file dialog box's bottom to make it Windows friendly when you navigate to pick the PDF file.  That makes it as universally compatible as possible.  It still may not appear inline, but at least you are less likely to be incompatible.

  • How to send the PDF file to FAX will the nast table updates

    Hi all,
    How to send the PDF file to FAX. Will the nast table updates ( which fields updates ).
    Need is once fax is send for that delivery, again it should not fax again. Will the nast table helps to check the sent fax.
    Please give me sutable suggessions....

    Have you checked Forums » Community Discussions » Code Snippets 
    I believe there were some examples on converting/sending PDF.
    Or check FM 'SO_DOCUMENT_SEND_API1' and documentation for it.

  • How to send the pdf file....

    How to send the pdf file which is an outpu of smart form to sap users.
    How to delete the pdf file as soon as it was sent.

    Have you checked Forums » Community Discussions » Code Snippets 
    I believe there were some examples on converting/sending PDF.
    Or check FM 'SO_DOCUMENT_SEND_API1' and documentation for it.

  • How do u find itunes files on the computer

    how do u find itune files on the computer mine wont load right

    They are there as iTunes can't find the files. I get what you want to say. Try to remember if you had a hard drive or USB Stick containg Music? As removing it would cause iTunes to look for it. On a PC the iTunes apps and stuff are in Music>iTunes>iTunes Media

  • How do I transfer itune files on my computer to my ipod shuffle?

    How do I transfer itune files on my computer to my ipod shuffle?

    Hey sscope,
    Thanks for the question. The following articles provide information on how to set up syncing for your iPod:
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    Syncing music to iPod shuffle
    http://support.apple.com/kb/HT1719
    Thanks,
    Matt M.

  • How to send a PDF file of 50 MBs?

    how to send a PDF file of 50 MBs?

    Or use the free Workspaces service at https://workspaces.acrobat.com/
    Upload the file, publish or share it, then send the download link via email.

  • I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

    Subject: Migration
    I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

    Subject: Migration
    I migrated all data from old PC to new and iTunes successfully transferred to new PC. When I click on a song it says it cannot locate the original. How does one map iTunes file to iMusic to enable play from original files ?

  • How to send a csv file by email in SSIS

    Hi,
    I need to create a SSIS package which creates a csv from sql table and send the same file by email. I have created the package but it thorws error saying the file does not exist in the send email task. For the first time the file will not be present but
    the send email task expects the file to be present when executing itself. How to solve this issue?
    Preetha

    In Execution taks
    /*you should map the shared folder to a drive letter*/
    EXEC msdb.dbo.sp_send_dbmail 
         @profile_name = 'My Name', 
         @recipients = '[email protected]', 
         @subject = 'Error Log Count', 
         @file_attachments=N'F:\Testing.txt'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to send a Pagemaker file to people who don't have this software???

    Since Pagemaker has been mentioned in regard to my last question about finding a new ink jet printer, I thought maybe someone could tell me how I can send a Pagemaker file to people to don't have a Mac and/or who don't have Pagemaker. I can't seem to convert anything to a PDF file by going to "save as". There are times that I can simply drag a Pagemaker file onto an old version of Microsoft but sometimes the type changes drastically and sometimes there is a large space between letters, especially on bold titles. Many of the files I need to send contain some simple graphics for magazine ads.
    I realize you probably can't offer a lesson but maybe there is a simple answer.
    Thanks a bunch, in advance.
    Ann C

    You need to select PDFWriter (or PDF something) in the Chooser as your default printer. I have something called PDFWriter in my Extensions folder and PDFPlugin in the Printer Descriptions folder. I'm not sure where these came from, and i'm not sure what Print2PDF is, but you're actually printing your Pagemaker file, not saving it, when you create the PDF. As for page setup, the formatting isn't always quite right with my PDFWriter either, but that's mainly when i print webpages. Haven't actually tried PDFWriter with Pagemaker.

  • How to send a iweb file or project via email?

    I've done a web site using iweb. My client requested it so he can update and change it himself using iweb. How can I send it to him via email? I tried sending the "domain" file but it's not supported as an attachment. Is there a solution, or the only way is to copy it on a cd and mail it ?

    Control-click that item in the Finder, compress or archive it, and attach the zip.
    (55671)

Maybe you are looking for

  • Using a second modem

    Is it possible for me to use a modem I have which would be hard wired for my pc whilst still having my HH3 connected for my laptop? The HH3 is in the main socket, the speedtouch modem would be on an extension.

  • I'm a teacher using CS3 Design premium suite (PhotoShop, Flash, & Dreamweaver primarily) help on activation

    we had two machines re-imaged and after reloading the CS3 and the key it baulks about too many activations this is a volume license. This product is no longer supported, how can I get my key to work and activate the CS3 Suite

  • At Selection-screen Events!

    Hi!   Pls tell me the order of selection screen events in sequence Pls give some sample program for validation of selection screen i/p without using search helps.   Thanks

  • Rental contract Periodic billing

    Hi, I configured the rental contract and periodic billing. When I create contract in the billing plan tab its taking full month rent for the first month and last month even though the contract started in the middle of the month and ended in the middl

  • Login is getting strange........

    It seems that since I updated to the latest Tiger update that my computer has been acting strangely. It could be something that I did in Cocktail or Backup but here is my issue: I have my computer to start early in the morning and run Backup on my 2