Opening a file type: File

Hi all,
I have to open a simple file for editing. Its a simple file containing some text though its type is unknown. When I click it, it asks for program to open with. It opens
with both notepad & word pad. When I checks its properties, its type is written 'type of file: File'. Otherwise, its just a simple text file. I am using windows xp.
I will be very thankful if someone tells me how could I open this file. This may be an irrelevant question on Java forum but since here, a lot of experienced people, can I use same method(I mean the one which someone will tell me now) to open the file in a C program that is for java.
Thanks a lot in advance for any kind of help......

OK,
Sorry all. Error was some where else. I was just confused by the fact that file was of strange kind & I thought it was the reason.
Sorry again, & I look for your help in future.

Similar Messages

  • Open .Doc/.rtf  Type file it in a browser

    Hi All,
    we are unable to open .Doc/.rtf Type file it in a browser .we are using web.show_document.
    in button code
    web.show_document('http://server nme/forms90/pdf/TEST1.DOC')'
    'http://server nme/forms90/pdf this path is already configured in configration files
    for PDF/JPEG/TIF/TXT/GIF type files above code working fine
    plz help
    vikas

    it is not working fine . it seems that a browser is opened but closes automatially.
    The reson might be that the MS OFF is not installed on the Application Server/Client Side. Could it be the reson ?
    But if i directaly use it as an URL in I.E then a dialog box appears to open the file and it is working fine.
    vikas

  • How can I open outlook vCalender type files (.vcs files) in Firefox?

    ''Locking as duplicate, continue at'' [/questions/749342] - TonyE
    n my application,I hava a fature that make use of Calander.vcs file to get a schedule appointement in outlook.with IE browser,it is working fine.But Firefox can not open the Calander.vcs file and showung some code in the webpage.

    Maybe the view menu, refer to the article below.
    * [[What happened to the File, Edit, and View menus?]]
    Hopefully this helps.

  • Can I associate WINE apps to open MS Office type files in Gnome3?

    Hello,
    I am stuck, well, I think getting closer.  I just bought a second hand PC  2 weeks ago.  I have a Archlinux setup on it with Gnome 3 (fallback mode) and got it looking a lot like Windows7 so the family don't complain its no good..
    I have everything working nicely, MS Word, Excel & Powerpoint inside Playonlinux and have my shortcuts on Desktop, etc.. for kids' homework assignments.  I edited my menus with Alacarte and generally its all looking good.  I figured out the necessary usbpl module quirks to get my 2 USB printers working on it as well.
    I am really stuck with file associations.  I have been reading the Archwiki article on Xdg-open and I now have the following ~/.local/share/applications/defaults.list file
    [Default Applications]
    inode/directory=Thunar File Manager.desktop
    application/vnd.openxmlformats-officedocument.presentationml.presentation=Powerpoint2007.desktop;
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=Excel2007.desktop;
    #application/vnd.openxmlformats-officedocument.wordprocessingml.document=playonlinux --run "C:\Program Files\Microsoft Office\Office12\WINWORD.EXE" /home/nenas/Downloads/"$docname";
    #application/vnd.ms-word.document.macroenabled.12=playonlinux --run "/home/nenas/.PlayOnLinux/wineprefix/Office2007/drive_c/Program Files/Microsoft Office/Office12/WINWORD.EXE $docname";
    application/vnd.openxmlformats-officedocument.wordprocessingml.document=playonlinux --run "/home/nenas/.PlayOnLinux/wineprefix/Office2007/drive_c/Program Files/Microsoft Office/Office12/WINWORD.EXE $docname";
    text/html=chromium.desktop
    I look in Chromium Downloads or Thunar file manager and click on the .docx .xlsx and .pptx files.  I am able to get the programs to open but unfortunately not the filename I am clicking on, much less when the filenames contain spaces in them.  At the moment it simply opens the program (which is a great start).  but I am sure I should be able to get the clicked filename to open too.
    Has anyone successfully done this?  What about for files with spaces in the name?
    I found this useful site where others say they have succeeded but i just can't get it to work:
    http://www.playonlinux.com/en/topic-3375.html
    Can anyone see where I am going wrong (with MS Word association at least)?
    thanks a lot,
    Peter

    This is a Windows problem, so go to the Microsoft search page to learn how to set your file associations
    http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US

  • Can not open oracle 10g OracleXE file

    I have tried to open the OracleXE and was unable to. I have windows XP and it says that it can not open a mime type file. Is there another format that will work?

    Your browser may be helping a bit too much, check the file name extension.
    Try using Windows Explore, locate the downloaded file and ensure you've got the .exe file, for 10g size should be about 210MB, something like that.
    Turning off the "Hide Extensions for known file types" option can be helpful (under Tools/Folder Options/View tab).
    And there are forums for specifically for XE, {forum:id=251} and {forum:id=1378}

  • File type associations limit in WP8.1

    Hi everyone!
    I'm building a music app for WP8.1 called Teh Jukebox. I am aiming to support many music file formats.
    I am however running into a huge problem due to the file type limit at certification time, only allowing 20 file types to be registered with an app.
     The reason it is a problem is because I want to make a music app that plays many music file formats, from lossy types like mp3 to lossless types like flac, along with chiptune formats such as nes, spc and vgz. Secondly I want the app to be able to
    display album art, and the album art may be in jpg format or png or gif.
     After I added support for chiptune formats I went over the limit and the certification tool told me that the app failed certification as it went over the limit.
     Here is a breakdown of the current file type support:
     lossy:
     mp3
     ogg
     m4a
     aac
     wma
     lossless:
     wav
     flac
     album art:
     png
     gif
     jpg
     jpeg
     Playlist:
     m3u
     m3u8
     chiptune:
     kss
     spc
     vgm
     vgz
     gbs
     nsf
     nsfe
     sap
     ay
     hes
     As you can see I'm over the limit at 23.
    If I don't put each file type inside my Package.appxmanifest file as a File Type Association declaration when I call StorageFolder.GetFilesAsync() I don't get the files in the list, even though they are in that folder.
    The code is all done and the formats all work but because of this limit my app can't currently be certified!
    So my question is can the limit be extended for certain apps (up to 30 would be fine!) or is there some way to add more file types that I don't know?
    Thanks all for your help
    -Alister.

    Hello Alister,
    I am not aware of any way to extend the 20 file extension limit. However, the other thing to keep in mind is
    certain file extensions are reserved by the OS and any declarations you place in the manifest will be ignored. MP3, MP4, WAV, WMV are all reserved by the OS, for
    example. The above link contains the full list.
    There are two types of reserved file types: file types reserved for Windows Phone built-in apps and file types reserved for the operating system. When a file type reserved for a built-in app is launched, only the built-in app will launch. Any attempt
    to register your app with that file type is ignored. Similarly, any attempt to register your app with a file type reserved for the operating system also will be ignored.
    -Eric
    Windows and Windows Phone Dev Center Support
    Send us your feedback about the Windows Platform

  • Attach any file type in the same format and send it thorugh mail

    Dear Guru ,
    I have encountered an issue which i am not able to resolve .
    The issue is like this I need to upload any kind of file type(such as .txt, .xls, .pdf, .doc, .jpeg, .bmp)
         and need to send that file send that particular file and the same file type format attached in the mail.
    how i should approch to get solution to this issue.
    I have gone through the all prog refered in the code gallry (related to send mail with attachment) but i am not able to find out any prog which is giving guidine line attach any kind of file type from the PC (most of the prog is with either taking filetype .txt, .xls or RAW) and send it via mail .
    Need  proper guideline to resolve this issue.... how i should approch to solve this.....
    Thanks & regards
    Saifur Rahaman

    Dear Saha Da,
    Yes saha da i know using SO00 or Sap Business Workplace (SBWP) you can send it.
    But the requirment is like this it must have to do from the selection scereen of the prog .User can save the path of the file which is residing in pc in a variant and from that variant prog will run in background to automate the process.
    We can do it using harcoding the filetype while uploading data from the selection screen.
    But we have to provide the flexiblity to the user so that he/she can change to any file or any file path.
    I am not pretty sure but i my plan i am thinking 1st i will provide the provision of uploading the file into sap application server and from there we will read the file type , file content and send it to mail.
    I know it can be done but right now dont know how it can be done ..... but i will findout...
    Can you give me some more guideline reagrding this.
    Thanks & regards
    Saifur Rahaman

  • Removing obsolete file type associations from "Open With" menu

    Ever since I removed VMWare Fusion 3.x from my system, I've been unable to remove the Bootcamp file type associations that it created. For example, if I right-click on a PDF and choose Open With, this is a partial list of what I see:
    Adobe Acrobat Pro (default)
    Adobe Distiller (Mac) - Boot Camp partition (VMWare Fusion 3.0.0)
    Adobe Fireworks CS4
    Adobe Fireworks CS4 (Mac) - Boot Camp partition (VMWare Fusion 3.0.0)
    Adobe Illustrator CS4
    Adobe Illustrator (Mac) - Boot Camp partition (VMWare Fusion 3.0.0)
    Adobe Photoshop CS4
    Adobe Photoshop CS4 (Mac) - Boot Camp partition (VMWare Fusion 3.0.0)
    ...and on and on and on. 17 additional entries for Fusion for PDS's alone. This junk is driving me crazy.
    I've tried rebuilding the Launch Services database with MacPilot and Onyx (the recommended fix that I've found on the web), but the entries still are there even after restarting Finder and rebooting my iMac. I'm at a loss to figure out how to get rid of these.
    Can anyone help me?
    Thanks!

    They are stored in the LaunchServices database. You can give this a try, but no guarantees. If you no longer use VM Fusion then I suggest following the information below on uninstalling software.
    Rebuild LaunchServices Database
    Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
    find /System/Library/Frameworks -type f -name "lsregister" -exec {} -kill -seed -r \;
    Press RETURN.
    Wait for the Terminal prompt to return after which you can quit the Terminal.
    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash. Applications may create preference files that are stored in the /Home/Library/Preferences/ folder. Although they do nothing once you delete the associated application, they do take up some disk space. If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application. In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder. You can also check there to see if the application has created a folder. You can also delete the folder that's in the Applications Support folder. Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item. Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder. Log In Items are set in the Accounts preferences. Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab. Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS. Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term. Unfortunately Spotlight will not look in certain folders by default. You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead. Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder. Usually with the same name as the program or the developer. The item generally has a ".pkg" extension. Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are also several shareware utilities that can uninstall applications:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • Every time I download anything I get an error message stating ...could not open ....dmg because it is either not a supported file type or the file has been damaged." What do I need to do to fix this problem?

    For the last month or so, every time I download anything I get an error message stating "........could not open ...... .dmg because it is either not a supported file type or because the file has been damaged...." I do not know what to do to fix this issue. Any ideas?

    hmmm.... try this
    basic troubleshooting:
    Repair Disk Permissions http://support.apple.com/kb/PH5821
    Repair Disk http://support.apple.com/kb/ht1782
    reset ACLs http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/

  • How can I open a cfm file in Dreamweaver CC using a Mac? Added to the Extensions.txt. Getting error adding to preferences-- file types.

    I am trying to open Cold Fusion files using Dreamweaver CC. We've never had a problem with the versions before the Cloud. My co-worker can open using a PC, but I'm using a Mac. I can connect to the server and see the files, but when I open, it opens the file in text editor. I have tried adding the extensions to the Extensions.txt file (they weren't there previously), editing the MMDocumentTypes.xml file (the file type WAS in that file), adding to the Preferences-->File Types/Editors (I can add the extension, but when I try to choose Dreamweaver CC as the editor, I get an error "You cannot use Adobe Dreamweaver CC as an external editor. Please choose a different application."). When I right-click the file, I do not see an "Open With" option, only "Open".  Does anyone know of another trick that could make Dreamweaver CC more than an HTML editor for Mac?  I cannot us CF Builder - no approval for loading the extra files server-side to use that IDE.

    Have you tried these suggestions...
    Open ColdFusion documents in Dreamweaver CC

  • "uses a file type that is blocked from opening in this version" error message when opening a *.doc file with Word already running

    Several customers running different versions of Office 2011 (14.4.1-14.4.5) on OSX varying from 10.7.5 to 10.9.5, running on various kinds of hardware (iMac/MacBook Pro/MacBook Air) of various ages are having issues opening *.doc files if the Word is already open. The error message that gets displayed is, "XXXX.doc uses a file type that is blocked from opening in this version"
    When the customer tries to open the same file via File-Open, she gets "The file is locked for editing. you can open the file as read-only".
    When trying to do so, she gets "Word cannot open this document. The document might be in use, the document might not be a valid Word document, or the file name might contain invalid characters".
    If Word gets Force-quit, the same document opens without any problems.
    1. Repairing Disk permissions was ran several times. and the volume was found to be OK.
    2. I have noticed that in this scenario either deleting the normal.dotm or com.microsoft.word.plist (~/Library/Preferences) sometimes resolves the issue, sometimes it doesn’t. There is no pattern to follow. All versions of Office are affected, the fully updated and the non-updated ones.
    3. I have tried completely removing the suite using Office 2011 Uninstall.app and/or Remove Office 2011 Uninstaller.pkg, then going through customer's library and manually removing all the Office references.
    4. None of these systems had Office 2008 in the past.
    Any help will be greatly appreciated.

    Reboot both the Mac and the server. Word opens .DOC files and Excel opens .XLS files. As you have found out by copying the files to the computer. It is the connection between the 2 computer that is causing the error.

  • Mac won't open some files MasterPlan.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    I had this problem of not being able to open some files a couple of years ago and eventually was able to fix it but i can't remember how. Any help would be grateful.

    The following document should help: Error: Adobe Reader could not open '*.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and was not correctly decoded.)
    Please update this thread if your issue is resolved.
    Thanks,
    Shashi

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • I have a macbook pro with the latest update, and any Pdf file I have opened online or downloaded and I try to print it gives me this message Adobe Reader could not open 'April-15th-2014-Messenger.pdf' because it is either not a supported file type or beca

    Adobe Reader could not open 'April-15th-2014-Messenger.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    Most likely http://helpx.adobe.com/acrobat/kb/pdf-error-1015-11001-update.html

  • E70 PDF Reader : Unable to open. File type not sup...

    This morning I have bought an E70, among others due to its highscreen resolution and the possibility to run a PDF reader on it.
    I have now tried ...
      - the pre-installed Adobe PDF Reader
      - the Adobe PDF Reader supplied with the PC Suite CD-ROM
      - the Adobe PDF Reader available on europe.nokia.com
    I am fascinated by a software which presents itself in the About box as '1.5', prompts during installation for '1.0.5' and has filenames '1_5_0'.
    Apart from minor variations in the SIS filenames they all share the same annoying feature: They refuse to display any of my PDF files but display a message 'Unable to open. File type not supported. 5. !' instead.
    It doesn't seem to be a problem of the PDF files, since a collegue of mine was able to open them on his E61 or E70 (forgot to ask).
    Any idea what this problem could be caused by?

    I am speechless -- but happy.
    The complaint about the file type only appears if you try to open a PDF stored in the phone memory but not if you try to open a PDF stored on the memory card.
    Problem solved.

Maybe you are looking for

  • Hi Team I wrongly purchased the software which is I need Adobe Flash in my Mobile I

    Please help what I purchased is Adobe Cloud which I don't require can the team help me how to install In my I Phone and if the Flash required also payment ok I will remain thanks for the help 

  • Mini-DVI to SCART... HOW?!?!?

    Hey all, My question is pretty straight forward, I have searched the forums and not been able to get a straight forward answer. How do you connect a macbook to a television that only has SCART connections? Basically i need a Mini-DVI to SCART cable.

  • Where can I purchase a replacement CD for the Airport Express Base station A1264?

    Where can I purchase a replacement CD for the Airport Express Base station A1264? I'd like to sell my Airport Base Station, but I believe I need a CD with the software on it for the new owner. Anyone know where I can find one? Thanks! Meredith

  • Org.Unit with attributes report ? :-)

    Hi guys, Quick question, The support people wants to see a report of the users and their attributes assigned (cost center, catalogs, etc). I cant find anything similar.. I just know that in PPOSA_BBP we can "visualize" the org unit...but a report ? =

  • Wrt54g and tivo and passwords

    I have a few issues and need to figure these out. I have been trying to work them out and just can't seem to make it all coordinate. I have my linksys set up but it is unsecure - no password. I need to fix that. A few months ago I tried. I followed a