Previous Document Next Document
CorelScriptTools.GetCommandLine

Function GetCommandLine() As String

Member of CorelScriptTools

The GetCommandLine method returns the parameters used in the command line that launch a script. To test this command, specify a command line in the Command Line text box in the Corel SCRIPT Editor’s Options dialog box (click Tools } Options, and the click the Environment tab).

The GetCommandLine method returns a string variable that is passed the command line parameters.

The following code example gets CommandLine:

CommandLine$ = GETCOMMANDLINE ( ) 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.