UNC Paths to network drive does not open a batch file.

Hi All, i am having a problem where i cannot open a link to batch file on the network drive in FF even with the latest v18. I have the following paths to the network drive and under IE it opens the link and prompts for me to Run/Save/cancel on File Download - Security Warning window but not FF, nothing happens in FF.
A work around is to apply few plugins (opendownload.xpi and opendownload2-3.2.1-fx+sm.xpi) to user ff settings and it works. It is not a good workaround because the respective settings varies from users to users.
current configuration:
copy of the link: file:///T:/xx%xx%xx/xx/xx.bat
under my computer the path is: T:\xx xx xx\xx\xx.bat
Thank you.

Firefox sees that (at least local or network dive located) .bat files are text and renders them as such. To download it as a .bat file, use save page as, (or Control-S) change "text file" to "all files" and type .bat onto the end of the filename, then hit save. Not ideal I know, but better than nothing.

Similar Messages

  • Satellite L500-126 - CD/DVD drive does not open very smoothly

    Hi,
    I just got my second Satelite L500-126.
    I exchanged my first one for a new one because the ESC key got stuck sometimes and made a squeaking sound.
    Now with my new one, I noticed that my dvd drive does not open very smoothly and 2 little silver metal bars come out with the drive when I open it.
    Is this normal?
    Also, when I close the dvd drive i hear a little "ping!" sound.
    Like a spring or something. Is this also normal?
    Thanks in advance.

    Hi
    Im not quite sure what you mean by 2 little silver metal bars but my notebooks drive contains two metals (runners, trackage).
    This is normal and these parts are important to ensure that the drive could eject properly and could stay in right position.
    You will always hear an short click opening and closing the drive.
    So I assume this is ok.

  • Finder does not open when a file passes over (mac os X 10.8.3)

    Just installed mac os 10.8.3 mountain lion. As such, it seems with this OS X version the "finder" does not open when a file passes over (in order to move it from desktop).
    The screen dims a little and nothing else happens.
    How can I recover the "finder" functionality that apparently doesn not exist anymore?
    Is it something wrong that I am doing?
    Regards
    José

    Back up all data. Don't continue unless you're sure you can restore from a backup, even if you're unable to log in.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1 or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Safari 5.1 does not open local html files

    Safari 5.1 does not open local html files (with .htm or .html extensions). It fails on files that previous versions of Safari opened. Firefox continues to open them. Any suggestions?

    Turn this option off:
    Regards,
    Colin R.

  • TS1702 Keynote occasionally does not open a .pptx file (came in as an attachment). Keynote say 'not enough memory, yet half of my 64GB is available? File size is 2.5 MB.

    Keynote occasionally does not open a .pptx file (came in as an attachment). Keynote says 'not enough memory, yet half of my 64GB is available? File size is 2.5 MB.

    The Adobe PDF printer is no longer available in Snow Leopard. This is an announce to this fact at the entrance to the Acrobat Macintosh forum. The old methods for doing what you want will not work in Snow Leopard. I recommend you look at Quite Imposing. It can do everything you want and more. Alas, it comes at a price.

  • Hey...... my ipod touch 2g wifi dose not work.... it connects to the network but does not open any of the web pages or internet acess!! HELP ME???

    Someone plz help me out with this problemm... My IPOD TOUCH 2G connects to the wifi network but could not open any of the web pages... i've tried SAFARI, FIREFOX, and OPERA.... nothing in wifi retrieves data!!! it makes me so angry...
    possible reasons???? i've searched net.. and many of the people r having these problems... maybe with the ne iOS4.2.1
    HELPPPPPPPPPPP????
    ...Fateh

    - Reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    - Reset network settings: Settings>General>Reser>Reset Network Settings
    - The troubleshooting here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections
    - Does the iPod successfully connect to other routers?

  • Web.show_document on XP SP2 does not open a .csv file

    XP SP2
    XE db
    Forms 10g (9.0.4)
    form90.conf:
    AliasMatch /query_exports/(..*) "C:/mydir/query_exports/$1"
    .csv file creation statement:
    lv_ext_dir := 'query_export/';
    lv_file_id := text_io.fopen(lv_ext_dir||lv_file_name,''w');
    so far so good. the file is created and written to.
    text_io.fclose(lv_file_id);
    now, the open of the file created:
    lv_temp_dir := 'query_exports/' -- note same value as above
    web.show_documents(lv_temp_dir||lv_file_name);
    at this point a new browser window is opened with HTTP 404 Not Found error. The URL is:
    http:/local_machine:8888/forms90/query_exports/"lv_file_name"
    if I go the following:
    lv_temp_dir := 'file:///c:/mydir/query_exports/'
    web.show_documents(lv_temp_dir||lv_file_name);
    The new browser does not open and I do not get an error. The file is still written to.
    If i use:
    lv_temp_dir := 'query_exports/' -- note same value as above
    web.show_documents(lv_temp_dir||lv_file_name);
    and the new browser open with the HTTP 404 Not found message and I manually type in:
    file:///c:/mydir/query_exports/"lv_file_name",
    The .csv file opens correctly.
    Why is this behavior happening?
    TIA for any help you can provide,
    Ed.

    Whats the machine name ?
    Add the machine name/networkdomain name as a trusted site under
    Internet Explorer ->Securitysettings
    Rajesh ALex

  • Photoshop CS6 suddenly does not open a tif-file

    ... which I just created in the same Photoshop CS6 half an hour ago. The error message when opening says: "Der Vorgang konnte nicht ausgeführt werden, weil diese Datei nicht mit dieser Version von Photoshop kompatibel ist." (could not open because this file is not compatible with this version of Photoshop). The tif-file has more than 10 layers and is about 150 MB big. There was absolutely no error while saving the file in the first place. I already tried opening in 64 and in 32 bit version.
    How can this be and how can I get back or repair my file?
    Thank you very much in advance!!!

    Try opening it in another program like CorelDraw or a simple image viewer like IrfanView.
    Mylenium

  • Network drive does not show after 10.8.2 update

    After updating my MacBook Pro 13" to 10.8.2. Network drive doesn't show on the sidebar. My old MacBook Pro runing 10.7 on the same network work fine.

    Yeah I had that problem the other day myself with a Rotuer attatched external drive. Show on my Win PCs no problem but not on my MBP running 10.8.2.
    Apple, Got to love them. Or Throw the Mac out the window.

  • Edit in Photoshop CS4... does not open the selected file.

    Sorry if this is an old topic, but I can not seem to find the answer and I was hoping someone here might know.
    When in Lightroom (2.2 or 2.3) if I select "Edit in Photoshop CS4..." or any of those dropdown commands, Photoshop opens....and that is it. The selected photo from Lightroom is NOT opened/merged/panoramaized. duuh. frustrating.
    So I re-installed Lightroom, updated to the 2.3, re-installed CS4. all with the same effect that Photoshop opens, but the selected file is NOT opened.
    Has anyone experienced this? Any solutions?
    Thanks in advance.

    When you remove the obvious,
    that which is left must therefore be the truth -- Sherlock Holmes
    Short version:
    When I created a new lightroom catalog, and imported a single, standalone file, It worked fine. But when I imported to the new catalog, any photos from my existing catalog, it would fail.
    Turns out that I was doing something a bit out of the ordinary with the IPTC Copyright field. In order to make my copyright information look "different" when I would export a file.
    One would normally put in that field something like "© 2009 someone". I discovered a few months ago that I could make this field display as a multi line entry.
    ie.
    if you wanted to put XY into the copyright field, but wanted it to display as:
    X
    Y
    all you would have to do is to put a carrage return between the two characters. (hint ctl^enter). Now when you displayed the "copyright" in an output file, it will display
    vertically instead of all the characters in a horizontal line.
    After being frustrated by this for a couple of weeks, I simply started removing every option that I might have applied to photographs that I would import with Lightroom. One of the last ones was the "vertical" information I put in the copyright field in a Preset. (when you remove the obvious...).
    Funny thing is that no program really cares about the formatting of that field, or if it has multiple lines in the data, or special characters.......It even opens up just fine in Photoshop / Gimp / PSE / etc. with no problems.
    But, if you have multiple lines of data in the Copyright Field (and I suspect others as well),
    AND you want to open up the file from Lightroom in Photoshop, using the standard menu item of " Edit with Photoshop CS4", for some reason Photoshop will start, but never open the designated file. I would expect some parsing something just giving up after it encounters a CR.
    But.....All is well that ends well. Now I can quit obsessing, and move on to something else...
    Best,
    Jim

  • Elements 12 does not open nef raw files depsite having latest raw plug-in

    Help please - wasted far too much time trying to open my raw files with recently purchased elements 12. I have tried to ensure all software is up-to-date but still the message that the raw file is not supported appears when I try to open with Camera Raw . The files open in nikon software and windows.  My camera is a Nikon D7100.

    As a test, try copying a nef file from your camera to computer without using nikon transfer and see if it opens in pse 12.
    Which version of windows are you using?
    If in the photoshop elements 12 editor you go to Help>About Plug-In and click on the words Camera Raw, what version does it say?

  • Bridge does not open Photoshop CC files

    When I try to open a photoshop cc file in Bridge I get a message that says " Windows cannot find C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Photoshop.exe Make sure you typed the name correctly and then try again.  Even though The last version of CS I had was CS6 and even though the file I am trying to open was made with Photoshop CC.
    I checked my startup scripts and there does not appear to be one for PhotoshopCC.  Where do I find them and how do I get them to install properly?

    I noticed that there are still adobe folders for photoshop and premiere on the computer. Should I just delete those folders?
    Use Easy Find (Devon) and run Adobe in search field. From the list select the folders that you have doubt about and choose Show in finder option. Then look at the content. If it are custom settings like actions, tools, brushes best keep them save.
    But to be totally on the save side select all search result and copy them to a separate disk as Back Up so you can always find some lost customized settings back. All other deleted files should be reinstalled as per new install on new disk.
    I would like to get it right this time. I was also wondering if I can still download the dmg directly from adobe or is that not available anymore.
    If you have bought a download version of the Master Collection for CS6 then their should be a possibility to download it again using your Adobe ID. The new CC can be downloaded again using ACC.
    Otherwise you have to contact Adobe customer support for a new copy or download.

  • Bridge does not open camera raw files

    I am having this issue with the bridge not opening cr2 files in acr. I have a new mac and installed CS6 with 7,4 acr. Has anyone come up with a solution to this bug?
    The error message is :
    camera raw editing is not enabled camera raw editing requires that a qualifying product has been launched once to enable this feature
    I really would prefer to not uninstall this product and it is not the case that I have another trial copy. I have searched my computer and cannot find any.
    Thanks for any new ideas on this bug.

    I noticed that there are still adobe folders for photoshop and premiere on the computer. Should I just delete those folders?
    Use Easy Find (Devon) and run Adobe in search field. From the list select the folders that you have doubt about and choose Show in finder option. Then look at the content. If it are custom settings like actions, tools, brushes best keep them save.
    But to be totally on the save side select all search result and copy them to a separate disk as Back Up so you can always find some lost customized settings back. All other deleted files should be reinstalled as per new install on new disk.
    I would like to get it right this time. I was also wondering if I can still download the dmg directly from adobe or is that not available anymore.
    If you have bought a download version of the Master Collection for CS6 then their should be a possibility to download it again using your Adobe ID. The new CC can be downloaded again using ACC.
    Otherwise you have to contact Adobe customer support for a new copy or download.

  • ADE 2.0 does not open 'older' ACSM files

    I found many questions/help requests re opening ACSM files -- but none like this.
    I have a number of ACSM files that are several years old and I no longer have data re where/how they were obtained.  I recently lost the 'My Digital Editions' folder but did have the ACSM files backedup.
    I installed ADE 2.0 and it works fine with ebooks downloaded from Adobe.  However it will not open any of the ACSM files that I had saved.  Each gives the error:
    "Unable to download. Error getting license. License server. E_ADEPT_NO_TOKEN."
    Can anyone help me understand what the error means and/or how to corect the situation so I can retrieve my ebooks?

    There are lots of bugs in ADE2.0.  Try replacing ADE2.0 with the older but more reliable v1.7.2.
    (You can have them both installed at once if you like.)
    Version 1.7.2, it is a little difficult to find, available on Adobe site for Windows and for Mac.
    http://helpx.adobe.com/digital-editions/kb/cant-install-digital-editions.html
    The forum software is sometimes corrupting the link above.  There shouldn't be a blank in 'editio ns.html'.  The following redirects to the same page: http://tinyurl.com/diged172
    Make sure to authorize your 1.7.2 with the same userid you used before for V2.0

  • Photoshop does not open the requested file

    Hi,
    I installed the cs5 fxg ext. with extension manager on Mac OS X 10.6.3.
    I think that went ok.
    But... In catalyst (cs5) I have imported a jpeg file and want to edit it with photoshop. Catalyst gives the message "editing selection in photoshop jadaa jadaa"
    It starts photoshop, but my picture is not opened in photoshop (also cs5)...
    What's wrong?

    I have the exact same problem...

Maybe you are looking for

  • One More Rant as to Fios features and "improvements"

    What kind of marketers does fios have that force their programmers to do such a horrid job? my wife and i got up this morning. beautiful sunny morning, warm for the first time. we turned on the tv, and saw a show we wanted, so i hit record... as she

  • Sales order According to the Customer PO

    Hello all, I am very new to SAP SD. I am using ECC 6.0 machine. When i search and display any sales order, it contains PO number. I want details of this Purchase Order. For that i used 'BAPI_PO_GETDETAIL'. But after executing it shows me that 'PO Doe

  • Apple tv hogs network

    I have one of the cute little black Apple TVs.  I think it used to behave fine, but now when I pug it into my network (my house is wired, I rarely use wireless), the Apple TV just BLASTS packets over the network so much that it kills internet access

  • When is Apple gonna release a patch for iTunes to sync apps?

    I already bought the apps the day it first came out and i can't even sync the january software upgrade to my ipod touch. i'm not about to re-sync my ipod and lose all my music just for 5 little apps. i refuse to do that. i wanna know when apple is go

  • Which Video Filter provides a cameo window

    Can anyone tell me which video filter will allow me to make a cameo window in a video? i have a video with a still Powerpoint slide as the background. What i want to accomplish is to make a round or oblong video window in the bottom right or left cor