Script to add description and keywords to the files of text file

If anyone can write something for me? I must say I can't do it myself, I don't know Javascript.

I need to add keywords and a description to 1000 pictures. I have a file of text formatted as such for each 100 images. The script will have to request an input file (or I cannot hardcode the path in the script) and apply to the folder being images in bridge.

Example of a text file:

1000 Bright Sunset Over City. (sun city sky; mountain;).

1001 - Dawn Behind mountain and Lake. (Sun Mountain water; sky;).

1002 - red sunset, sharp light of the bright clouds. (Sun sky tree; clouds;).

1003 - tree framing Sunset Over the Bay. (tree; Sun Lake; Bay;).

1004 - Sun Behind Seagull on stilts. (Seagull; Sun sea; stilts;).

images are named 1000.tif, 1001.tif, 1002.tif etc.

Running on a Mac with CS3 and CS4.

Thank you

Chris

Thank you very much, David, I have to read more about these things, I modified the script you wrote.

Tags: Bridge

Similar Questions

  • CS6 & CC 2015, bridge how to add metadata and keywords in MXF files

    Hello

    I can't add metadata and keywords to my my new video camera of Sony MXF files.  I tried Bridge CS6 & CC 2015.

    I'd appreciate very much all the advice to achieve this!

    Best regards, Jose

    I think with these types of files, you get a third party app to change the metadata.

  • PowerShell Script to add users and permissions to the ESX host

    Here is a script to add the user accounts...

    You have a script to add the permissions?

    1. Original by c_shanklin @ http://communities.VMware.com/message/1013362

    Function New-VMHostShellAccount {param ($Name, $Password = $null, $Description = $null, $PosixId = $null) $SvcInstance = Get-view serviceinstance $AcctMgr = Get-View $SvcInstance.Content.AccountManager $AcctSpec = new-object VMware.Vim.HostPosixAccountSpec $AcctSpec.id = $ $Name = AcctSpec.password $AcctSpec.description $Password = $Description $AcctSpec.shellAccess = $false # Enable shell access $AcctSpec.posixId = $PosixId $AcctMgr.CreateUser ($AcctSpec) # Create user Get-VMHostAccount |} Where-Object {$_.} {ID - eq $Name} # Write new user in the output stream just as New-VMHostAccount would be}

    1. Added by Timothy cutting

    $vcs = @ ($vcs) += connect-viserver "VCSERVER01" $vcs += connect-viserver "VCSERVER02" $vcs += connect-viserver "VCSERVER03" $vcs += connect-viserver "VCSERVER04" $vcs += connect-viserver 'VCSERVER05' $vcs += connect-viserver 'VCSERVER06 '.

    $user = Read-Host "authenticate - USER NAME" $pass = Read-Host "Authenticate - PASSWORD" $newuser = Read-Host "Create new user account" $newpass = Read-Host "Create New Password" $description = Read-Host "Create Description" $Id = Read-Host "to create identification number.

    $vmhosts = get-VMHost-Server $vcs | Sort-Object Name

    foreach ($vmhost in $vmhosts) {Write-Host $vmhost Connect-VIServer $vmhost - user $user-password $pass New-VMHostShellAccount-name $newuser - $newpass - $Description - $Id PosixId Description password}

    Take a look at create roles of directors by script.

    Here, I show you how to create a new 'role' and then how to assign this role, as well as accounts or shareholders as they are called in the API, entity.

    An ESX Server has 3 built in roles ('No Access', 'Read only' and 'Administrator'), but you can create your own roles with just the privileges that you need.

    Note that the VI Toolkit for Windows Community Extensions contain functions to manage roles and permissions.

    Extensions require to use PowerShell v2 CTP3!

  • There is in the information file photo, description, and keywords. If I want to add the name of the image in 17 languages which box is best for Google SEO?

    Photoshop - SEO Google. There is in the information file photo, description, and keywords. If I want to add the name of the image in 17 languages which box is best for Google SEO?

    As far as I KNOW, web browsers do not read image metadata.

    You should use the alt attribute for this sort of thing, or you might have a legend hidden with 17 languages, if you do not want to display on the web page.

  • I have pages of models with the general title and keywords. Can I still add title and keywords specific to each page?

    I have pages of models with the general title and keywords. Can I still add title and keywords specific to each page?

    The individual pages have editable regions. WithiIn these regions you can modify the document, but you want.

  • Script to add a domain user to the local Administrators group raises the error "the network path is not found."

    I have a Windows Server 2008 R2 domain and a Windows XP Pro workstation that has been attached to the domain and then disconnected. I am trying to create a VBS script to add a domain user to the local Administrators group.

    I log on my computer as a local administrator and run the following script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim OUser: Set oUser = GetObject ("WinNT://domainname/username")
    oGroup.Add (oUser.ADsPath)

    This script returns the error "the network path is not found."

    However, I am able to go into control panel > user accounts > enter the user name and the domain name > click Next... > choose the administrators of the 'other' group and the user name will be added to the local Admin group.

    The same script runs without error if it is launched after logon on the workstation with a domain administrator account.

    How can I get my script runs without error, when you are logged into the workstation as a local administrator?

    Best regards, Andy

    The code that I used came from here. If the syntax of the Add method is passed to oUser.ADsPAth to "WinNT: / /" & domainname & "/" & username, the script works correctly.

    Therefore, the modified script:

    Dim oNetwork: Set oNetwork = WScript.CreateObject ("WScript.Network")
    StrPC Dim: strPC = oNetwork.ComputerName
    Dim OGroup: Set oGroup = GetObject ("WinNT: / /" & strPC & "/ directors")
    Dim strUser: strUser = "WinNT://domainname/username."
    oGroup.Add strUser

    Thanks to Qasim Zaidi to show the code of work here.

    Best regards, Andy

  • Meta description and keywords tags

    Hello

    Could you tell me if it is possible to create a HTML output of a page of the ADF, which has 'description' and 'keywords' meta tags in the head? Something like:
    < meta name = "keywords" content = "adf jdeveloper description meta tags keywords" >
    < meta content = "description" name = "This is a brief description of the text on an imaginary page" >

    I know the results perhaps, SEO is not great, but I still want to use it, just to make it as good as possible for the search engines.

    Greetings,
    Daan Horn

    Daan,

    Sorry for the oversight.

    [url http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/document.html] Tag documentation for af:document says that af: document has a facet called "metaContainer" that emits the meta tags. I did not see examples or have the time to test, but you can certainly try to put meta tags in this facet.

    Update: all of the examples I can find show how to inject javascript into the metacontainer, but it should give you an idea how to tags. [url http://www.oracle.com/technology/products/jdev/tips/fnimphius/increase_css_and_javascript_performance.html?_template=/ocom/print] Here' make an example I found via Google.

    Best,

    John

  • can not see Add targets and devices in the Project Explorer

    Hello!

    I think I have a strange question. I have the evaluation version of Labview 2010. I am trying to add my cRIO 9004 to a project. I'm just trying to follow the instructions in the getting started with manual cRIO. It is said, add crio to the project by project root right clicking and selecting NEW > ADD TARGETS AND DEVICES. The problem is I can't see the link to the NEW, but once I click that I see not a link under "add new target or device" appear, instead, I see the dialog box to open a NEW FILE LABVIEW appear. everywhere in distress forum/basic knowledge/support of shooting and get started articles have mentioned project root right click > select NEW > select Add a target or peripheral >, as if she IS supposed TO APPEAR STANDARD in all new projects! But I'm not! I do not understand what Miss me. The version of software that I have are below:

    the cRio:

    OR VISA 5.0

    NEITHER RIO 3.0
    RT LV 8.6

    and he allied himself with what I installed on my host.

    I can communicate with the device of cRIO times using MAX as well as ping at the windows command prompt command.

    Any help would be great!

    Thank you!

    Rajesh

    After you have installed the evaluation version of LV 2010, you reinstall all of the other drivers, as for the cRIO?

  • I'm trying to import and backup/restore/Choose file... / after backup correctly and I see the file, but there is no JSON extension. What can I do?

    I'm trying to import and backup/restore/Choose file... / after backup correctly and I see the file, but there is no JSON extension. What can I do?

    I backed up my favorites using 'import and backup/Backup' on an external HD, installed Windows 10 and went to restore my bookmarks and noticed the file named "Firefox bookmarks-2015-09-04"had no extension and does not work."

    Please advise! Thank you! Sincerely, s

    If you add the .json extension, it works then? Why people who design browsers or extensions them do create files with no extension name, in spite that these extension names are essential to make the files can be restored? I could never understand that.

  • Is the corrupted Windows 10 download, and if so how can I remove this and re-download the file?

    Original title: upgrade Windows 10

    I have a Dell Studio 1749 under Windows 7 Home Premium.   I postponed the upgrade of Windows 10 to the present day.  The update file appears in the control panel Windows Update Panel, but when I click start it restarts Windows 7 simply and tells me that the new updates have been installed but it was Windows 7 updates since yesterday.

    Is the corrupted Windows 10 download, and if so how can I remove this and re-download the file?    Or maybe another solution?

    Thank you.

    Review:

    Retry the upgrade manually:

    Option 1:

    Download the media creation tool

    Click with the right button on the MediaCreationTool.exe file and then click on run as administrator.

    Note: How to check if you are downloaded or installed the update Windows 10 November

    How to create an ISO or USB drive.

    Select upgrade this PC now and then click Next

    Option 2:

    Task of pre-required

    When you make significant changes to your computer for example updated operating system, you must always back up. See the links to resources on the backup by clicking the link for each version of Windows you are using: Windows XP, Windows Vista, Windows 7, Windows 8/8.1

    then

    then

    • Turn off (preferably uninstall) your Antivirus utility before you perform the upgrade.
    • Reboot several times, and then try again.
    • Disable the general USB peripherals (for example - smart card reader).
    • If you are using a SCSI drive, make sure you have the drivers available for your storage on a thumdrive device and it is connected. During the installation of Windows 10, click on the advanced custom Option and use the command load driver to load the driver for the SCSI drive. If this does not work and the installer still fails, consider switching to an IDE based hard drive.
    • Perform a clean boot, restart, and then try again.
    • If you upgrade to the. ISO file, disconnect from the Internet during the installation, if you are connected in LAN (Ethernet) or wireless, disable both, then try to install.
    • If you are updated through Windows Update, when download reaches 100% disconnect from the LAN (Ethernet) Internet or Wi - Fi, then proceed with the installation.
    • If this does not work, try using the. ISO file to upgrade if possible.
    • If you are connected to a domain, go to a local account.
    • If you have an external equipment, attached to the machine, unplug them (example, game controllers, USB sticks, external hard drive, printers, peripherals not essential).
  • Change .txt and write to the file system

    Hello!

    I created composite simple soa with BPEL process that read the .txt file and write to the file system.

    txt file have this structure:

    < ns1:Record - 1 >

    < ns1:Field - > 123 ABC < / ns1:Field - Somename>

    < / ns1:Record - 1 >

    < ns1:Record - 1 >

    < ns1:Field - unnom > 34 < / ns1:Field - Somename>

    < / ns1:Record - 1 >

    . . .

    < ns1:Record - n >

    < ns1:Field - unnom > 432 < / ns1:Field - Somename>

    < / ns1:Record - n >


    For example the input file are < ns1:Record - 1 > appears twice and < ns1:Record - 2 > appears three times in the file.

    In the output file, I want that < ns1:Record - 1 > occurs three times and < ns1:Record - 2 > occurs four times - more initial registration amount 1

    How is it possible to do? Thank you.

    Hello

    Good to know that your problem is solved.

    Your solution to the problem (copy methods and insertAfter bpel) seems to be very well and works as planned including the edge cases. Rather than use the counters, you could use the "count" in clause () method in .

    (Ex: $Invoke1_Write_InputVariable.body / ns3:Record - 1 [count($InputVariable.body/ns3:Record-1)])

    The snippet of Java code that you plan to use works very well when the records are sorted (ascending). You could do the same thing in bpel code too, but I prefer to implement the same using the method described above.

    Hope that my updates have been useful for you.

    See you soon.

  • Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Hello

    2796614 wrote:

    Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Of course, it is possible.  According to what the text file looks like to, you can create an external table that treats the text file as if it were a table.  Otherwise, you can always read the file in PL/SQL, using the utl_file package and INSERT of PL/SQL commands.

    You have problems whatever you wantt?  If so, your zip code and explain what the problem is.

    Whenever you have any questions, please post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the exact results you want from these data, so that people who want to help you can recreate the problem and test their ideas.  In this case, also post a small sample of the text involved file.

    If you ask about a DML operation, such as INSERT, then INSERT statements, you post should show what looks like the tables before the DML, and the results will be the content of the table changed after the DML.

    Explain, using specific examples, how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: Re: 2. How can I ask a question on the forums?

  • How I download/install adobe first cc on the D drive because I don't have enough on the C: drive? Ive gone to settings on creative cloud and location of the file changed already but it still does not work.

    How I download/install adobe first cc on the D drive because I don't have enough on the C: drive? Ive gone to settings on creative cloud and location of the file changed already but it still does not work.

    Hi brandong13,

    Here are the steps that you can follow.

    1 change the location of installation using Creative Cloud Desktop App, go to preference > creative cloud > Apps and change the installation location.

    2. delete the folder '%Temp%' and restart the process.

    NOTE: Application is downloaded to the default location, we can only customize the installation location using creative cloud app in this case.

  • As a plug-in?  I have problems with an editable IRS form.   It gives me "Access denied" and then opens the file as an editable file.  I was able to open the form in the library.

    As a plug-in?  I have problems with an editable IRS form.   It gives me "Access denied" and then opens the file as an editable file.  I was able to open the form in the library.

    I found a few other questions on this forum who have remained unanswered.   I found a site citing the problem for drive X - I use XI.

    Change to drive XI.   Perhaps the reader at the library had this as its default setting.

    1. In Adobe Reader, clear the check box enable the Mode protected at startup :

      • If you have a PDF open, right-click the document, and then click Page Display Preferences.
      • If you open Adobe Reader from the shortcut, click on Edit > Preferences.
    2. In the categories dialog box Preferences pane, click (enhanced) protection, and then clear the box enable the Mode protected at startup .
    3. Close and reopen Reader.

    I have no idea if that setting has been changed in my XI player since I used this version exactly one year ago.

  • I have a new computer running windows but 10, 13 photoshop elements disc.  Insert the disc does not start something going and looking at the files I do not see an installation executable.

    I have a new computer running windows but 10, 13 photoshop elements disc.  Insert the disc does not start something going and looking at the files I do not see an installation executable.  I don't know what to do.

    Download from Download Photoshop Elements | 14, 13, 12, 11, 10

    Install and enter your serial number.

Maybe you are looking for

  • Return to profile beta

    Hi, please help me with on the thing about beta ios10?

  • Driver GeForce Go 7300 display Satellite A200 with Windows XP

    I'm looking for drivers to GeFroce Go 7300 Toshiba A200 computer laptop with Windows XPEnybody knows where I can find. Toshiba does not give it on its web page.HELP :-)

  • Cannot open jpg files in Winows Live Mail when it is attached to an email

    I get .jpg files attached to emails from the "shippers". The error messages state that he is considered dangerous and that the file has been disabled. There is no option to replace. I use Windows Live Mail (hotmail not living) that is compatible with

  • Freeze up during the initialization of Windows XP

    When I turn on the computer, & Windows XP initializes it stops and can't do anything.  I be able to ogg & suite and get suggestions - run the last known..., run safe mode. (and 2 other modes without danger), run normal.  I tried all the options, and

  • Bango earnings report?

    I won over $ 3000 in 2 months may and June, but received 2 report of Bango notice I $ 102 in May and $ 65 in June (my English very bad, sorry). in Blackberry Bango Bango send report to mail who can explain to me, please? hixhix