Determine the file name lengths

Is this possible in Windows 7 to determine the length of the file names in an old and its subfolders?

I tried some freeware programs that are supposed to do, but with not much luck.

Thank you

Sounds like pretty simple job for someone who knows how to write scripts that run in Windows, in something like Visual Basic.  Until this person comes to help here, I will mention that a method I've found is to go to the desired folder, copy the filepaths of the elements there, paste into an Excel sheet and use formulas to deal with the results.

More details: when opening the file (or do a search in this folder), click on organize, click Select all, press on and hold down the SHIFT key and right-click on any file name, click Copy as path, go to an Excel spreadsheet and paste it into cell A2 to display a column to fill with paths.  Because we want to count the characters in the names of files and no paths together, we have a few delicate manufacturing formula Excel.

I did the labels column for cells A1 to E1: entirepath filename extension namelength pathlength.  B2 E2 to cells contain these formulas:

B2

= IF (ISERROR (FIND("\",A2)), A2, RIGHT (A2, LEN (A2) - FIND ("|", SUBSTITUTE (A2, "-","|", LEN (A2) - LEN (SUBSTITUTE(A2,"\",""))))))

C2

(= IF (ISERROR (FIND(".",B2)),"", RIGHT (B2, LEN (B2) - FIND ("|", SUBSTITUTE (B2, ".","|", LEN (B2) - LEN (SUBSTITUTE(B2,".",)))) "" ")))

D2

= LEN (A2)

E2

= LEN (B2)

Note that the namelength will include characters from file extension, or at least it did for me: I always keep the setting to display the file extension in Windows.

For all information from production lines according to the formulas, select cells B2 to E2, copy, select the cells on the lower lines of the C2 at the last line with a filepath showing and paste.

Tags: Windows

Similar Questions

  • Limit the length of the file name of the file to download in a file.

    Hello

    I got a file navigation item. When the file name is 74 more characters, he goes to an error page. Can this be avoided?
    To avoid this, I tried to use a javascript script
    function doSubmitWithProgress()
    {
    If {(document.getElementById('P202_FILE_INPUT').value.length > 70)
    Alert ("file name must be less than 70 characters.'");
    Object.Focus ();
    }
    on the other
    {$x_Hide ('wwvFlowForm');
    $x_Show ('InProgress');
    doSubmit ('UPLOAD_FILE');
    }
    }
    But consider the path of the file as well and therefore to cause a problem.
    So could you please help me with this problem.
    If there is a way to avoid going to the error page if the name of the file is big, that would be great. Otherwise, if there is a way to check that the length of the file name and trigger an alert if it is larger than 70 characters, that would help me also.

    Thank you
    Vignesh

    Vignesh,

    You can use the javascript str.split ()* method to break down the full path in a table of its individual parts and then check the length of the last piece (which ends up being the name of the file).

    For example.

    function doSubmitWithProgress()
    {
      // Create a variable to hold the full file name with path
      var fullFileName = document.getElementById('P202_FILE_INPUT').value;
    
      // Now create an array that contains the individual pieces of
      // the file name split on the "/" boundaries
      var myArray  = fileName.split('/');
    
      // The last variable contains the length of the last item in the array
      // which ends up to be our actual file name.
      //
      // NOTE: We have to use myArray.length-1 because JavaScript
      // Arrays start at 0
      var fileNameLength = myArray[myArray.length-1].length;
    
      if (fileNameLength > 70)
      {
        alert('File name should be less than 70 characters in length.');
        object.focus();
      }
    else
      {
        $x_Hide('wwvFlowForm');
        $x_Show('InProgress');
        doSubmit('UPLOAD_FILE');
      }
    }
    

    Hope this helps

    Doug Gault
    [SUMNEVA.COM | http://www.sumneva.com/]

  • Titles or subtitles of the file name?

    Is it possible to automatically generate the titles or subtitles of the file name? I have a video made up of several small files and you need to insert their names under the name of a chapter, or at least as a subtitle. FCPX only supports to support the generation of TC.

    The short answer (obtuse) is not. Not in FCPX alone.

    I seriously doubt you will be interested in this procedure, but someone might be.

    You need movement (this is the only expense here), TextWrangler and a droplet of Automator (see below).

    First, gather all your files of clips in a folder.

    Drop the file on the files in the folder (the automator app/drop) that will create a text file with the names of all files in the folder. When you are prompted to save the file, you can name it and save it wherever you want.

    Gout Gets the names of files from the Finder, and they are complete paths, such as:

    / Users/fx/Desktop/txtLicenses/Aardvark Cafe readme.txt

    [You can download a copy of the 'Files in the folder' drop HERE ]

    Open a window in TextWrangler, and then drag the text file to a blank page (very cool - TextWrangler automatically opens the file with drag and drop.) [TextWrangler is FREE of Barebones.com (http://www.barebones.com/products/textwrangler/) software, everyone should have a copy! The most recent version is 5.0.2 in date 25/12/2015]

    Type the command + F to open the Find/Replace dialog box. Make sure that Grep is checked.

    To find them, use this regex:

    .*\/(.+)\.. +

    [translated: find everything up to and including the last ' / ' character, can find everything up to the last period and save it as a game (the parenthesis) and then find everything at the end of the line]

    As an alternative, use:

    \1\n

    [Translated: prints the substring and adds a newline character - it will be double space lines of text]

    In the drop-down menu with the label of 'g', save... (model - something like Remove Path and FileType) so you can find it again easily.

    The text from the above example will become:

    Aardvark Cafe readme

    [and will follow an empty line]

    [I recommend you do all your spelling at this point.] Make sure that all text is as you want it to appear in FCPX. Repair later gets a bit dicey. and generally it is a good idea to start over if you need to make changes to the text file.]

    Save the file with another file in TXT format.

    On the move:

    Create a project generator. It can be almost any length, so accept the default value of 10 seconds. You will be stretching out in FCPX in any case.

    Add: Generators > text > file

    [You can use the Inspector to Format to choose the font, size, etc. and the inspector looks for color and 3D options].

    In the Inspector of the generator, find the section, load your text file

    Set the speed to Custom

    Reset the Custom speed setting

    Publish the speed of Custom setting slider

    Save in FCPX (and create a category called subtitles)

    When you save the generator in FCPX, the file being used is hard-copied in the media for access folder. You cannot publish the setting browse generator, so all files subtitles prepared in this way are projects of "One Shot". You can throw away them once your project is completed because their utility essentially died with the FCPX project.

    In FCPX, apply the generator to the plot and develop it to adapt to the length.

    Keyframe of the lines of text to match the timing of your video. This is where double spacing will be useful because it is a real pain in simple lines of keyframe and you will need a bit of space for a step-by-step. You can, of course, import the audio portion of your story in motion, create a project for quite a long time for the entire length and key image subtitles in movement. You can export as, eventually, the subtitle project as ProRes (if you do not use 4444, then you can apply the Composite blend mode add to the layer that you use in FCPX as the background should be black.)

    If all of your clips are the same length of time, then using the subtitle generator is a snap. Set a keyframe at 0 for the appearance of the first line and in the end, the last line should appear, simply drag the speed until the last line shows control (should be at or close to 100%). The generator systematically displays a single line both throughout the progression of his 'read'

    I found that the faster is to import the audio in motion and create a Motion project, the length of the audio used for subtitles + a little extra at the end.  Listen to the audio, and for each line that you display, add a keyframe... little whatever it is. When there is a keyframe for each line, listen again and adjust keyframe values to display the line. This will leave you with linear transitions from one image to another key (and overlapping in some cases, or the appearance of lines before image real key because of "Rounding errors") - is NOT a problem! Just select 1 keyframe, type command + A to select all the keyframes, and then right-click on a keyframe and select constant on the menu drop down. This will create a step-by-step through each value and you give the * discreet * timing you have need for the text to appear at the right time.  Remove the audio track and save the project as a generator of FCPX... it is faster and easier to export a track video overlay.

    You need movement 5.1.x or better (there are serious problems with 5.0 versions and file generator.)

    I know it doesn't look like it, but this method of captioning is much easier than ANY other software of captioning I've tried in the past... NO timecode or the special formatting is required... other recommended spacing to double.

    HTH

  • Remove the file name characters when exporting to file

    Hi all

    I worked with Silly-V , which has been extremely useful in creating a script to automate creating files in Illustrator.

    What I need help with now is the ability to add in this script, the ability to remove "x #" character of a filename on export. This would be ideal, as it will completely automate what I did by hand for months.

    The current script, that we have put in place takes generally, which would take me about 1 minute per file and it has reduced to 10 seconds. Translate this in the whole of the need to treat roughly 800-1 000 files, and you can see where the time invested is decreased significantly.

    The last piece of the puzzle is the removal of characters from ONE of the two files that are created through this script.

    First of all, this is the current script. It seems to work perfectly for what I ask it to do.

    #target illustrator-19  
    function test(){  
      
      
      var folder_1 = Folder("~/Desktop/Header CAD");  
      var folder_2 = Folder("~/Desktop/Clean CAD");  
        
      app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;  
        
      function revealAllLayers(doc) {    
          for (var i = doc.layers.length - 1; i >= 0; i--) {    
              doc.layers[i].visible = true;    
          }    
      };    
      
      
      
      
      function hideLayer(doc, name) {    
          doc.layers.getByName(name).visible = false;    
      };    
      
      
      
      
      function exportMyPng(dest, doc, props) {    
          if(props.hasOwnProperty("antiAliasing")){    
            switch(props.antiAliasing){    
              case "ARTOPTIMIZED" : {    
                  app.preferences.setIntegerPreference("plugin/PNGFileFormat/AntiAlias", 1);    
                  break;      
              }    
              default : {    
                  break;    
              }    
            }    
          }    
          var pngOpts = new ImageCaptureOptions();   
          pngOpts.antiAliasing = true;   
          for (var all in props) {    
              if (pngOpts.hasOwnProperty(all) && all != "antiAliasing") {    
                  pngOpts[all] = props[all];    
              }    
          }    
          doc.imageCapture(File(dest + "/" + doc.name.replace(/\.\w+$/, props.extraStuff + ".png")), doc.visibleBounds, pngOpts);    
      };    
      
      
      
      
      var doc = app.activeDocument;    
      revealAllLayers(doc);    
      hideLayer(doc, "Materials");    
      hideLayer(doc, "Detail Artwork");    
      exportMyPng(folder_1, doc, {    
          transparency: false,    
          antiAliasing: "ARTOPTIMIZED",    
          resolution: 300,    
          extraStuff: "_header"
      });    
      
      
    
    
        
      hideLayer(doc, "Header");    
      exportMyPng(folder_2, doc, {    
          transparency: false,    
          antiAliasing: "ARTOPTIMIZED",    
          resolution: 300,    
          extraStuff: ""
      });    
      
      
      app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);  
      
      
    };       
    test(); 
    
    test(); 
    

    I found the program Name Mangler done an exceptional job of the completion of the task of renaming. Here's a screenshot of what I'm asking for looks like with this program.

    Screen Shot 2016-08-01 at 3.18.45 PM.png

    My ultimate goal is to be able to integrate this unique Name Mangler feature the existing script I posted above. Now, the problem is that I need ONLY to assign the file created by the section of the lines 66-71. As you can see, I need to remove the file name starting at the index of 14 characters.

    Is it possible and something that anyone can help with?

    Thank you in advance!

    Brooks

    Whew busy days!

    Well, I got this here:

    #target illustrator
    function test(){   
    
      var folder_1 = Folder("~/Desktop/Header CAD");
      var folder_2 = Folder("~/Desktop/Clean CAD");   
    
      app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;   
    
      function revealAllLayers(doc) {
          for (var i = doc.layers.length - 1; i >= 0; i--) {
              doc.layers[i].visible = true;
          }
      };     
    
      function hideLayer(doc, name) {
          doc.layers.getByName(name).visible = false;
      };     
    
      function exportMyPng(dest, doc, props) {
          if(props.hasOwnProperty("antiAliasing")){
            switch(props.antiAliasing){
              case "ARTOPTIMIZED" : {
                  app.preferences.setIntegerPreference("plugin/PNGFileFormat/AntiAlias", 1);
                  break;
              }
              default : {
                  break;
              }
            }
          }
          var pngOpts = new ImageCaptureOptions();
          pngOpts.antiAliasing = true;
          for (var all in props) {
              if (pngOpts.hasOwnProperty(all) && all != "antiAliasing") {
                  pngOpts[all] = props[all];
              }
          }
          doc.imageCapture(File(dest + "/" + doc.name.replace(/\.\w+$/, props.extraStuff + ".png").substr(props.charsOffStart)), doc.visibleBounds, pngOpts);
      };     
    
      var doc = app.activeDocument;
      revealAllLayers(doc);
      hideLayer(doc, "Materials");
      hideLayer(doc, "Detail Artwork");
      exportMyPng(folder_1, doc, {
          transparency: false,
          antiAliasing: "ARTOPTIMIZED",
          resolution: 300,
          extraStuff: "_header",
          charsOffStart: 0
      });     
    
      hideLayer(doc, "Header");
      exportMyPng(folder_2, doc, {
          transparency: false,
          antiAliasing: "ARTOPTIMIZED",
          resolution: 300,
          extraStuff: "",
          charsOffStart: 14
      });
      app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);   
    
    };
    test();
    

    This one has a new parameter "charsOffStart" that you have to stick in your two-functions for the economy, and it will be lop however much from character now!

  • Copy the text for the file name

    I have looked around for this but have not found much. I have a server with thousands to print sheets of the evidence and from the beginning, long before me, the files have been saved with verbal descriptive names. It would be much better if they were registered according to the number of PO. All the evidence leaves have a number of purchase order listed at roughly the same place on the sheet... is possible to copy this number of the field in the pdf file and save the file in a new folder under the file name using a script using this number?

    Thanks in advance.

    Maybe if:

    // Find645_NumberInDoc.jsx
    // http://forums.adobe.com/thread/1221811
    // regards pixxxelschubser
    
    //var destFolder, sourceFolder, files, fileType, sourceDoc;   // "your" sourceDoc is in the other part always defined as aDoc
    var destFolder, sourceFolder, files, fileType;
    var aDoc, DocName, aDocPath, aTFrame;
    var searchString = /^6\d{6}/;
    var searchString2 = /^6\d{6}_/;
    var saveOptions = new PDFSaveOptions();
    saveOptions.pDFPreset = "ProofCopy";
    
    //sourceFolder = Folder.current;
    sourceFolder = Folder.selectDialog();
    if ( sourceFolder != null )
    {
        files = new Array();
        fileType = "*.ai";
        files = sourceFolder.getFiles( fileType );
        if ( files.length > 0 )
        {
            destFolder = sourceFolder;
            //for ( f = 0; f < files.length; f++ )
            for ( f = 0; f < 4; f++ )   // --------------- only 4 files for your testing
            {
                aDoc = app.open(files[f]);
    
                //alert(aDoc + " opened");
                // --------------- now was opened a document
                // --------------- and here should be the rest
                DocName = aDoc.name;
                aDocPath = aDoc.path.fsName;
                aTFrame = aDoc.textFrames;
                for (i=aTFrame.length-1; i>=0; i--) {
                    contentString = aTFrame[i].textRange.contents;
                    result = contentString.match (searchString);
                    DocName = DocName.replace (searchString2,'');
                    if (result) {
                        var SaveName = aDocPath + "/" + result + "_" + DocName;
                        SaveName = SaveName.replace(/\.ai$/,'.pdf');
                        i=0;
                        }
                    }
    
                if (result) {
                    alert("SaveName: "+SaveName);   // --------------- only for your test
                    aDoc.saveAs( new File(SaveName), saveOptions );
                    // --------------- now close the active Document and go to the next in the loop
                    aDoc.close (SaveOptions.DONOTSAVECHANGES);
                    } else {
                        alert ("No match found - document remains open")
                        }
    
    }
    }
    }
    
  • Function to the file name only

    Dear gurus
    I have a full path as C:\ABC\AAA\BBB\a.txt
    I use this function to get the name of one file, like a.txt.

    Function GET_FILENAME (P_FULLPATH VARCHAR2) RETURN VARCHAR2 IS
    number of V_LENGTH;
    v_filename varchar2 (100);
    Start

    V_LENGTH: = length (p_fullpath);

    I'm looping 1.v_length
    If substr (p_fullpath, i *-1, 1) = "\" then
    v_filename: = substr (p_fullpath,(v_length-i) + 2);
    "exit";
    end if;
    end loop;
    Return v_filename;
    End get_filename;

    I also want the path only. How can I do?
    is it possible this function I get?

    If not can you please tell me how can I retrieve the path only from the full path with the file name?
    I get the file a.txt name now, I want to C:\ABC\AAA\BBB
    SQL> with t as (
      select 'C:\ABC\AAA\BBB\a.txt' filepath from dual
    )
    --
    --
    select filepath,
           rtrim (regexp_substr (filepath, '.*\\'), '\') path,
           replace (filepath, regexp_substr (filepath, '.*\\')) file_name
     from t
    /
    FILEPATH             PATH                 FILE_NAME
    -------------------- -------------------- --------------------
    C:\ABC\AAA\BBB\a.txt C:\ABC\AAA\BBB       a.txt
    1 row selected.
    
  • where to save the files under options the file name is duplicated how to remove an additional folder with the same name

    Under Options in Firefox, I clicked on save the files under downloads, but the file name twice and an additional file with the same name is created in the folder, i.e.:

    G:\Akbar's Songs\HAMARA DOWNLOADS\HAMARA FORUMS DOWNLOADS FORUMS

    As you can see the file repeats, how can I fix it?

    Also the music files, I download from a site of downloads as a WinRar file and I need to open it. Y at - it an option where the file opens automatically in the folder I chose?

    Thanks a lot for your help.

    Hi Akush, when you install 7 - zip, make itself the default application to open .zip and .rar files. So if you double click on the .rar file, it should open in 7 - zip. If you prefer to decompress immediately, right click the file and look for new 7 - zip items in the menu. I can't think of a way to do this automatically, however.

  • How to save an email in .eml format and customize the name of the file, for example the file name will be ' date, time, sender, title "?

    It would be fantastic if when save my emails on my computer the file name can be customized to be something different than just the title of the message. As I suggested in the question, if it could be set up to be "date, time, sender, title" that would be great, much assistance during the passage of a .eml files between colleagues, or just simply organize your emails into folders. Is this possible and if yes, how does one?

    Install ImportExportTools then adjust the Options (see photo).

    http://chrisramsden.vfast.co.UK/3_How_to_install_Add-ons_in_Thunderbird.html

  • I want to change the file name format "save under" so the date and time are first.

    When I select a few emails and then select "Save as" to keep a copy on my computer, the name of the file that is created has the date and time at the end of the file name of the email.
    Sample "save under" file name: "Habitat Follow Up - Bryan ([email protected]) - 2011-11-15 0744.eml.
    Is it possible to change the structure or format of the file name if the date and time of the email are initially the file name?

    Try ImportExportTools and customize the format of the file name in the options.

    http://chrisramsden.vfast.co.UK/3_How_to_install_Add-ons_in_Thunderbird.html

  • After the update the new version cannot determine file downloads. In the eyes to determine the file, but download files go in C / documents and settings even

    After the update the new version cannot determine file downloads. In the eyes to determine the file, but download files go in C / documents and settings even if I chose another folder

    Hello, there is a general regression in firefox 27 allowing any files to upload directly to a root drive. Please try to create a subfolder (like D:\Downloads) and set as the default location for downloads...

    See also bug #958899.

  • I can't stop slide show of Photos showing the file name at the beginning?

    I made a slideshow for a crowdfunding charity event, but the Organizer is hampered by the fact that the file name displayed in large characters, hiding part of the actual text, when the slideshow begins to play. I can't find anything in the controls or insufficient preferences to stop what is happening, someone at - it ideas? I admit it is a bit ridiculous.

    Thank you!

    Kit.

    Using Photos or iPhoto to run your slide show?  Only the project title appears automatically on the first slide and does not display the names of files.  The user needs to add additional text/filename to each slide with Photosl

    If you use iPhoto then click the gear pinion and check the Show Legend checkbox is unchecked in the slideshow settings window:

  • Write to the worksheet only if the file name is different

    Hi all

    I'm trying to write some code, but to no avail. Basically I have a file name to each time interval (say 2 seconds). I built a small table for example.

    The names of files in the table are repetitive and I don't want to write the data in the worksheet, if the file name is the same.

    Bascially, I need to write the header and the table for the 1 c:\1.txt files and after c:\1.txt the data (more than 3) I want to only write the table only (no header) and add it to the worksheet.

    That is to say for c:\1.txt file, it will consist of 1 header and 4 sets of table.

    Then the process is repeated again until a newfilename (c:\2.txt) is encountered.

    c:\2.txt will also include 1 header and 4 sets of data.

    Can anyone help on this?

    Your loop is you allowing to read beyond the end of file names in your table. This passes an empty file name write it on the spreadsheet VI which requires to ask the name of the file. You should test this condition.

  • I have problem with a .iso file that when I want to use I face the error "the file name is too long.

    Original title: name of a file

    Hello

    I have problem with a file .iso that when I want to use I'm dealing with error "the file name is too long" and I can't use this file anywhere for example: vmvare ' untraiso and even if I cannot write to cd or make a boot USB.

    I don't know how fix it.how I rename the file iso, shorter that I can use?

    Please help me.

    Thank you.

    Right-click on the ISO > rename > give a short name

  • To sort the list of files by time not the file name.

    Original title: created the new toolbar on the sort option for changing the taskbar.

    I created a new toolbar on the taskbar, and it is directed to a folder in my network. When I click the new button on the toolbar, it opens subfolders sorted by filemane. Then, open the sufolders with files sorted by filemane.

    I want to sort the list of files per hour not the file name. is it possible to change this?

    Here's what I did.

    I right click on the taskbar - selected toolbars - selected new toolbar - selected the folder on my network.

    When I click the double chevron right the new toolbar button, it opens the files in this folder, and then I select a subfolder and an another subfolder then the individual wave in this final folder files. There are more than 300 wave files in this folder. It sorts thenm by file name which is a randomly assigned file name by the used recording software. I want to sort the files by time instead of file name. is this possible?

    Hi Jeffrey,.

    How many computers are present in the network?

    You can follow this link & check id the issue persists:

    How to arrange files using folder views in Windows XP?

    Reference: The order of sorting files and folders whose names contain numerals is different in Windows Vista, Windows XP and Windows Server 2003, in Windows 2000

    Hope the helps of information.

  • Error on startup: "application (the file name is) is not a valid windows image, check against your installation diskette."

    computer startup happens on the screen with "application (the file name is) is not a valid windows image, check against your installation diskette." It can be any name of a file that appears, if I click ok it will.  Anyone know what I should do now. Thank you

    Hi LorraineMatthews,

    ·         Did you do changes on the computer before the show?

    ·         What is the exact error message?

    ·         Are you able to boot to the desktop?

    Follow these methods.

    Method 1: Follow these steps:

    Step 1: Start the computer in safe mode and check if the problem persists.

    A description of the options to start in Windows XP Mode

    http://support.Microsoft.com/kb/315222

    Step 2: Perform a clean boot to see if there is a conflict of software like the clean boot helps eliminate software conflicts.

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After the boot minimum troubleshooting steps, follow section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start and then click Run.

    (b) type msconfig and click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal Startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click on restart to restart the computer.

    Method 2: Scan the file system (CFS) auditor to repair corrupted files.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

Maybe you are looking for

  • How can I get rid of the Red print?

    When I try to type an e-mail to send is in red. Why? And how do I get rid of this

  • How to set a start and a trigger digital stop conting number trigger signals

    Dear all, This is an application for the acquisition of data that I don't know how to set triggers. The trigger signal is a sequence of rectangular pulses. A plot of X - is necessary. The interval between signals start of X are the same. So, I need t

  • energy saving - the x 51 r2 upgrade

    Hello. I just upgraded my CPU from my X 51 R2 from an i5-4460 to an i7 - 4790 K. The i7 use words more than the i5 4W. I am alos intend to upgrade my GPU a gtx 745 OEM to a 970 of EVGA GTX (04 G-P4-1970-KR), which should be possible, I hear. However

  • hdmi sound

    Hello!!!I put the hdmi cable and I can see the image on the tv but I have no sound...the problem occurs now I saw movies with her a long time ago, but now I can not...can someone help me?

  • Best practice? Storage of large data sets.

    I'm programming a Client to access the customer address information. The data are delivered on a MSSQL Server by a Web service. What is the best practice to link these data namely ListFields? String tables? Or an XML file with is analyzed? Any ideas?