List of the files in the dir with the common name [JS] folder?

I'm probably getting on the nerves of the everybodies now - and I know I should try harder to convince my boss to let me "Scripting InDesign CS3/4 with JavaScript" - by my Savior on several occasions Peter Kahrel. I know, I know.

I only snapped Applescript (roughly), now I have to go cross-platform, and I'm a JS noob.

All that being said... I can't try to file requests that all start with the same 8 digit number in a specific folder.

In Applescript, I was able to use:

the value servergraphics to (name of every file in the graphicpath folder whose name starts with adCID) as a list

This has created a list of graphic files that I can match against.

Now, I have tried every way I can think to duplicate this line in JS - nothing works.

Should I declare an array that contains the calculation?

Thanks in advance - new

Hello

var Folder = folder ("/ drive / file /");

Uses of the var = theFolder.getFiles ();

theResult var = [];

for (i = 0; i

{

Assuming 8 sequence of numbers is a static number.

You can also use grep to match 8-digit >

If (theFiles [i]. Name.match(/^\d{8}/);

{if (theFiles [i]. Name.IndexOf("01234567") == 0})

theResult.push (theFiles [i]);

}

}

theResult;

Tags: InDesign

Similar Questions

  • Can I use * and the list of the column names in a select query

    PLSQL again.  Can I use * and the list of the column names in a select query, i.e. Select *, col1, col2 from Mytable.  When I do that my questions tend to the bomb.  Can do in other databases.

    Thank you

    Mike

    Hi, Mike,.

    If there is something else in the more SELECT clause *, then * must be qualified with a table name or alias.

    For example:

    SELECT Mytable. *, col1, col2

    FROM MyTable;

  • SSL protocol error.  Certificate is either not valid, or the common name or authority are not recognized. I have

    Hi, I have problems when I tried to open a PDF document with a font of RM generated in the Laundpad, I use a certificate with the common name self-signed ssl https://127.0.0.1:8443 and the URL in the basic configuration is the same. I tried to fix this for a week but I could, and I do not understand How to solve.

    If anyone can help me, please. It is the image when I try to open a PDF file with RM policies. Thank you

    acrobatReadder.jpg

    So the value CN should be without the ": 8443" Bill creating the cert file?

    Below: Ive installed and trusted certificate in personnel and the certification auth trusted root.

    At the opening of the URL: https://192.168.1.35:8443 / / / AdminUI in Firefox, I get the following error:

    @ IE, I get:

    Thanks for looking at this!

  • Targeting several subforms with a common name in all a form

    Hello

    I found a few tips of this online, but this day with few details as effective methods.

    Did anyone had success with subforms that have the same name across a form of targeting? The intent is to hide or disable the content of these subforms by using a script.

    These subforms are many and at various locations in the form, so I try to find a way to use the common name for all these target at once, as opposed to specifying absolute locations for all of these subforms. By comparison, what comes to mind, is how classes can be used in CSS to target several elements. My first thought is something in the sense of getElements, although I got a bit of a wall of bricks so far!

    Any thoughts would be greatly appreciated!

    Thank you

    Swiped it set of a locking simplified fields Radzmar validated any script and it seems to work. I surprised myself sometimes (I'm not a coder!).

    function hideSubs(vNode) {
         if (vNode.className === "subform") {
              //name of subform you're targeting
              if (vNode.name === "targetSub") {
                   vNode.presence = "hidden";
              }
         }
         for (var i = 0; i < vNode.nodes.length; i += 1) {
              hideSubs(vNode.nodes.item(i));
         }
    }
    hideSubs(xfa.form);
    
  • How to get the USB device in the list in the resource name field VISA VISA Open VI

    I followed the tutorial below to connect with my camera using the USB port. But I don't have the name of the USB port able & Automation Explorer list devices. How to get it? Can anyone suggest something?

    http://zone.NI.com/DevZone/CDA/tut/p/ID/4478

    Hi kimhyun,

    I tried this. But managed. I used the USB as my sugesstion to device.my USB is that you unplug your device at any point of your work. Check that the device is properly connected. IF your system has recognized your device, you can view the device in Control Panel > Device Manager > then open your particular device from the list of the connected device then details > description of the system > hardware ID > then you can find here the code from your provider.

    Try this. I think that your device is connected to loosen. What USB device you are using? Also, you must install THE DRIVER FOR YOUR USB DEVICE.

    Good luck

  • Format import FDM - population of list for the domain name

    I work with a definition of import Format. How can I control the list of names that are displayed in the drop-down list field name list box? Currently displayed lists are different import Format group to Group Import Format.

    Thank you.
    Gary

    The selections are controlled by the dimensions of the adapter assigned to the location using the adapter. The drop-down list names are controlled by the dimension alias.

  • music files in .aiff format with encoded path names, but are not displayed in Windows Media Player or iTunes.

    I have several CDs with music files engraved on them, but when I play one any of them in WMP or iTunes, music plays, but each track does not have a name.  They appear as the track track 01, 02, etc.. The music files are in .aiff format. Now, here's the clincher, the same CD will play in my car stereo and display the name of the track.

    Are you sure that they are in the format .aiff? It looks more like an actual audio CD for me (in this case, the music files will have a .cda extension when displayed in Windows Explorer).

    If it's an audio CD, then it probably has info CD-text engraved on it. You can install the plugin WMPCDText allowing WMP read this info. Unfortunately, there doesn't exist a plugin similar to iTunes.

  • Cases and the common name A1490 and A1495

    I try orders for iPad mini A1490 and A1495 records. How those who translated to iPad Mini 3 or IPad Mini 4, etc.? Case, which suit them?

    Type the model numbers in your favorite search engine. Who should bring up the info you need.

  • Stored procedure to remove a number of tables with a common name attribute

    Hi all

    This is my first post so I hope I posted level with enough information. This is my first stored procedure (SP) and Oracle 10.

    I'm trying to write a script to remove 11 paintings and some lines of another 3 tables, which are named with a number I want to enter at the time of the creation of MS below is the script that I wrote and edited. My original was lost by crashing the servers!

    When I run the script, it gives me the following output:

    "WARNING: execution completed with warning.
    procedure ScenarioDelete update"

    MS has not deleted one of these tables and I don't know if it's because my script is poor or because of something else. Any help is greatly appreciated!

    -table remove SP
    --
    -Race start ScenarioDelete ('x'); with the idscenario x

    create or replace procedure ScenarioDelete (ScenarioNo IN varchar2);
    countstable: = "C_". ScenarioNo;
    CHANGETABLE: = "CG_" | ScenarioNo;
    countsinfotable: = 'CI_ ' | ScenarioNo;
    DataTable1: = "D_0_" | ScenarioNo;
    datatable2: = "D_1_" | ScenarioNo;
    datatable3: = 'D_2_ ' | ScenarioNo;
    hietable1: = 'HI_0_ ' | ScenarioNo;
    hietable2: = 'HI_1_ ' | ScenarioNo;
    hietable3: = 'HI_2_ ' | ScenarioNo;
    hielinktable1: = 'HL_1_ ' | ScenarioNo;
    hielinktable2: = 'HL_2_ ' | ScenarioNo;

    AS

    run immediately 'drop table ' | countstable;
    run immediately 'drop table ' | CHANGETABLE;
    run immediately 'drop table ' | countsinfotable;
    run immediately 'drop table ' | DataTable1;
    run immediately 'drop table ' | datatable2;
    run immediately 'drop table ' | datatable3;
    run immediately 'drop table ' | hietable1;
    run immediately 'drop table ' | hietable2;
    run immediately 'drop table ' | hietable3;
    run immediately 'drop table ' | hielinktable1;
    run immediately 'drop table ' | hielinktable2;

    immediately execute "delete from USERACESS where IDSCENARIO = ' |" ScenarioNo;
    run immediately "remove scenario where IDSCENARIO = ' |" ScenarioNo;
    immediately execute "delete from SCENARIOINFO where IDSCENARIO = ' |" ScenarioNo;

    -or-

    run immediately "delete from USERACESS where IDSCENARIO =" | " ScenarioNo | ''';
    run immediately "remove scenario where IDSCENARIO =" | " ScenarioNo | ''';
    run immediately "delete from SCENARIOINFO where IDSCENARIO =" | " ScenarioNo | ''';

    END;

    Hello

    Welcome to the RTO

    If you allow me, I would like to make a suggestion to simplify your code

    Create OR Replace Procedure ScenarioDelete(ScenarioNo IN Varchar2)
    As
       Type t_DropTable Is Table Of Varchar2(30);
       v_DropTable t_DropTable := t_DropTable( 'C_', 'CG_', 'CI_', 'D_0_', 'D_1_', 'D_2_', 'HI_0_', 'HI_1_', 'HI_2_', 'HL_1_', 'HL_2_' );
    
       Type t_DeleteTable Is Table Of Varchar2(30);
       v_DeleteTable t_DeleteTable := t_DeleteTable( 'USERACESS', 'SCENARIO', 'SCENARIOINFO' );
    Begin
       -- Drop tables
       For i IN v_DropTable.First .. v_DropTable.Last Loop
          Execute Immediate 'DROP TABLE ' || v_DropTable(i) || ScenarioNo;
       End Loop;
    
       -- Delete tables
       For i IN v_DeleteTable.First .. v_DeleteTable.Last Loop
          Execute Immediate 'DELETE FROM ' || v_DeleteTable(i) || ' WHERE SCENARIOID = ' || ScenarioNo;
       End Loop;
    End;
    

    Kind regards

    Christian Balz

  • Firefox can't analyze my certificate while IE can. I imported my this at once, IE is fine, Firefox says that the certification is valid for the period of INQUIRY only, not the DNS name

    Details: - created a CA with PfSense - created server SSL certificates imported from my own servers (ESX, PfSense, email,...) -the authority of certification in Internet Explorer as a certification authority root of new trust - connect to my server with their local DNS names and receive the page without warning - any HQ in Firefox as a new authority - to connect to my server using the DNS name - a error message: certificate is valid only for 172.31.1.20 (the IP address of the server) - to connect to my server using Firefox and the IP address and receive the page without warning

    The AC is very good because it is used by IE and Firefox and even complaining, Firefox don't doubt the authority. The server certificate does not include the name, and can find it. It is true that when I created the certif, I added an additional field with the IP address. The certificate should be valid for both the DNS name and IP address. When I try to connect to the server with IE using the IP address, now it's THE who complains that the certificate is valid for the name :-)

    What should I do for Firefox to accept my certificate in his name and validate with the CA instead of making several exceptions for everything?

    This is the certificate sent by the server:

    BEGIN CERTIFICATE-----

    MIIF5jCCA86gAwIBAgIBBzANBgkqhkiG9w0BAQsFADCBgTELMAkGA1UEBhMCQ0Ex DzANBgNVBAgTBlF1ZWJlYzERMA8GA1UEBxMITW9udHJlYWwxDTALBgNVBAoTBEhv bWUxGzAZBgkqhkiG9w0BCQEWDGFkbWluQGpiLmxhbjESMBAGA1UEAxQJSkJfTGFu X0NBMQ4wDAYDVQQLEwVJVFNlYzAeFw0xNjExMTIwMjI1MjRaFw0yNjExMTAwMjI1 MjRaMIGCMQswCQYDVQQGEwJDQTEPMA0GA1UECBMGUXVlYmVjMREwDwYDVQQHEwhN b250cmVhbDENMAsGA1UEChMESG9tZTEbMBkGCSqGSIb3DQEJARYMYWRtaW5AamIu bGFuMRMwEQYDVQQDEwplc3guamIubGFuMQ4wDAYDVQQLEwVJVFNlYzCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMWoRcxHoBjR2rKOPAI/dtpWlTiqOGDg zZZWJ6n24ZYUfh9L6vUmzqajfAbj6 + fndzKahb69PLi + tsnt39yGsKWkXUd3y7Wq 5PkaGSqi/mJKB7/H0qL4Ig2FK9/uK9QGK019NvDN1jnLgF6MoNAIZEOVjqalpnXD O8Eu + vaKPsHbvNziNj7uQR8CdcMU9lEF6gcmFu8xOrukb3ocpyJ307PHqx3AlrU0 sBuit21glineB9XKMyBaon9D3mrNUXmvHy3xcBvHPwcgqnNDKd7CZwdfaXw4Hb4i t7BYgSsn66UxPcrDvoho9aDbXnjmOuPCo/FMsZxfr9ETZyGIllsXE2UCAwEAAaOC AWQwggFgMAkGA1UdEwQCMAAwEQYJYIZIAYb4QgEBBAQDAgZAMDMGCWCGSAGG BEI DQQmFiRPcGVuU1NMIEdlbmVyYXRlZCBTZXJ2ZXIgQ2VydGlmaWNhdGUwHQYDVR0O BBYEFEILwkf/4I50YT + fZ/2wcETS6CBVMIGuBgNVHSMEgaYwgaOAFEgmUROxoVJM txyWvypJ4wcF8B2RoYGHpIGEMIGBMQswCQYDVQQGEwJDQTEPMA0GA1UECBMGUXVl YmVjMREwDwYDVQQHEwhNb250cmVhbDENMAsGA1UEChMESG9tZTEbMBkGCSqGSIb3 DQEJARYMYWRtaW5AamIubGFuMRIwEAYDVQQDFAlKQl9MYW5fQ0ExDjAMBgNVBAsT BUlUU2VjggEAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQgCAjALBgNVHQ8E BAMCBaAwDwYDVR0RBAgwBocErB8BFDANBgkqhkiG9w0BAQsFAAOCAgEABCFChNXJ ACISI + 7hNbpiwIsjpDB0fLKB/9sPXC1uiwzGv7o/fkImYPJzQcKP0a3V6elX4kd7 x1poYAfawVIpKJgwzgEWnMJADgPKVMymkxBr3Qlq + 3oAiC4pTdI79GKaZKshxANS 7OBoklRDYWStHnCdw96IWuu6Ih2mbsbRVUFIJnHPHpCFS1J45tLYWoxPL/L1uX3v /Pz8SollYXtZ +. uVhdkkzJcHcEsZjvBe3eMmxm93l7Cy/5kCDf2 + kx67weNRrxbFt VaEyFCypCJlJn4Gj17y0JnhPUN1/h7Ck4XcTLX28 + Ab2Ls9/rXnXMQvkKcrRhvyT CV4XJ756hap/zT + KJJzY8 + T5ggdkKlcbZsvvgVSuNNv1aSQmR + bbF5ry23oszXVO FaEEAtcofaHa5MMebNNWrz4o/qYuPGBnVq3NmxiNNKm + / Ed5ky4AdkXT7Ny11mgA C2DzGahyXfbfGFa21ig/R0NAxkP00TXWiuSE/7 b/EGe9qNDB + WF7Qb5I9U6EoWYZ EEmE8G/43ClaZCorJJN7iZwwMx2iQJgyuea hy9hgXU5GjmXmrpqmtvyGxrywalcXPzvFOs + aSXf1H2tLSMc9n3LH8g0lDgpcC6P484ef1cmG3/hVD5QLWyjblMnF0XjbMyij5Hj eTrPLTwW8AYjoIz0DZRoVPxpdz/o =

    CERTIFICATE OF END-

    This is the certificate of the CA that signed it

    BEGIN CERTIFICATE-----

    MIIGbjCCBFagAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgTELMAkGA1UEBhMCQ0Ex DzANBgNVBAgTBlF1ZWJlYzERMA8GA1UEBxMITW9udHJlYWwxDTALBgNVBAoTBEhv bWUxGzAZBgkqhkiG9w0BCQEWDGFkbWluQGpiLmxhbjESMBAGA1UEAxQJSkJfTGFu X0NBMQ4wDAYDVQQLEwVJVFNlYzAeFw0xNjExMDYxMTQzNTJaFw0zNjExMDExMTQz NTJaMIGBMQswCQYDVQQGEwJDQTEPMA0GA1UECBMGUXVlYmVjMREwDwYDVQQHEwhN b250cmVhbDENMAsGA1UEChMESG9tZTEbMBkGCSqGSIb3DQEJARYMYWRtaW5AamIu bGFuMRIwEAYDVQQDFAlKQl9MYW5fQ0ExDjAMBgNVBAsTBUlUU2VjMIICIjANBgkq hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtRfmJ8HhxD6OeBSTdiK36DF/Gw7HmOIO CN9LktUCcnXZfsbkyPwGq8AtLTURfYU1VKHw066g0XD0hEbFEaYIWvVKijiqaPZg Pc / pIAj + M7vzojeCnv6QiRTcC9q5rY9 + Ff7MuTkWKEPzjuXpHd + IoS4To3sVZgsy YcxrdRndcirxm6aFjGXIYaImPm3hLuMteSagacsjduGEDOpJ5hJoMIIX4kHE/x8J DFBvlllXIGiOgCHU + 8hcN1IadNFqQcWA3eFB5SgLPFxOOmR4xpB1LsrESC4Zgk/E XmZYBCsYHzg58Cq6r4xuwckutcd5Gjo9ujaafCfAlUFHFJxqLxyy + N0nd3P + i5Kd zPpwpyIAzOCPeZvM2chspspl3pER + RlqZODLoU3gSAz4z + knxKxeyyiK8cttMHkV Di5veqSRIxYeYtJqu0asEaBiQ0ZpdqsNcQEU3rwzo6uoxxgvRr2Ujb6csr8CqhuA 2Sz0W1upgcpZhuL0VMTkMS8P8fgzZZeIU85v7drldXsvpjzaMwHdm/MKGewA0eCZ fUTI6V + uY9oaT9GH8MPzGWzB4oYb3sRgKgLkvWGckyHe3YVwUpb4z/MXRFB3bN/Z qxIyochY8pJMcJe2jrTw79Sf9FAR/txonPBAxuNtGLIdcL4ElGjlXPDXlQrI8XbI n/Abbs3iFHsCAwEAAaOB7jCB6zAdBgNVHQ4EFgQUSCZRE7GhUky3HJa/KknjBwXw HZEwga4GA1UdIwSBpjCBo4AUSCZRE7GhUky3HJa / KknjBwXwHZGhgYekgYQwgYEx CzAJBgNVBAYTAkNBMQ8wDQYDVQQIEwZRdWViZWMxETAPBgNVBAcTCE1vbnRyZWFs MQ0wCwYDVQQKEwRIb21lMRswGQYJKoZIhvcNAQkBFgxhZG1pbkBqYi5sYW4xEjAQ BgNVBAMUCUpCX0xhbl9DQTEOMAwGA1UECxMFSVRTZWOCAQAwDAYDVR0TBAUwAwEB /zALBgNVHQ8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHVLp0nsXNHjvcjWado0 v1M167gEv8SnLMzDRJ7rOwfQlG0JWIXgrMk + 9bLQixFPbClG2MzOGhq2gyXbTFEH PYLfOxRy5gsrYhBYKso4PNrP8ouBaedl / + huobFtd1SR4bNrZ5Be3crQkZhULmlv hSVWklOC + o0rdfPnDffDRtoWH1x1 / + ZRS0N0MSwXqeoQTEgu9CYRCEeLnidcdd1v e6XR + Qw2qLfPqBCKzCVNGZvpVjqakERxaLgWPqwixIQ4sdPjvtnUJxsUEo5hN + 6 / + os/HZ1iO3Bgi6DgAGToTSmsf5 + pI/z + o2FjDrDvbBhvf4FulvvOCsRBNkA5BK NgisFXP / FN3WlkrbM1OZjWIan1phQAw5mDLfqwxJE + BuedK1HqLRNTay9eOGSRSu TRIi26fwwMAdsPnDj3X7/aUCWslVrvZPRmsIOgykLuHlCgYD99mpzF0v + t8y05iE V3115CCve + qFHH52j078jxo1aKyfQTnRGvdGehWI77Pd/l9CMgNJ7K0ZRx6RUoEV 9CMH6kgqagkXU7eT2CXszxrGHAgybnNaJ/z4BjxDme0TH3bgLc4AOIiP8doe7KlJ lYvrG8UMtCkL1jhYFX4Rz/BH5yte7aqzwBVUZrcmvM2gU9ZyPNaAfCDygCUMeMqt OWQEicvGZtRj2ZK6PKv5hk0a

    CERTIFICATE OF END-

    In Firefox, a list of other names of the non-empty object overrides and replaces the common name field. If you need to list all the relevant host names in the field of SAN in your certificate.

  • Add the new entry name of folder of bookmarks does not

    (There's a reason I'm fool the previous thread on this subject, as well as my response to this: I couldn't find a way to add FireFox 10.0.2 to the tags of the thread.) If the thread tags may be edited/added, I wouldn't highlight problems with FireFox 10.0.2 by launching this new thread.)
    RE add new bookmarks folder, can not enter the name of the new folder:

    I am now having this problem with FireFox 10.0.2, 11/03/2012

    When I click on add a folder, a new folder appears in the tree view and the folder name field is highlighted for the entry. But when I start to type characters in the field, I can only type 1 or 2 characters at the most seized stops accept input. I then go to the bookmarks menu, locate the new folder, right-click it, click Properties and complete the registration of the name of the folder.

    At worst, the folder name field will cease to accept entry as soon as I type the first tank, in which case the name of the folder will remain as "new folder." I find the new folder in the bookmarks menu to change the name, as described above.

    It is very annoying because it adds a number of additional steps just to add a new folder in the bookmarks menu. Add the new folder through the "Show all bookmarks" and navigate through the folder hierarchy are an alternative workaround, but that records all the steps.

    Any ideas or solutions?

    Hi John99,
    It has worked well in Mode without failure. Thanks for the suggestion!

    I'm going offline a bit to understand what add-on, plugin, etc., could be causing it. In the meantime, I have marked your suggestion to use Mode safe as useful so that anyone else coming here could get the clue.

    I should probably drop another line in the thread for the guy who in (or has been) using FireFox 7...

    I'll post my results if I can understand it.

    UPDATE:

    I went after any add-on which had nothing to do with bookmarks.

    It was the first add-on I tried, SortPlaces 1.9.1 that automatically sorts bookmarks in various ways according to the parameters. When I disabled it, the problem disappeared.

    I re-enabled it and checked the options to see if I could understand why she was stop to add the new folder. In the 'Options' tab, there is a time limit for how long interval SortPlaces will wait before you sort a bookmark changed or added. It was set to 3 seconds.

    It is not long enough for old men by typing the new name of folder. I put it in 10 seconds. Then, I created a new folder of bookmarks and start typing a name long nonsense, while I looked at the clock. After that 10 seconds it stopped accepting the entrance, right on the mark. What this hidden for me earlier, it was that when he stops to accept input, you don't see the new folder to place in the position of sorting on the menu add a folder. You will see that if you expand the folder later. It's probably why I didn't connect the two.

    Anyway, problem solved. I'm leaving the delay to 10 seconds. If I ever need to be longer, I'll just increase it.

    Thanks again for the suggestion of Mode safe and enjoy the next season of mud.

    Alan Mintaka

  • How can you fill ListBox with channel group name dynamically?

    I built a GUI in the 'View' pane that acts as a large table of contents. At the top of the GUI, there is a list box I want to dynamically fill with Group channel names loaded in my data portal (internal data). I can't generate the necessary code to do this. Currently, I use a ListBox control. Can I use an EnumListBox instead?

    The purpose of the list box should allow fast loading data which must be analysed in several sheets (also in the part of 'View') for comparison side by side rather than drag and drop data into each individual record.

    Any help would be appreciated,

    Thank you

    ~ Nathan

    Attached is a screenshot of the GUI I hope it helps.

    Hey Nathan--

    Have we met yet?  Don't think that I will remember to see you post on the forums of tiara so far (or remember you I meet someone named Nathan in person recently).  Welcome to the forums of tiara!

    There are a few things that you need to change about your code snippet-

    1. The reason why you get the error "object required: ' [string: 'filename']' is because the Set command expects that the right side of an expression returns an object (you define your variable to)."  In your case, you return a string (the name of a group), not an object.  Simply remove the Set command.

    2. The ListBox.Items.Add () method requires two parameters - the first is the text of the item to insert in the list, and the second is a value to assign to this point (you can do single).

    As a result, to more directly match your code snippet to the labour code, follow these steps:

    Dim listNum, names
    We = 1 to GroupCount
    Name = GroupName (listNum)
    Call selectData.Items.Add (names, we)
    NEXT

    Note that you can also use object programming oriented with the data object that represents the data portal, it is easier for you to avoid remembering variables such as GroupCount and GroupName DIAdem (that's me):

    Dim listNum
    We = 1 to Data.Root.ChannelGroups.Count
    Dial selectData.Items.Add (Data.Root.ChannelGroups (listNum). Name, we)
    NEXT

    Your project is looking great - let us know how we can continue to help and keep us updated!

  • Create a script to list all the .bat and .cmd files with the dir command &

    Hello

    Im trying to create a script that will list all the .bat and .cmd files in a specific folder and add the data to a new file (file.txt) - example below:

    dir c:\>desktop\file.txt/OD
    dir d:\>>desktop\file.txt
    dir f:\jobs\*.bat>>desktop\file.txt/OD

    IM able to search the F drive and the list of all the .bat files using a generic parameter, but ideally id like to search for .bat and .cmd files, but whenever I have it try does not work. Any ideas?

    I tried the following:

    dir c:\>desktop\file.txt/OD
    dir d:\>>desktop\file.txt
    dir f:\jobs\*.bat,*.cmd>>desktop\file.txt/OD

    Any help is appreciated, the reason for which I need to check all the .bat and .cmd files is to ensure that the scripts on a cluster are all data, so need them all listed in a doc if possible

    Thank you

    Hello

    Thank you for visiting the Microsoft answers community site. Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for guys official script Forum. Please ask your question in the official Scripting Guys Forum.

    http://social.technet.Microsoft.com/forums/en-us/iTCG/threads

  • In the Finder, how can I search/list of the files in the folder of final characters in filenames, i.e. 'to end-with' alphabetical rather than by default "starting by" alphabetical?

    In the Finder, how can I search/list of the files in the folder of final characters in filenames, i.e. 'to end-with' alphabetical rather than by default "starting by" alphabetical?

    As far as I know, you can't.

  • Turbo Tax CD setup.exe file not available in Explorer. CD is listed in the Explorer with an Apple on the drive.

    My Turbo Tax CD does not start automatically with the initial insertion in the CD player.  The CD is listed in the Explorer with an Apple on the drive.  The Explorer does not list the file setup.exe on the CD.  However, he lists a few other folders.  I use Vista to try to load the CD.  The CD does very well on my XP computer.  Is there a problem with Vista with the CD that are for MAC and Windows PC?

    Hi Undertaker Farmer,

     

    Welcome to Microsoft Answers Forums.

    • You get the error message?
    • What is the edition of Windows vista installed on the computer?

    TurboTax is a non-Microsoft program and we are not trained in this regard. However I will try my best to help you. Please, follow these tips and see if it works.

    As a work around you perhaps activate the AutoPlay for the CD and check if the auto play works.

    When you turn automatic playback, you can choose what should happen when you insert different types of digital media into your computer. For example, you can choose what digital media player is used to play CDs. When AutoPlay is disabled, you are prompted to choose what you want to do when you insert media files in your computer.

    1. Open AutoPlay by clicking the Start button, clicking Control Panel, on material and audioand then click AutoPlay.
    2. Do one of the following:
      • To turn AutoPlay on, select the Use AutoPlay for all media and devices check box.
      • To turn AutoPlay off, clear the Use AutoPlay for all media and devices check box.
    3. Click Save.

    You can also try to copy all the contents of the CD to the hard drive and try to install and check.

    You can also try to run the file Setup from the command prompt and check what is happening.

    Click Start and type cmd and press enter in the command prompt window type the following command : \setup.exe and press ENTER.

    See also the link below for the site of TurboTax on the requirements and check if your computer meets the condition.

    TurboTax 2008 system requirements

    http://TurboTax.Intuit.com/support/kb/installing/system-requirements/6389.html

    If fail steps above I would suggest that you contact TurboTax support for more options, see the link below.

    http://community.Intuit.com/QuickBooks

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for