Browser for 10.3.9

Any suggestions for what browser is currently working effectively for 10.3.9. Safari 1.3.2 started crashing about 12 months ago. Went to Firefox which was working well until the latest upgrade didn't support 10.3.9, and now starting to be problematic. So do we 10.3.9 users have anywhere to go, or are we forced to upgrade the OS? Any help appreciated. Txs.

As always, just make sure you don't install a browser that is incompatible with your OS. Many users downloaded and installed Safari 3 from their 1.3.2 version and found they had to reinstall their OS. It has caused many problems for users. Always check the System Requirements for any software that you install before! I can't tell you how many people come to the discussion forums every day with that type of problem whereas if they had only checked first they most likely wouldn't have any problem at all.<<</div>
Hi: wish I'd read this before Friday morning!! I made the above mistake Friday morning because previously, when I'd tried to install an "upgrade" that wasn't for panther, there was always a warning message that wouldn't allow me to install. Friday, there was no such warning, so I thought is was safe!
Afterwards, the old 1.3.2 would not open, could not re-install, the Installer program told me that 1.3.2 would not work on my system etc. Then the real fun began.... Mail would not open, my acrobat reader would not open, (could not re-install it either) then kodak camera interface software would not open or re-install, and so on.... ran the "short" version of the hardware test that came on the "additional software" disc with the computer and all tests passed. Worked with firefox and thunderbird all weekend because I've got a couple work deadlines approaching. Then firefox quit/crashed 3 times yesterday. So, I ran the extended hardware test this morning twice and got same error message both times indicating a problem with one of the memory cards. Now, here's where it gets really wierd, one local tech I talked to today says I clearly need to replace the memory card and do a "clean re-install" the other local tech says, bring it in and we'll look at it. Might be the memory card, or not... (???) if the machine says it's the memory card, how can it not be that???? But these last ones are the same people who put in a new logic board and processor, then a new hard drive due to kernel panics 10 days apart around Labor day of last year, and may or may not have checked the RAM out first.... Help!!! what do I do and whom do I trust????
The guy who stands to make 5-600 dollars replacing the memory card and backing up/re-installing my software/data, or the ones who worked on it in Sept. who want $60/hour bench time (with at least a 2 day backlog, bring it in and we'll get to it in 2-3 days) to test it and then tell me what's wrong with it.... I'm confused, feeling very paranoid, and broke (spent almost $1000 in sept on the logic/processor/hard drive, only to find out from my husband today that the tech in sept. told him they got their drives from best buy!?!?!?)
Help!
private replies okay with me to: [email protected]
run my own business with my mac so every day that I spend messing with this is a day I'm not working....
thanks!
Catherine

Similar Messages

  • How do you invoke the default browser for Unix/OSX

    Does anyone know how to programmatically display the contents of a URL in the default browser for a Unix system? I found a javaworld article on doing this using Runtime.getRuntime().exec(cmd). The article gives the cmd string for invoking the default browser in Windows, and for invoking the Netscape browser in Unix.
    This can easily be extended to invoke any known browser executable in a known path on a Unix system; but I'd like to invoke the default browser without knowing what or where it is. I'm specifically targetting Mac/OSX, but any Unix solution is worth trying.
    Is there a Unix command for launching the default browser to display the contents of a given URL? Or is there an alternative approach, rather than invoking Runtime.exec()?
    -Mark

    After extensive google searching, I came across a partial solution. This code detects the default browser on a Mac, and provides an elegant solution for trying standard browsers in turn for other Unix systems. I tested it on WIndows XP and Mac OSX 3.9, and it detected the default browser each time. A suped up version of this tool is available as a SourceForge project. You can find it here:
    http://sourceforge.net/projects/browserlaunch2/
    Here's the simplified code:
    //  Bare Bones Browser Launch                          //
    //  Version 1.5                                        //
    //  December 10, 2005                                  //
    //  Supports: Mac OS X, GNU/Linux, Unix, Windows XP    //
    //  Example Usage:                                     //
    //     String url = "http://www.centerkey.com/";       //
    //     BareBonesBrowserLaunch.openURL(url);            //
    //  Public Domain Software -- Free to Use as You Like  //
    import java.lang.reflect.Method;
    import javax.swing.JOptionPane;
    public class BareBonesBrowserLaunch {
       private static final String errMsg = "Error attempting to launch web browser";
       public static void openURL(String url) {
          String osName = System.getProperty("os.name");
          try {
             if (osName.startsWith("Mac OS")) {
                Class fileMgr = Class.forName("com.apple.eio.FileManager");
                Method openURL = fileMgr.getDeclaredMethod("openURL",
                   new Class[] {String.class});
                openURL.invoke(null, new Object[] {url});
             else if (osName.startsWith("Windows"))
                Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
             else { //assume Unix or Linux
                String[] browsers = {
                   "firefox", "opera", "konqueror", "epiphany", "mozilla", "netscape" };
                String browser = null;
                for (int count = 0; count < browsers.length && browser == null; count++)
                   if (Runtime.getRuntime().exec(
                         new String[] {"which", browsers[count]}).waitFor() == 0)
                      browser = browsers[count];
                if (browser == null)
                   throw new Exception("Could not find web browser");
                else
                   Runtime.getRuntime().exec(new String[] {browser, url});
          catch (Exception e) {
             JOptionPane.showMessageDialog(null, errMsg + ":\n" + e.getLocalizedMessage());
       }

  • Since upgrading to Firefox 5, I can no longer browse for attachments in AOL Webmail, and every time I open Firefox, it asks me if Mozilla can make changes to my hard drive. I've gone back to Internet Explorer.

    I upgraded to the latest version of Mozilla Firefox and ever since then, every time I open Firefox it asks me if I want to allow Mozilla to make changes to my hard drive. I have to answer "Yes" or else it won't open Firefox. Then when I open my AOL Webmail and try to browse for an attachment, it freezes up the browser window and I have to open the Task Manager to close Firefox. I have now gone back to Internet Explorer which does not have either one of these problems.

    Maybe just corrupted Disk Utility preferences ...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Preferences/com.apple.DiskUtility.plist
    Click Go then move the com.apple.DiskUtility.plist file to the Trash.
    Restart your Mac then try creating a .dmg file.

  • Haven't been able to use Safari Browser for months, it keeps crashing seconds after I launch it

    I haven't been able to use my Safari Browser for months. Each time I launch it, it crashes.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.
    When you post the log extract or the crash report, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

  • PDF File not opening in browser for sharepoint 2010

    Recently we have moved our web application from one server to another in Sharepoint 2010. Back up of entire web application was taken and restored in another server. But in the new server , the PDF files in the document library is not getting opened in browser.
    it always open in browser
    I have already made following changes but didn,t work
    Set browser file handling to Permissive from central admin
    Set "open in browser" in setting s of doc library
    Set the doc library file handling property using $docLib = $web.lists["Your Document Library Title"] $docLib.BrowserFileHandling = "Permissive" $docLib.Update()
    Added "AllowedInlineDownloadedMimeType.Add("Application/Pdf") in web app
    Installed Adober eader in client machine
    Even after trying all these, the PDF files are still opening in Client application(Adobe reader) but not in the browser
    It would have been great help if anybody provide a solution for this. I have been banging head on this for two days

    It would be handy if you didn't double post too.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/81ed0362-4033-4a31-b265-c1aba43c3d14/pdf-file-not-opening-in-browser-for-sharepoint-2010?forum=sharepointadminprevious
    To answer your question, you've tried most things that I normally see working, but there may be an extra solution here for you.  The solution 2 Powershell that deals with updating the Inline MimeType may help.
    http://www.pdfshareforms.com/sharepoint-2010-and-pdf-integration-series-part-1/
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • When a link is a Document, Firefox doesn't show my word processor in the application choices. When I browse for Word, it won't let me check the box to always us Word.

    When a link is a file (not a web site) Firefox opens a dialog box that begins "You have chosen to open...: and defaults to Save File. When I click on the Open File.. radio button, my word processing program, Word does not appear. When I Browse for the application in the Program Files folder of my computer, I can select Word but the check box to "Do this automatically for this file type from now on." is 'grayed out'. When I click OK, Word loads with the downloaded document.
    This is a real pain the in tokus to do this EVERY time. I have checked the association in Windows XP and that file extension IS associated with the Word application. What gives?

    Try using a different graphics type for your logo. Some don't translate well to Word. I used to know which ones were compatible but that was long ago and the list may have changed.
    Jerry

  • Is there a way to hide apps from the app store? I don't want my kids to see those "free" apps that nag you to spend real money and download their other apps! I can hide them from "purchased apps", but they still show up when browsing for new apps!

    Is there a way to hide apps from the app store?
    I don't want my kids to see those "free" apps that nag you to spend real money and download their other apps!
    I can hide them from "purchased apps", but  they still show up when browsing for new apps!
    Is there a way to hide them so that my kids will never see them when looking for new apps?

    Not other than parental oversight. On the computer you can implement Parental Controls on a separate user account that they would use. You can then block certain websites. But you cannot do that on the iPad.
    You could change your iTunes account such that they cannot access it in order to buy or download apps.

  • Konqueror browser for Linux has an useful CPU limitation feature for websites using Flash content. Can you add such a feature in Firefox?

    I have recently found that Konqueror browser for Linux can help user to limit cpu usage while visiting a website using flash technology by changing settings in the Flash section and adjusting the slider from VERY HIGH settings to HIGH and MEDIUM and so on. It actually works, and it does not have a direct impact on the general performance for flash player but it may generate some conflicts if other extensions such as add-blocker or click-to-flash are enabled also.
    Maybe you can add a similar setting in Firefox in the browser option section or just as an useful addon or extension.

    Sorry for being late with my reply. I've just tested that addon that you mentioned in your post ( https://addons.mozilla.org/en-US/fire.../system-monitor/ ) , it looks like a system monitor and nothing more than that.
    As for the memory tip ( about:memory ) I agree that it can be extremely useful for users that have less than 1 gb memory installed on their system. I know very little about computers but I can tell your tip for optimizing memory usage in firefox has merits.
    Me, I have another problem with cpu overload in Firefox, Internet Explorer, Opera and most of the browsers with flash support enabled. Each and every time time I visit a page that features all sort of adds and gadgets based on flash technology, and each time I try to watch a video online my cpu goes all the way up to 100% and stays there until i finally decide to close the browser.
    I am running winxp and also linux on a Dell Optiplex GX260 machine with 2000 MHz cpu, 1024 Mib ram and 128 Mib video card, it is not the best computer in the world but still 2000 MHz should be enough for a limited and uneventful web experience.
    It is not as much an issue with the web browser, any browser, the whole problem is caused by funny people claiming to be deeply involved with web development, and promoting flash technology for ages instead of choosing other alternatives, more user friendly. All I am saying is that flash ruined the entire web experience making people to believe that they actually need dual-core cpu and coreduo and deepfreeze cpu and so on which is only partially true.
    I always get better results for cpu usage when watching online videos that use media player as default player and not flash player, and my cpu stays below 70% usage which is not much but still it is not 100% usage.
    Konqueror offered me a nice surprise, and I was able to limit cpu usage once I moved that slider from Very High setttings for flash player to Medium settings. I got something between 80-90% cpu usage as a result, and I was very pleased to finally see a working solution to my problem at least for linux if not for windows.
    The only other browser that I can use for windows only, which handles both flash player and cpu usage well is Kmeleon browser which is a long forgotten project but does offer nice features once you find some plugins that it needs to make it come to life again.

  • How do I set a particular view in STUDIO record browser for a particular user?

    How do I set a particular view in the Studio record browser for a particular user?

    Thank you for your reply. However, I could not get Templates to work correctly for me.  Following your instructions, I opened my document, opened Page Setup, set the printer, paper size, orientation, and printed a copy to make sure it was right. Then I re-opened Page Setup to verify that the settings were still correct. Then I saved the document as a Template. Then I found my template in Pages, opened the template, and tried to print. The first thing I noticed was that the template did not remember my printer. Then I set the printer, and printed, but I found that the template also did not remember the page size or the document orientation. So, did I miss a step here? Lion 10.7.5 and Mac Mini.

  • My Macbook browser is not compatible with a business website I must use for work.  Is there a Windows compatible browser for my Mac?

    My Macbook browser is not compatible with a business website I must use for work.  Is there a Windows compatible browser for my Mac?

    If the site has been optimised for IE (which is non-standards compliant), the best you can try is to spoof IE from Safari.
    I'm using an earlier version of Safari than you, so I hope Allan or someone will correct me if the procedure is different.
    First, go to Safari Preferences and enable the developer menu;
    Then go to the menu and select User Agent - choose a flavour of IE.
    Works about 50% of the time.
    It won't work if the site is using Activex controls.

  • Browsing for a file and selecting a Virtual Machine on hyper-v

    Hi everyone, sorry if the title is a bit problematic.
    New to Powershell here, I'm trying to create a script that will let me Browse for a .vhd file, and then let me select a Virtual Machine to attach it to using SCSI attachment.
    So far I managed to attach and detach the VHD files using add-vmharddiskdrive, but using read-host I have to manually enter the address of the .vhd file every time, as well as using read-host to input the VM name.
    Is there any way to browse for the file, select it, and then run the add-vmharddiskdrive command?
    So far the script I have is this:
    $VHDLocation = Read-Host Enter VHD Location
    $VMName = Read-Host Enter VM Name
    Add-VMHardDiskDrive -VMName $VMName -Path $VHDLocation -ControllerType SCSI
    Basically I want to shorten the time it takes to manually type the vhd location and the VM name. Any way to do that?
    Sorry for long post, thanks everyone in advance, have a nice day :)

    I couldn't get the Select-fromgridview to work sadly, but after snooping around on several different forums I managed to copy-paste some codes and after some work and trial and error I got the script to work perfectly, except for one problem. When the box
    pops up to let met select a VM, it pops in the background, as in, behind the ISE itself. So I have to alt tab to see it. Is there any way to make it pop to the front?
    I'd go through the script myself but like I said I'm very new to this and honestly most of this could be Chinese for all I know.
    Again thanks in advance!
    set-executionpolicy unrestricted
    ############## The script for browsing #############
    Function Get-FileName($initialDirectory)
     [System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") |
     Out-Null
     $OpenFileDialog = New-Object System.Windows.Forms.OpenFileDialog
     $OpenFileDialog.initialDirectory = $initialDirectory
     $OpenFileDialog.filter = "All files (*.*)| *.*"
     $OpenFileDialog.ShowDialog() | Out-Null
     $OpenFileDialog.filename
    } #end function Get-FileName
    ############## Sets the VHD location parameter to the selected file from above, and input VM Name  #############
    $VHDLocation = Get-FileName -initialDirectory "c:\fso"
    ############## Select a VM ######
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
    [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Drawing") 
    $objForm = New-Object System.Windows.Forms.Form 
    $objForm.Text = "Select a Computer"
    $objForm.Size = New-Object System.Drawing.Size(300,200) 
    $objForm.StartPosition = "CenterScreen"
    # Got rid of the block of code related to KeyPreview and KeyDown events.
    $OKButton = New-Object System.Windows.Forms.Button
    $OKButton.Location = New-Object System.Drawing.Size(75,120)
    $OKButton.Size = New-Object System.Drawing.Size(75,23)
    $OKButton.Text = "OK"
    # Got rid of the Click event for the OK button, and instead just assigned its DialogResult property to OK.
    $OKButton.DialogResult = [System.Windows.Forms.DialogResult]::OK
    $objForm.Controls.Add($OKButton)
    # Setting the form's AcceptButton property causes it to automatically intercept the Enter keystroke and
    # treat it as clicking the OK button (without having to write your own KeyDown events).
    $objForm.AcceptButton = $OKButton
    $CancelButton = New-Object System.Windows.Forms.Button
    $CancelButton.Location = New-Object System.Drawing.Size(150,120)
    $CancelButton.Size = New-Object System.Drawing.Size(75,23)
    $CancelButton.Text = "Cancel"
    # Got rid of the Click event for the Cancel button, and instead just assigned its DialogResult property to Cancel.
    $CancelButton.DialogResult = [System.Windows.Forms.DialogResult]::Cancel
    $objForm.Controls.Add($CancelButton)
    # Setting the form's CancelButton property causes it to automatically intercept the Escape keystroke and
    # treat it as clicking the OK button (without having to write your own KeyDown events).
    $objForm.CancelButton = $CancelButton
    $objLabel = New-Object System.Windows.Forms.Label
    $objLabel.Location = New-Object System.Drawing.Size(10,20) 
    $objLabel.Size = New-Object System.Drawing.Size(280,20) 
    $objLabel.Text = "Please select a computer:"
    $objForm.Controls.Add($objLabel) 
    $objListBox = New-Object System.Windows.Forms.ListBox 
    $objListBox.Location = New-Object System.Drawing.Size(10,40) 
    $objListBox.Size = New-Object System.Drawing.Size(260,20) 
    $objListBox.Height = 80
    Get-VM | Format-List name | Out-File -filepath c:\VMNames.txt
    ${C:\VMNames.txt} = ${C:\VMNames.txt} | select -skip 2
    function Remove-Topline ( [string[]]$path, [int]$skip=2 ) {
      if ( -not (Test-Path $path -PathType Leaf) ) {
        throw "invalid filename"
      ls $path |
        % { iex "`${$($_.fullname)} = `${$($_.fullname)} | select -skip $skip" }
    (Get-Content C:\VMNames.txt) | 
    Foreach-Object {$_ -replace "Name :", ""} | 
    Set-Content C:\VMNames.txt
    Get-Content C:\VMNames.txt | ForEach-Object {[void] $objListBox.Items.Add($_)}
    $objForm.Controls.Add($objListBox) 
    $objForm.Topmost = $True
    # Now, instead of having events in the form assign a value to a variable outside of their scope, the code that calls the dialog
    # instead checks to see if the user pressed OK and selected something from the box, then grabs that value.
    $result = $objForm.ShowDialog()
    if ($result -eq [System.Windows.Forms.DialogResult]::OK -and $objListBox.SelectedIndex -ge 0)
        $selection = $objListBox.SelectedItem
        $selection
        # Do something with $selection
    $VMName = $selection.Trim()
    ############## Dismounts the VHD if it's mounted on host, and then mounts it on VHD #############
    Dismount-VHD $VHDLocation
    Add-VMHardDiskDrive -VMName $VMName -Path $VHDLocation -ControllerType SCSI
    ############## Detaches the VHD from VM and returns it to the host #############
    Add-Type -AssemblyName Microsoft.VisualBasic
    [Microsoft.VisualBasic.Interaction]::MsgBox('Press Ok when you are ready to detach the VHD', 'MsgBoxSetForeground,Information', 'Confirm')
    Remove-VMHardDiskDrive -VMName $VMname -ControllerType SCSI -ControllerNumber 0 -ControllerLocation 0
    Mount-VHD $VHDLocation 

  • Making IE 11 as default browser for windows 8.1 Update

    Hi,
    We are performing bulk deployments for Windows 8.1 Update using Config manager 2012 R2. Its x64 OS deployment.
    I am looking for a way to make windows 8.1 Update IE browser as a default browser for all users.
    Any local group policy or batch file or any script that would do this, would be great.
    Can anyone pls. some script\pointers on how to achieve this? Thanks
    Regards,

    prior to Win8, you could set file-type associations and protocol associations a few ways.
    e.g.:
    http://www.grouppolicy.biz/2011/09/how-to-use-group-policy-to-change-open-with-file-associations/
    Since Win8, there are extra thing to deal with, e.g.:
    http://blogs.technet.com/b/mrmlcgn/archive/2013/02/26/windows-8-associate-a-file-type-or-protocol-with-a-specific-app-using-a-gpo-e-g-default-mail-client-for-mailto-protocol.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • SOME Windows machines can't browse for Mac printers

    I have a Mac mini with an HP 5940 attached to it. I also have three Windows machines hanging around: my laptop, my wife's laptop, and my wife's desktop. My laptop and my wife's desktop are running XP Pro SP2. My wife's laptop is running XP Media Center Edition SP2. My mini is running 10.5.3.
    My laptop has no difficulty with the printer. It can print all day long, browse for the printer, anything I want to do.
    My wife's machines cannot. They cannot browse for the printer (browsing ends at the computer entry for the Macintosh). They had a previously set up print queue (evidently this did work before), but cannot print using it; documents pile up on the PC.
    If I create a new printer on my wife's machine and enter the \\machine\queue stuff manually, I am prompted for a username and password for the connection. Entering my Mac short username and password allows me to print from her machines, until they reboot. Upon reboot, the print queue no longer works; documents pile up at the PC, etc.
    I can see no difference in the way the print queues are set up on all of the machines.
    I do not know why my laptop can browse the Mac's printers while my wife's cannot.
    I do not know why my wife's machines require a username and password in order to connect to the printer, while mine does not.
    I do not know how to enter a username and password for my wife's printers upon rebooting without deleting and recreating the printer. Which means I have to type the lengthy \\machine\queue stuff again, because browsing doesn't work.
    Any ideas?

    And I have now fired up the desktop PC I retired when I installed this Mac mini.
    Like my laptop, it has no trouble browsing the printers on the Mac or printing to them.
    So, I have a total of 5 machines trying to print over the network to the Mac:
    - My laptop PC works
    - My desktop PC works
    - My NetBSD box works
    - My wife's laptop PC *does not* work
    - My wife's desktop PC *does not* work
    I don't know how the Mac can tell whether a machine is mine or my wife's so it knows whether or not to work...

  • Scripting: browse for data files in a folder and all subfolders below

    Hello,
    i'm looking for a command to search for data files (*.dat) in a folder and all subfolders below.
    I checked out command DirListGet. This command only search in the declared folder and not in the subfolders below.
    Anyone an idea?
    I don't want to use a loop-structure for finding subfolders and browse for the data files.
    Mr. Buddy

    dim result : result = DirListGet("C:\tmp", "*.dat", "filename", "FullFilenamesRecursive")
    dim fl : for each fl in result
    MsgBox fl
    Next
    Works fine for me and even recursive.
    Alternatively but with mucg more effort and the same result.
    Option Explicit 'Forces the explicit declaration of all the variables in a script.
    dim folderPath : folderPath = "C:\tmp"
    dim files : files = GetFileListRecursive(folderPath)
    dim fl : for each fl in files
    MsgBox fl
    Next
    Function GetFileListRecursive(folderPath)
    dim fso : Set fso = CreateObject("Scripting.FileSystemObject")
    dim results : results = Array()
    GetFiles fso, folderPath, results
    GetFileListRecursive = results
    End Function
    Sub GetFiles(fso, folderPath, results)
    dim folderObj : Set folderObj = fso.GetFolder(folderPath)
    dim f : for Each f In folderObj.Files
    if(0 = StrComp(fso.GetExtensionName(f), "dat", 1)) then
    dim index : index = ubound(results) + 1
    redim Preserve results(index)
    results(index) = f.Path
    End If
    next
    dim d : for Each d In folderObj.SubFolders
    GetFiles fso, d.Path, results
    next
    End sub

  • 'Browse For File' icon not working in Dreamweaver CS4

    Hello All.
    Ever since upgrading my copy of Dreamweaver from version 8 to CS4, I seem to have accounted an annoying bug (?)
    If, for example, I want to change an image on a webpage, I would click the image in question on the screen and by using the Properties panel would select a new image by clicking the 'Browse For File' icon in the 'Source File Of Image' section of the panel.
    Then I would select the new image, hit 'OK' and the image would be changed.
    Now when I do this nothing happens - the original image remains and cannot be altered.
    I now have to manually type the link of the new image into the 'Source File Of Image' field, which is a pain.
    I have even disabled my firewall and anti-virus just in case these were somehow conflicting but still no change.
    Any ideas anyone please?
    Thanks,
    Jon
    Using Dreamweaver CS4 on Windows Vista Home Premium SP2

    If Dreamweaver is behaving in an odd way, it frequently means that there is a corrupt personal configuration folder.
    Close Dreamweaver, locate the personal configuration folder, and rename it.
    When you restart Dreamweaver, it should create a new configuration folder with all the program defaults.  
    For details of how to find the configuration folder, see this page in the Dreamweaver FAQ.
    Hope this solves your issue.

  • PPT unable to open in browser for some users

    PPT unable to open in sharepoint browser for some users? 

    Hi,
    If the issue only occurs to some users not all, I’d recommend you check client issue and permission issue. For client issue, you could try compatibility view in IE.
    If there is more than one WFE servers in your environment, then please ensure SharePoint Shared Services is started on all WFE servers.
    Here is a link which provides solution to similar issue, for your reference:
    http://support.microsoft.com/kb/2028346/en-us
    If it doesn’t work, please provide more specific information about error message to narrow down the issue.
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Mac Mini fusion drive churning/thrashing

    My new Mac mini, while running quietly for several weeks, now has a fusion drive that is churning/thrashing continuously. It's not Time Machine.  It's not Splotligh.  It's not anything that reigsters in the Activity Monitor.  Disk Utility checks out.

  • Automated screen captures in emulator tests

    Hi all I'm created a "virtual user" to run and test my midp apps by running them in j2meunit environment which in turn is run in the toolkit emulator. All this is run in my Ant build. I would like from my j2meunit tests to be able to create screen ca

  • Syncing ibooks from pc to iphone

    can't get my ibooks to fully download onto my 5c phone from my PC after updgrading to ios 8. online manuals have not helped. what am i missing? i've updated itunes and followed the directions for syncing, but nothing works. the books have been "downl

  • 6280 Making the Battery go flat

    Hi, I think i got a kind of battery problem with my 6280, anyway lets get onto the question, i want to make my battery go flat, what things should i do to make it go flat really quickly ( eg. turn bluetooth on) so i make a clean and fresh charge, ple

  • Keys don't react at once

    MacBook users have got a firmware update because keys don't react immediately when pressed. I have the same problem with a Powerbook G4. Can I install the same update? I have the latest OS. Bjorn Message was edited by: Björn Obenius Message was edite