You can pass the location of the file to a process. For example, in the execute process task, you can set the following properties:
Executable: notepad.exe
Arguments: abc.txt
WorkingDirectory: C:\temp
When you execute the task, notepad will attempt to open abc.txt from C:\temp folder.
No comments:
Post a Comment