Contents | Index | Search


  • Pipeline Runner
    • Licensing
      • Pipeline Runner License Versions
        • Community License - Free for Non-Commercial Use
        • Commercial License
        • Pro License
      • License Extensions
        • Floating License Extension
        • Site License Extension
      • End User License Agreement
    • Compare Pipeline Runner Editions
      • Installation
        • Overview
        • System Requirements
        • Installing From A Download
        • Using The Setup Wizard
        • Uninstalling Pipeline Runner
    • Syntax
      • Command Groups
      • Escaped Strings
      • Failure Actions
      • Logical Operators
      • Reserved Characters
      • Reserved Strings
      • Splitting Command Lines
      • Script Sections
        • Setup Section
          • Setup Section Variables
        • Notification Section
          • Notification Section Variables
        • Catch Section
        • Finally Section
        • User Sections
        • Tasks Section
        • Code Section
      • Constant Expressions
        • Date and Time
        • Folder Locations
        • Special Characters
        • Special Folder Locations
        • Other Expressions
      • Commands
        • AddTask
        • AppendFromFile
        • AppendText
        • Assign
        • AssignMod
        • Begin
        • ClearDirectory
        • ClearMods
        • CopyFile
        • CreateDirectory
        • DeleteDirectory
        • DeleteFile
        • DotNetBuild
        • End
        • Exec
        • ExecCode
        • FtpDeleteFile
        • FtpDeleteFilesOlderThanSpecifiedDate
        • FtpDeleteFilesOlderThanXDays
        • FtpDeleteFilesOtherThanTopNMostRecent
        • FtpDownload
        • FtpUpload
        • HttpDownload
        • If
        • Mod
        • ModifyFile
        • MoveDirectory
        • MoveFile
        • MsBuild
        • MsTest
        • Prerequisite
        • RegexReplace
        • Remark
        • RenameDirectory
        • RenameFile
        • Run
        • SetFileDate
        • Sign
        • Var
        • WriteText
        • Zip
      • Conditional Commands
      • Conditions
        • CodeResult
        • DirectoryExists
        • DirectoryIsEmpty
        • FileContains
        • FileContentsAreEqual
        • FileExists
        • FileIsNewer
        • FileIsOlder
        • HasTaskExclusions
        • InternetConnected
        • NotDirectoryExists
        • NotDirectoryIsEmpty
        • NotFileContains
        • NotFileExists
        • NotHasTaskExclusions
        • NotInternetConnected
        • NotUserIsAdministrator
        • NotTaskIsExcluded
        • NotVarEquals
        • TaskIsExcluded
        • UserIsAdministrator
        • VarEquals
      • Directives
        • #region
        • #endregion
      • Helper Commands
        • Method
        • Reference
        • Using Clause
      • Special Functions
        • GenerateGuid
        • GenerateRandomNumberFromRange
        • GenerateRandomNumber
        • GetBuildFileVersion
        • GetChecksum
        • GetCodeValue
        • GetFileDate
        • GetFileChecksum
        • GetFileNameVersion
        • GetFileSize
        • GetFileVersion
        • GetMajorFileVersion
        • GetMinorFileVersion
        • GetRandomFileName
        • GetRegistryValue
        • GetRevisionFileVersion
        • GetText
        • GetWebText
        • IncrementBuildFileVersion
        • IncrementFileNameVersion
        • IncrementFileVersion
        • IncrementMajorFileVersion
        • IncrementMinorFileVersion
        • IncrementRevisionFileVersion
        • IndexOf
        • IndexOfEnd
        • Insert
        • LastIndexOf
        • LastIndexOfEnd
        • Replace
        • Substring
      • Tasks
      • Variables
      • Example Script
    • Run a Script from the Command Line
      • Command Line Syntax
    • Pipeline Runner Studio
      • Conventions
      • Basics
        • Context Menus
        • Keyboard Shortcuts
        • Menus
        • Outlining
        • Split Editing
        • Toolbar
        • Zooming
      • Main Form
      • File
        • Close All Projects
        • Close Project
        • New Project
        • Open Project
        • Save Project
        • Save All Projects
        • Save Project As
        • Recent Files
        • Exit
      • Edit
        • Cut
        • Copy
        • Paste
        • Select All
        • Redo
        • Undo
        • Find
        • Find Next
        • Replace
        • Comment
        • Uncomment
        • Escape Selected Text
      • Insert
        • Command
        • Expression
        • Section Heading
      • Project
        • Run
        • Validate
      • Tools
        • Export
        • Import
        • Generate Command Line
        • String Escaper
        • Options
      • View
        • Zoom Custom
        • Zoom In
        • Zoom Out
        • Zoom Reset
      • Help
        • Online Documentation
        • About
      • Dialogs
        • Colour Selector Dialog
        • Folder Browser Dialog
        • MRU List Editor Dialog
        • Open File Dialog
        • Progress Reporter Dialog
        • Save As Dialog
        • String Escaper Dialog
        • Task Selection Dialog
    • Technical Support
      • Free Support
      • Dedicated Support
    • Appendices
      • Date Format Strings
    • Acknowledgements