• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

CommandScript

CommandScript

Executes a command (batch) file or script.

Properties

BatchParameters
Type: System.String
Specifies the input parameters for the command file as they would appear on the command line.

CommandCode
Type: System.String
Specifies the file content when you don't want to reference a command file on the file system. This property is ignored if a file is specified in the 'Command File' property.

BatchFile
Type: System.String
Specifies the path to the command file (.cmd or .bat) you wish to run.

StringOutput
Type: System.String
Contains the output from the command file. This is a read-only output parameter.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links