MoveInputFile |
Top Previous Next |
Valid for: SetStartup
Syntax - SetStartup MoveInputFile <FilePath> Where: <FilePath> is a literal string.
Description: This option defines the path to the directory where EMUE should move the input file immediately before the script processing begins. The path must be valid and accessible to the workstation on which EMUE is running. If not provided, the input file will not be moved before processing. This option values the (Pre-Move) textbox on the Main tab on the main EMUE window.
Note: If this option is not valued the input file is left in the directory defined by the SetStartup InputFile command. This could result in the file being processed more than once if the SetStartup WaitForInputFile and the SetStartup WaitAgain commands are valued with “Yes”.
Note: The input file is moved to the location that is defined in this command before processing begins so that the file can be moved from a remote network location to the local hard disk for faster processing. Additionally, using this command can make troubleshooting easier since a file will only be in the location specified by MoveInputFile if processing has begun. Thus, this command gives you an additionally way of knowing if the file began processing.
Note: The FTP form of this feature is not supported in EMUE Standard.
Sample: The following statement instructs EMUE to move the input file the directory “C:\ProcessingDirectory”. SetStartup MoveInputFile "C:\ProcessingDirectory"
See Also:
|