Old mac audio files now appear as executable unix files

a long time mac user, back in 95 & 96 i had a PB165 that allowed me to record some of my daughters first words as she spoke into the computer. long ago i saved them to floppy disks. i got an external floppy drive with a usb port and was all ready to transfer these files and create a cd of these sounds but they now appear as "Executable Unix files". First i blindly tried to open one of them using iTunes but there was no luck there. Then i searched this site on how to open "executable unix files" and got some information about using Terminal. Have never used Terminal before and tried to follow the directions but had no luck.
I've probably missed something easy, but have spent a bit of time trying to do this without any luck. So am humbly asking for help as I try to retrieve these nuggets of sounds that can not be reproduced.
thanks,
david

Just adding an extension won't change what is in the file. If you know what the file is (.wav, .aif, etc), then adding the appropriate extension will help the system figure out what to open them as.
Do the files have any extensions now? If iTunes can't open them they may be in an old format, such as a System 7 sound. In that case, you might give PlaySound a try.
Edit: Other converter applications for those old sound files are SystemSound (free) and File Juicer (not free).

Similar Messages

  • All Realtime Media Files now appear as Macromedia Flash files.

    Help sought for a friend...who can no longer access the majority of his years worth of accumulated media files and i'm stumped -
    For no known reason, upon restart of a MacBook running 10.4, every single media file that was originally Realtime Player format,
    now appears as a "Macromedia Flash (.flv) file.  None opens upon icon click.
    There was no installation (at least none that my friend initiated) of any new software that would explain the 'conversion.'  Meanwhile,
    the immediate objective is to restore all of the original-formatting.   It appears that only these RealTime files were affected .
    Any idea on what can be done to rectify this?   As I understand it the Flash app version -  is  7.   version 10 was uninstalled in
    an effort to see if the files would be recognized as Real Player files once again after uninstall and restart. 
    All YouTube or other downloaded files that were in RealPlayer format are now identified as .flvs, and upon attempting startup of
    Real Player  for some reason that App crashes and will no longer open.
    Ideas? 
    Thanks alot,
    Mike Shepherd
    OSX 10.4, 10.5 10.6

    maybe you already tried this,
    but what happens if you select one of the files in the finder,
    do  + I
    and in the "open with" section, you pick the application you normally want to use for these files
    and click "modify all" just underneath

  • So I am trying to empty my trash but something is keeping it from emptying - I think it's this file: SONYCOPY.IND an executable unix file that I know nothing about - so nothing else will delete either

    So I am trying to empty my recycle bin but something is keeping it from emptying - I think it's a unix file called SONYCOPY.IND? Now the trash is also creating new folders with recovered items? Not sure what's going on...

    That file could be set as a Launch Agent or Daemon in your ~/Library or /Library, You could try to look for it or Safeboot your computer and then empty the trash. Safebooting disables Launch Agents/Daemon and Third Party Kernal extensions. Here's the article to Safeboot OS X: What is Safe Boot, Safe Mode? - Apple Support

  • HT1209 I have a music collection on my iPod (160GB Classic). I have that collection on my old Mac Book. Now I have a new Mac Pro and want to transfer the collection to the new Mac Pro, is that doable?

    I have a music collection on my iPod (160GB Classic). I have that collection on my old Mac Book. Now I have a new Mac Pro and want to transfer the collection to the new Mac Pro, is that doable?

    Thanks roaminggnome. Can I do that transfer wirelessly or do I have to get a large jump drive to copy and transfer. I presume that I cannot use my iPod right?

  • Finding a file in the current executable jar file.

    Hi all,
    I am writing a little command line type application and I thought it would be neat to embed it's 'help file' into it's executable JAR file.
    Please can someone show me how to code my application to extract a file from the JAR file from which the Main.class also came?
    (Is that possible?)
    I've been looking around, I can find out how to work with a different JAR file but NOT how to examine the currently 'executing' one.
    Many thanks,
    - jon.

    Excellent! Thank you very much. It's easy when you know how. This works a treat!:
         private static void printHelp() {
              InputStream helpFile = Misql.class.getClassLoader().getResourceAsStream("doc/MISQLhelp.txt");
              if (helpFile == null) {
                   _out.println("Help file: doc/MISQLhelp.txt not found.");
                   return;               
              try {
                   int c;
                   while ((c = helpFile.read()) != -1)
                        _out.write(c);
                   helpFile.close();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return;
         }

  • Installed office for mac (trial version). now I got 2 excel files, which cannot be deleted. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion(with win 7 parallel)

    now I got 2 excel files, which cannot be deleted on my desktop. I can't open them, either. I googled the names of the sheets and found chinese websites I never visited. Are those dialers? How can I get rid of them? system is mac lion (with win 7 parallel)

    The people who make that stuff have their own forums you can also search/ask in:
    http://answers.microsoft.com/en-us/mac/forum

  • I cannot open AirPortDevices Unix Executable file it says  cannot execute binary file

    i cannot open AirPortDevices Unix Executable file. when i try it says cannot execute binary file

    If you are wiling to share one of these files via Dropbox, I have a few old Macs floating around that I can use to figure out what files these are, if they are not corrupted during the copying process.
    Have you tried OpenOffice or LibreOffice?
    If you can see the dates on these files, you can also try looking at http://en.wikipedia.org/wiki/Comparison_of_word_processors to see what could have been used.
    Do you recall the source machine from where these came? You have mentioned Classic II and SE 30.

  • CSV file not appear as a CSV file in attach

    Hi.
    I am sending an CSV file as an attach in an email. But the problem is that it appears as a PDF file, even though in SOST it appears as a CVS file. Does anyone faced this problem?
    Thanks.

    Well, I when I look at this method, I see Attachment_type is of type SOODK-OBJTP.  When I forward navigate into that, I see structure SOODK, with field name OBJTP, type SO_OBJ_TP.  Forward navigating again, I see that that field has domain SO_OBJ_TP.  When I look at the value range for the domain, I find table TSOTD.  Inside that table, I don't find 'csv' as a  type.  This leads me to believe that SAP doesn't know what type of attachment it has.  Since your code implies a hex/binary file, perhaps BIN is the replacement for CSV, and the file name should probably contain '.csv'.  Sorry, it's been a while since I wrote a email with attachment;  I don't remember what I used in prior programs, I believe is used BIN or RAW.
    The choices are listed below:
    ALI                        X          X      ABAP list document      
    ARC                        X                 Archive object (image)  
    BCS                                   X      External Document Storage
    BIN                        X                 Binary document         
    DLI                        X                 Distribution list       
    EXT                        X    X            PC document             
    FOL                        X                 Folder                  
    GRA                        X          X      SAP Business Graphics   
    OBJ                        X                 Business object         
    OFO                                   X      Object folder           
    OTF                                   X      OTF document            
    R3I                                   X      IDoc                    
    RAW   X                    X                 SAP editor document     
    SCR                        X                 SAPscript document      
    URL                                          Link to Internet/Intranet
    WIM                                   X      Work item               
    XXL                        X          X      Document for list viewer

  • "File Now Available" when opening Excel File

    When I open an excel file from using the OpenFileDialog VB, there is a bit of a delay.  After a few seconds a dialog box pops up saying:
    "File Now Available"
    This has two buttons "Read-Write" and "Cancel"
    1) How do turn the alerts off and have it default to Read Write?
    2) The delay in opening can cause issues as the user will not know that there is in fact a delay.  The user may then proceed through my form and press the OK button which will cause an error.  How do I show a status bar to alert the user that there is some Excel process running in the background (i.e. slowling opening the file) when using the OpenFileDialog? Worse case scenario I can set the enable property of the OK button to False until the file is open. 
    Thanks
    EM

    Two thougths -
    Use this:
    Private Function IsFileOpen(strFullFilePath As String) As Boolean
    'http://www.xcelfiles.com/IsFileOpen.html
    'Check if File is Open.  Works for Excel files, but not text files.
        Dim hdlFile As Long
        'Error is generated if you try opening a File for ReadWrite lock >> MUST BE OPEN!
        On Error GoTo errsub:
        hdlFile = FreeFile
        Open strFullFilePath For Random Access Read Write Lock Read Write As hdlFile
        IsFileOpen = False
        Close hdlFile
        Exit Function
    errsub: 'Someone has file open
        IsFileOpen = True
        Close hdlFile
    End Function
    Or just access the Excel file without "opening it" at all using OLE DB (use SQL to modify it) or ExecuteExcel4Macro.
    Cheers

  • Strange "av.mov" files now appearing on every export

    Something odd just started happening.. when I export a FCE movie (File>Export>QuickTimeMovie), I now get these strange files (FileName-av.mov, FileName-av.mov1, etc.).
    This has never happened before and I can find nothing anywhere about these weird files. I did throw them away and tried to use Sorenson Squeeze and it would not compress the file without those additional files. Once I pulled them out of the trash, Squeeze worked fine!
    What are these files? Where did they come from? How do I get my settings back to the way it was!
    Thank you in advance!

    My hard drive is formatted correctly... I've been using the same one for 2 years and it's fine. The settings are also correct as suggested.
    One other thing I've noticed.... the "render" line on the timeline is yellow, which I've also never seen, but nothing I can do can make that go away... maybe that has something to do with it?

  • HT201364 I have dvd's I burned on my old mac,10.5, now I can't view on my newer mac,10.7.5. Need some help

    How would I be able to view dvd's I burned with my older Imac w/10.5 on my current imac w/10.7.5?

    Thanks- Took your advice, it worked, but video seemed to be broken, pixeling. Hopeing to find something better since a so much time was spent making dvds.

  • I mistakenly saved a download, and checked the "always do this for thid type of file" now I cannot open a file without saving it first, because it does not take me to that same dialog box.

    When you open a file from an email, you get a dialog box Open or Save this file. I wanted to save a particular file, so I clicked Save. The problem is, I had already clicked on "do this every time for files like this" so now it won't give me the dialog box back for when I just want to open a file, not save it. I have searched Options, to no avail.

    '''''"always do this for thid type of file"''''' means exactly what it says: '''<u>always</u>''' .
    Go to Tools > Options > Applications, locate and click on the Content Type for the item, change Action to "Always ask". This will cause a dialog to open giving you a choice of opening with an appropriate plugin for Firefox or saving the item to your hard drive. See:
    *http://support.mozilla.com/en-US/kb/Managing+file+types
    *http://kb.mozillazine.org/File_types_and_download_actions
    '''Other issues needing your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.<br />
    <br />
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.1"
    **'''''Security update version 9.4.2 released on 2011-02-08'''''
    **Info on version 10 (Reader X)"
    ***New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    ***See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    *Shockwave Flash 10.1 r102
    **'''''Security update version 10.2.152.26 released on 2011-02-08'''''
    *Next Generation Java Plug-in 1.6.0_23 for Mozilla browsers
    **'''''Security update version 1.6.0_24 released on 2011-02-10'''''
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Saving internet file now results is meaningless alphanumeric file name instead of doc name

    A few weeks ago reader X suddenly started puting all the tools (like save file) back in the top of the window. They were missing for quite some time and very frustrating. I could find no way to bring them back.  Now, however, whenever I save an internet file, a short meaningless alphanumeric name is inserted rather than using the file name/document name that has always been used before. Is there a way to return this to previous behaviour?

    Hi,
    I'm sorry you are having this problem, here is another post about the same problem, where the cause of the problem is described:
    https://support.mozilla.com/en-US/questions/894442
    A bug has been filed to track resolution of the issue here, because a true fix isn't yet available:
    https://bugzilla.mozilla.org/show_bug.cgi?id=703015
    I apologize for the inconvenience.
    Regards,
    Michelle

  • How to rename files that appear in multiple .book files?

    I have about 50 .fm files, and 4 .book files, each of which includes about 20 of the .fm files.
    I want to rename some of the files.
    If I open all four .book files at once, and I go to First.book and rename file Q, I want it to be renamed in all the other .book files in which it happens to be included.
    How can I do that?
    Thanks.

    You have to rename the file in each book that it is included in. After the first re-name, the other books will treat the old filename as a missing one.

  • Why do certain Pages and Numbers files not appear in All My Files

    I don't know if this is associated with Yosemite or not.  But some time ago, I noticed files I use a lot no longer show up in All My Files in Finder.  Whenever I want to open them I have to find them in Finder because they are no longer showing up as a recent file.
    Any ideas why?  I can't find any settings that seem to influence this.
    TIA

    Recent builds of iTunes seem to have an occasional problem where the main music section doesn't always list all the music that has been added to the library. Create a smart playlist with the name of one of the albums and you should find that the media is actually present. Often adding some more media seems to fix things. Downloading the iTunes Free Single of the Week has a good success rate.
    Alternatively you could try closing iTunes, then removing the hidden file sentinel from inside the main iTunes folder and restarting. This will cause iTunes to run a consistency check on the database which should sort out any anomalies.
    BTW I had a clue from another thread that the "missing" tracks might be listed in the Unknown Artist/Unknown Album area at the bottom of the listings. Would you mind taking a look to see if you see the same?
    tt2

Maybe you are looking for

  • Multiple buttons on a single slide each connecting to a different url

    Using a trial version of Captivate 7.  I have a handful of slides where the customer wants to open different forms via url.  I tried using a button for each link, inserting the url and using the "enter" key for each of the multiple buttons.  Works fi

  • IMessage does not work after upgrade to iOS 8.1.3 to my iPad 4

    iMessage does not work after upgrade to iOS 8.1.3 on my iPad 4

  • Password Protected Pages?

    Can I create password protected pages within iWeb? Or, do I need to use a more advance web editor? I've created password protected web pages before using templates provided by my webhost and was just wondering if this is supported in iWeb.

  • Oracle 10g moving to larger drive.

    Hello. I just gave my development box back to our IT department to install a larger harddrive in addition to the one I have now. My oracle installation was installed in /home and that is going to be moved to the 400gig drive, everything else will rem

  • Quick tutorial of using methods of class

    Hi, I have never use methods of class before. Is there anyone can give me a quick tutorial how to do it? To be more specific – I need convert field 'DAUER' into the required format using one of the following methods of class 'CL_HR_T510_PSRCL': •