Is it possible to have a VBScript script run in a particular version of Illustrator?

Good, everyone.  First time posting here, but ran into a problem I can't solve.

I try the script for Illustrator CS4 on a system Win 8, but when I try to run a VBScript script in CS4, it opens the CS6 and runs the script it automatically.  Is there a way to get the script to run in CS4 instead of CS6?

Thanks for the help.

This will open the latest version

CreateObject("Illustrator.Application")

Use it for CS4

CreateObject("Illustrator.Application.5")

Tags: Illustrator

Similar Questions

  • possible to have more than 8 thumbnails in the latest version?

    Installed 33.0.1 & now can have 2 rows and 4 columns of favorite sites. Several tabs was the reason I use firefox. They will solve this problem, or how to get back to a previous version. Took a look at the version of the older site, but could not understand all the options of folder or how to install it. He ruined my week seriously. Thank you.

    Yes, if your monitor is the size of a TV.

    In Firefox 33 the size of the tiles on the new tab page was made more large and fixed a size. You need to zoom out to see more tiles.

    Best solution seems to be using the extension Tools tabs.
    https://addons.Mozilla.org/en-us/Firefox/addon/new-tab-tools/

  • Is it possible to have a VI "open run" then access through Internet Explorer?



  • I have a HP vectra running windows xp professional, version 2002 can download the version of the disc so I can restore my computer back to factory settings?

    I want to restore my computer to factory settings and start over, because I keep getting blue screen errors and I can't seem to fix.  I don't have the original disc, but I have the key code, is there a way to download the disc for Windows Professional version 2002?

    Hello

    I recommend you contact HP support and see if they can provide you with a recovery disc or disk installation for Windows XP.
    http://WWW8.HP.com/us/en/support-drivers.html

    I hope this helps.

  • Having a very bad Friday afternoon, no idea how I can eliminate a possible race condition?  I have a working script intermittently :(

    I have a script that seems to work intermittently, usually it fails on the line of characters 1 128 (in bold below) I think that the VC will not return with information and therefore the script fails on the capture...

    on the other

    {

    Write-Host "space is insufficient on the target data store. Please increase the space to continue.

    Write-Output "space is insufficient on the target data store. Please increase the space to continue"> > $logfile

    Write-Host "Exiting with code 1.

    Write-Output "exit with code 1" > > $logfile

    Send-MailMessage-to $From-$To-CC $Cc - subject $Subject '

    -Body $BodyFailure1 - SmtpServer $SMTPServer - port $SMTPPort

    Output 1

    The architect suggested it might be a race condition, can someone with a lot more experience than me (it's pretty anyone) suggests an alteration that may well solve this problem?  I guess I could put breaks in but I'm not 100% where would be the best place to do so or if maybe it's the mickey mouse method?

    Error

    # ==============================================================================================

    # NAME: CloneVMs

    #

    # AUTHOR: Luc

    # DATE: 10/09/2015

    #

    # COMMENT: Creates a clone/backup of virtual machines described in the text and names using the

    # past param.  Virtual MACHINE will be appointed in accordance with the following VM1-12345678 example

    #

    #

    #

    # * Software dependencies: *.

    # - Microsoft PowerShell *.

    # - VMWare PowerCLI *.

    # ==============================================================================================

    # Parameters

    # ==============================================================================================

    # Below is provided by Control-M parameter refers to the prefix point cycle and restoration,

    # the date can be added automatically, however, this feature has been disabled.

    Param ([string] $CYRPYYMMDD)

    # ==============================================================================================

    # Functions

    # ==============================================================================================

    #Function for you to check if a command is responsible

    Function Check-Command ($cmdname)

    {

    return [bool] (Get-Command - Name $cmdname - ErrorAction SilentlyContinue)

    }

    # ==============================================================================================

    # Varibles

    # ==============================================================================================

    # Add the snap of vmware for powershell

    # Add - PSSnapin VMware.VimAutomation.Core

    # Add the snap of vmware for powershell (keeps see you error messages)

    If (control "Connect-VIServer")

    {

    Write-Host "already automation tool for".

    }

    on the other

    {

    #If not already loaded load the snap

    Write-Host "loading automation tools.

    Add-PSSnapin VMware.VimAutomation.Core

    }

    backup of # = true adds date; false creates a clone with the same name.

    $backup = 'True '.

    debugging of #-true: clones not vm. FALSE will clone the virtual machine.

    $debug = "FALSE".

    # Target Datastore

    $targetdatastore = "LUN9_BASIC_MATADM_ONLY".

    Check the #Refers the percentage of free space for space DS

    $freePerc = 10

    # Target location - folder existing in vcenter structure, where the clones will be held

    $targetlocation = "DMAT DNT for Cycles compatibleM BackUp.

    # Set a date

    $datestart = (get-date - uformat %Y %m %d)

    # Name a log file to record the results.

    $logfile = $datestart + "_VMClones_bulk.txt".

    #

    Write-output "new journal ($datestart) - ($logfile)" > > $logfile

    # Gets the list of virtual machines from the file associated with this script

    $VmFileList = get-Content VmsToCloneList.list | Select-Object - jump 3

    #

    $ds = get-Datastore-name $targetdatastore

    #Email varibles

    $From = «»

    $To = «»

    $Cc = «»

    #$Attachment = "C:\temp\Some random file.txt".

    $Subject = «!» DMAT TEST createRP TEST! »

    $BodySuccess = "A DMAT VM has correctly saved to the specified folder of destination organizational data store and inventory in vSphere"

    $BodyFailure1 = "the combined use of VMDK put in service of the virtual machine is greater than the capacity of the destination database or the datstore does not exist, coming out with code 1"

    $BodyFailure2 = "there is not enough space on the target data store, increase the space to continue, exit with code 1"

    $BodyFailure3 = "a virtual machine with the specified name is not found maybe it does not exist? Exit with code 1 "

    $SMTPServer = «»

    $SMTPPort = "25".

    # Connect

    $Creds = get-VICredentialStoreItem-Host 127.0.0.1 - folder C:\Users\matadm\PS_ITC_BAS.xml

    SE connect-VIServer 127.0.0.1-$ username-password Creds.User $Creds.Password

    # Gets the total ProvisionedSpaceGB of VM for all s VM in the list.

    # Ensures whitespace and hashes are effectively ignored

    # create a clean list that calculates / creates the variable required for the validation check 1

    $vmCleanedList = New-Object system. Collections.ArrayList

    # Loop through our VM file list and own is in place, check for incorrectly specified VM

    ForEach ($vmname to $VmFileList)

    {

    If ([string]: IsNullOrWhiteSpace ($vmname) - or $vmname.) StartsWith("#"))

    {

    writing-host("Invalid machine name-$vmname")

    }

    on the other

    {

    #Should trim vmname to ensure that we have no spaces before or the end

    $vm = get - VM $vmname

    $vmCleanedList.Add ($vmname)

    $TotalRequiredGB += $vm. ProvisionedSpaceGB

    }

    Write-Host "Total needed = $TotalRequiredGB.

    }

    # ==============================================================================================

    # Validation checks before launching the clone script

    # ==============================================================================================

    # Updates the prior to storage data store information.

    $ds. ExtensionData.RefreshDatastoreStorageInfo)

    # Validation check 1, check if the combined usage of VMDK put into service of the virtual machine is greater than the capacity of the destination database?

    If (($ds.)) FreeSpaceGB - gt $TotalRequiredGB))

    {

    Write-Host 'continue with your script.

    }

    on the other

    {

    Write-Host "space is insufficient on the target data store. Please increase the space to continue.

    Write-Output "space is insufficient on the target data store. Please increase the space to continue"> > $logfile

    Write-Host "Exiting with code 1.

    Write-Output "exit with code 1" > > $logfile

    Send-MailMessage-to $From-$To-CC $Cc - subject $Subject '

    -Body $BodyFailure1 - SmtpServer $SMTPServer - port $SMTPPort

    Output 1

    }

    $ds = get-Datastore-name $targetdatastore

    # 2 validation control, you have X % datatstorespace free?

    If ((($ds.)) FreeSpaceGB / $ds. CapacityGB) * 100)-ge $freePerc)

    {

    Write-Host 'continue with your script.

    }

    on the other

    {

    Write-Host "there is less than X % of free space on the data store. Please increase the space to continue.

    Write-Output "there less than X % of free space on the data store. Please increase the space to continue"> > $logfile

    Write-Host "Exiting with code 2.

    Write-Output 'output with code 2' > > $logfile

    Send-MailMessage-to $From-$To-CC $Cc - subject $Subject '

    -Body $BodyFailure2 - SmtpServer $SMTPServer - port $SMTPPort

    Output 2

    }

    #Hack + of the duplication of efforts

    #$VmListFile = get-Content VmsToCloneList.list | Select-Object - jump 3

    ForEach ($vmname to $vmCleanedList)

    {

    # The virtual computer object

    $vm = get-VM-name $vmname

    # Target host - use the same host as the current VM (it's faster than the cloning on hosts).

    $targethost = $vm.vmhost.name

    # Target VM name - name if the BACKUP is FALSE

    $vmtarget = $vmname

    #

    $datastore = get-datastore $targetdatastore - vmhost $targethost

    # ==============================================================================================

    # Start the real clone script

    # ==============================================================================================

    If ($vm - no $null)

    {

    Write-Host "a virtual machine named $VM exists. From clone "

    Write-output "a virtual machine named $VM exists. From clone"> > $logfile

    }

    on the other

    {

    Write-Host "a virtual machine with the specified name is not found maybe it does not exist?

    Write-Output "a virtual machine with the specified name is not found there is perhaps no?" > > $logfile

    Write-Host "Exiting with code 3.

    Write-Output "output with code 3" > > $logfile

    Send-MailMessage-to $From-$To-CC $Cc - subject $Subject '

    -Body $BodyFailure3 - SmtpServer $SMTPServer - port $SMTPPort

    exit 3

    }

    If ($backup - eq "TRUE")

    {

    # Clone the virtual machine for backup_vmname_todaysdate

    $vmtarget = $vmtarget + '-' + $CYRPYYMMDD #+ '-' + $datestart

    }

    beautiful colors # if you look at the script runs

    write-host - foregroundcolor green 'cloning $vm to $vmtarget.

    Write-output - foregroundcolor green 'Cloning $vm to $vmtarget' > > $logfile

    new-vm-name $vmtarget - vm $vm vmhost - $targethost - $datastore - $targetlocation location data store - slim DiskStorageFormat

    Send-MailMessage-to $From-$To-CC $Cc - subject $Subject '

    -Body $BodySuccess - SmtpServer $SMTPServer - port $SMTPPort

    }

    Write-Host "complete."

    Exit 0

    # COMPLETED

    Have you ever tried to test if $ds-eq $null before you call the RefreshDatastoreStorageInfo method?

    In the error message, it looks like $ds contains $null, no idea why when the data store 'LUN9_BASIC_MATADM_ONLY' exists in the environment in which you are conencted.

    In fact, you could test immediately after the Get-data store.

    Ah, but wait, you seem to be doing the first Get-Datastore (there are two in the script, but I guess you know) before the connect-VIServer, it won't work.

    Unless I'm missing something here

  • Can I copy data from a VBScript script points?

    Hello

    If I have a 2D - axis in VIEW space, I can copy the data points to a new channel by clicking on the button ' copy of flags Data Points: Is it possible to have the same features of a VBScript? I can set and remove the flags, but I can't find a way to copy these flags.

    This is the key what functionality I want to automate my script

    Thank you

    Lucas

    Hi Lucas,.

    Define DIAdem VBScript indicators used the command ChnFlagSet. But there is no command in VBS to remove or copy the part with indicator of the curve. So I suggest you use the position of the cursor and read the x value of him, after that, you can find the following value in the channel (use PNo). If you have a box and two coursor one left and right to read x 1 (left) and x 2 (right). With this coordinates use the DataBlCopy command to copy data between the coursors to a new channel.

    If it's difficult, you can also use CHF to search for what is the value of a channel is reported and copy it to a new channel. Doing this, you first need to flag values.

    For example in this topic, you can also watch "Automatic Anzeige harmonischer offer" in the Finder for example DIAdem

    I hope this helps.

    Concerning

    TomBaum

  • Can't find script engine "VBScript" script "FILE."

    I am developing an application compatible with Windows XP, but I have a problem.

    Whenever I try to run a VBScript script, I get the error

    "Impossible to find the"C:\DIRECTORY\file.vbs"script engine".

    I tried to re - install wsh on the PC, but it tells me that I already have the latest version and it won't do anything.

    What happens here?

    Is there a solution?

    Thank you

    -Fractured.Code

    This issue is beyond the scope of this site and must be placed on Technet or MSDN
  • Microsoft Fix It does not "Windows Script Host gave me the error message: cannot find engine\ 'VBScript' Script script.

    installed Microsoft Fix It.  When I try to launch it I get the message that there is an error during the MicroFix troubleshooting it won't work.  I can only use the online version.

    I had a problem installing a program and products purchased for the program.  Windows Script Host gave me the error message: cannot find engine\ script 'VBScript' Script 'C:\Users\debra\AppData\roaming\MyEQBoutique\Boutique Registry Entries.vbs.  I uninstalled the program.  I ran the SCF.  Ran the clean boot, and then set back to normal. I restored to the previous day.  I ran the scan online to remove malicious whatevers, also, I went and changed all my default settings.  Windows tells me that it is up-to-date.  I have Windows Vista Home Premium, I use Microsoft defender and Microsoft Security Essentials.  What is going on? What can I do else?

    Hello

    (1) have you made changes before the start of this issue?

    (2) have what program you tried to install?

    (3) you are able to install any other software on your computer?

    (4) what fix - it you try to run?

    This occurs if the filevbscript.dll runtime script is not properly registered in the system.

    Try the steps below and check if you are able to run the Microsoft fixit.

    a. click the Start button, type cmd. In the result of the research with the right button on cmd and select run as administrator.

    b. type cd %windir%\system 32 (Note: there is a space between the system and 32) and press ENTER.

    c. type regsvr32 vbscript.dll in the command prompt, and then press ENTER.

    d. type regsvr32 jscript.dll in command prompt, and then press ENTER.

    If the registration was successful, you should now see the following message is displayed:

    DllRegisterServer in vbscript.dll successful.

    e. now, try to run the Microsoft fixit.

    See also:

    Solve problems with programs that cannot be installed or uninstalled

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    After the question in the following forum if the problem with fix - it persists.

    http://social.Microsoft.com/forums/is/fixitcenter/threads

    Let us know if that helps.

  • CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Separated from this thread.

    Diagnostic report (1.9.0027.0):
    -----------------------------------------
    Validation of Windows data-->

    Validation code: 0
    Code of Validation caching online: 0x0
    Windows product key: *-* - 6XY48 - 6B28M-CT77B
    Windows product key hash: A2HudJl9EiKfe6vK5BX00Jal5xY =
    Windows product ID: 00426-437-1608992-85320
    Windows product ID type: 5
    Windows license type: retail
    The Windows OS version: 6.1.7601.2.00010100.1.0.001
    ID: {524C3FC6-4B03-418B-81FA-D2814D3AA07C} (1)
    Admin: Yes
    TestCab: 0x0
    LegitcheckControl ActiveX: Registered, 1.9.42.0
    Signed by: Microsoft
    Product name: Windows 7 Ultimate
    Architecture: 0x00000000
    Build lab: 7601.win7sp1_gdr.150113 - 1808
    TTS error:
    Validation of diagnosis:
    Resolution state: n/a

    Given Vista WgaER-->
    ThreatID (s): n/a, hr = 0 x 80070002
    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    File: No.
    Version: N/a, hr = 0 x 80070002
    WgaTray.exe signed by: n/a, hr = 0 x 80070002
    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->
    Cached result: n/a, hr = 0 x 80070002
    Version: 2.0.48.0
    OGAExec.exe signed by: Microsoft
    OGAAddin.dll signed by: Microsoft

    OGA data-->
    Office status: 109 n/a
    OGA Version: Registered, 2.0.48.0
    Signed by: Microsoft
    Office Diagnostics: B4D0AA8B-604-645_025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->
    Proxy settings: N/A
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)
    Default browser: C:\Program Files\Mozilla Firefox\firefox.exe
    Download signed ActiveX controls: fast
    Download unsigned ActiveX controls: disabled
    Run ActiveX controls and plug-ins: allowed
    Initialize and script ActiveX controls not marked as safe: disabled
    Allow the Internet Explorer Webbrowser control scripts: disabled
    Active scripting: allowed
    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->
    Office details: {524C3FC6-4B03-418B-81FA-D2814D3AA07C}1.9.0027.06.1.7601.2.00010100.1.0.001x 32*-*-*-*-CT77B00426-437-1608992-853205S-1-5-21-885106373-165730409-1007669906HP-Pavilion,FK479AV-ABA s3600tPhoenix Technologies, LTD5.2120081111000000.000000 + 000E2133E07018400F804090409Eastern Standard Time(GMT-05:00)03HPQOEMSLIC-CPC109

    Content Spsys.log: 0 x 80070002

    License data-->
    CScript error: can not find script engine "VBScript" script "C:\Windows\system32\slmgr.vbs '.

    Windows Activation Technologies-->
    HrOffline: 0x00000000
    HrOnline: 0x00000000
    Beyond: 0 x 0000000000000000
    Event timestamp: 1:24:2015 23:39
    ActiveX: Registered, Version: 7.1.7600.16395
    The admin service: recorded, Version: 7.1.7600.16395
    Output beyond bitmask:

    --> HWID data
    Current Hash HWID: NgAAAAEABAABAAEAAAACAAAAAwABAAEAeqh + Xbz8xnTi8LyK7MXC/OIlmPVvhP7Tg/oDekbK

    Activation 1.0 data OEM-->
    N/A

    Activation 2.0 data OEM-->
    BIOS valid for OA 2.0: Yes
    Windows marker version: 0x0
    OEMID and OEMTableID consistent: Yes
    BIOS information:
    ACPI Table name OEMID value OEMTableID value
    HPQOEM APIC-SLIC-CPC
    FACP SLIC-CPC HPQOEM
    HPET SLIC-CPC HPQOEM
    MCFG SLIC-CPC HPQOEM
    SLIC SLIC-CPC HPQOEM
    SSDT HPQOEM SLIC-CPC

    It comes to my report.  Windows has been 'validate' for three hours now.  What should I do?

    Hi Thea,.

    Thanks for posting your query on the Microsoft Community. I'll be happy to help you today. I wish to inform you that it is a problem with the license of software on the computer. I would like to know if you get an error message upon activation.

    If you have made significant physical changes to your PC, like replacing your hard drive or motherboard, you must contact support to activate Windows by phone:

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

    Please follow the steps mentioned below to activate Windows on your computer:

    (a) click Start and in the search for box type: slui.exe 4

    (b) press ENTER on your keyboard

    (c) select your country.

    (d) opting for the phone activation option and ask the help of activation team.

    You can also check out the link below:

    http://support.Microsoft.com/kb/950929/en-us

    For more information, do not hesitate to contact us. We will be more than happy to help you.

  • can't find script engine "VBScript" script "C:\Windows\System32\GfxCUIServiceInstall.vbs".

    Help, please!  I have an ACER netbook computer which is new and when I turn it on I get the following message - can't find engine "VBScript" script "C:\Windows\System32\GfxCUIServiceInstall.vbs" script I looked everywhere for the answer.  When I called ACER, they were not very useful.  Does anyone have any suggestions?

    Hello

    Did you change your computer?

    Method 1:

    Step 1:

    I suggest you check in safe mode.

    Advanced, including safe mode startup options

    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    Step 2:

    I also suggest you perform the clean boot and check.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

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

    Note: After troubleshooting, make sure the computer to start as usual as mentioned in step 7 in the above article.

  • Is it possible to store parameters to script with the InDesign file?

    Hello

    I have a crazy idea: it is possible to store parameters to script with the InDesign file?

    In this case the Scripting Guys will be able to store these settings with the file, and when the script runs - he can check if those setting exists - if so - script can run without showing the dialog with the settings... (like all the necessary parameters are stored with the indesign file), and of course we can force InDesign to display the script dialog parameters if run us with the alt/option key pressed when executing this script. Maybe even different scripts will be able to share these settings and interact with each other... We will be able to have the settings will be saved with the file, or temp settings for the document assets or session (till InDesign is closed). With eventListeners and commissioning, scripts, that we will be able to make scripts that would be able to check updates and automatically run when we placing images and text and so on... This can be a set framework of InDesign scripting, allowing to write scripts that use ui and same libraries so we don't have to write everything from scratch every time and just included required libs...

    So here are 2 great questions for now:

    (1) is it possible to store script with .indd file settings

    (2) who is interested in creating InDesign scripting (because it only makes sense if it will use a lot of people)

    PS: I know that it is possible to store settings in an external file, but this time, I'm interested only to save the params with .indd

    The syntax of the function to write the label:

    app.activeDocument.insertLabel('myLabel', 'myLabelValue');
    

    IMPORTANT: If you forget the name of the label, the label is LOST! Really? YES, REALLY!

    The syntax of the function for the reading of labels:

    var myLabel = app.activeDocument.extractLabel('myLabel');
    

    http://indisnip.WordPress.com/2010/07/31/saving-script-data-within-document/

  • Possible to have delivery obiee 11.1.1.5 agent network location?

    Possible to have delivery obiee 11.1.1.5 agent network location?

    I have seen a lot of posts on the appeal of a script java during the agent to deliver process where you can have the agent back to a file location (windows) However, I can't find clear answers on knowledge if you can have the agent deliver the content to a network location. Is this possible? Someone at - it an example script?

    Thank you very much.

    Hey Joe,

    Yes, it is possible and we have implemented something similar in g couple 10 years ago based post of this thread Madan: ( Configure the FTP in OBIEE delivers. )

    Thank you
    -Laurence.

  • powercli call VBScript script

    How can I call or run my powercli within my vbscript script?

    Have you ever had a glance to Call PowerShell to VBScript ?

    Be sure to load the PowerCLI snap in your PS profile.

    Add a line like

    Add-PSSnapin VMware.VimAutomation.Core
    
  • Call a jscript vbscript script and return a value

    Hello world

    I'm trying to simplify a tedious task: every day I have to fill in an InDesign document with 48 different numbers that go into 48 blocks of text. I would like to write a script to get these numbers (the temperatures that I get in an excel file) automatically and write them in the corresponding text blocks.

    So basically I use jscript to implement a document. So I want him to call a vbscript script (since only vbscript can retrieve an excel cell value) and have it return the value to the jscript in a variable.

    So far I managed to adapt a .vbs script that retrieves the number of the cell and the poster in a box:

    Option Explicit
    Dim objApp, objWbs, objWorkbook, objSheet

    Set objApp = New
    Set objWbs = objApp.WorkBooks
    objApp.Visible = False
    Set objWorkbook = objWbs.Open ("C:\Temperature")
    Set objSheet = objWorkbook.Sheets ("Sheet1")

    MsgBox objSheet.Range ("C5"). Value

    objWorkbook.Close False
    objWbs.Close
    objApp.Quit

    ObjSheet = Nothing set
    Set objWorkbook = Nothing
    Set objWbs = Nothing
    Set objApp = Nothing

    But it is only that. I always have trouble with:

    (1) the order doScript: How can I call the jscript vbscript script?

    (2) writes the value retrieved (or table) in a variable in vbscript script

    The rest is easy: in the jscript, write the table in the corresponding text blocks.

    Hope someone can help me. Thank you very much

    Maphio M.

    When you place an Excel file in InDesign, it becomes a table. From there on, it's a simple as myFrame.tables [0] .cells [x] .silence (myFrame being a reference to the image that you placed the Excel file in).

  • [JS, ACE] I have an InDesign/InCopy script run a script system?

    I wish I could leave my InCopy users run a script that will create a new InDesign document on the fly, that the stories which they can then modify in InCopy.

    To do this, I guess I must have a copy of InDesign running on our server and have this copy of InDesign running the document generation script.

    So my question is, can I have an InCopy script call an AppleScript in OS (we are working on Mac) who will read something like 'say a copy of InDesign running on the server to run script x,' script where x creates the new document?

    (I'm not terribly familiar with Applescript, but I imagine that such a thing would be pretty easy to do, if that is possible).

    An added bonus would be if scripts called in the BONE and InDesign could send messages back in the chain to alert the caller InCopy script when they were finished, so that the InCopy script could then open the new document of the user.

    Thank you.

    Yes. It would certainly be a violation of the EULA.

    Basically no matter when you use InDesign as a web service to 'benefit' from a user not allowed (like the present where InCopy users would use the files resulting), you need credentials.

    You would be obliged to pay for the InDesign licenses for all your InCopy users, or pay for InDesign Server. Unless you have a certain users, it would probably be cheaper...

    Substances

Maybe you are looking for

  • I need to get a cd with xp home Edition. I have the oem version of provider is no longer available and need clean install

    need own installation cd. my license oem # is * my current version of windows is so sick. the dealer who sold this computer to my father is no longer exists. I have the product key too. This software was paid for once, and I can't afford to buy a new

  • Help with the new Flash Player

    I'm not a computer guru! My son was my tech Advisor, and he died of cancer last year. I'm learning what I can! I would like to have a good teacher! Someone bought a Cruzer USB Flashdrive Glide ScanDick for me... it's 8 gb... This is: it is much more

  • Unable to load the user profile?

    I tried command prompt, changes in safe mode, go to the control panel and changed the .bak thing, but it did not always help! It is on my ADMIN account, and all about it is blocked. I can't download or update anything because the password does not wo

  • HL-DT-ST DVD-RAM GH40L SCSI CdRom Device does not work code 32

    HL-DT-ST DVD-RAM GH40L SCSI CdRom Device does not work Code 32 The other post: HL-DT-ST DVD-RAM GH40L SCSI CdRom Device does not work, another driver can provide this functionality. (Code 32)

  • Printing problems with the new HP Deskjet 2544

    I just bought a HP Deskjet 2544, and it appeared to install fine. I could print the diagnostic report, alignment page and test page, etc., but when I got to print anything else, although he looks like he gets "ready to print" and the green line would