Start Notepad and open Excel file
This Action Map starts the application Notepad and opens an Excel file.
This example is provided as inspiration only. It must be adapted to your Perfion environment to work. Perfion Support does not assist with such adaptations. Please contact your Perfion Partner or your Perfion consultant if you need assistance.
Action Map
All lines containing a Command are created as virtuals. This is a recommended best practice
The command EXECUTE.SCRIPT with the related script starts the application
Sample data for building Action Map
Data must be adapted to your Perfion enviroment to work
Action Map - From | To | Command | Action | Script | Note |
|
| EXECUTE.SCRIPT |
| Process.Start ("C:/Users/Perfion/Documents/Validate.xlsx"); |
|
|
| EXECUTE.SCRIPT |
| Process.Start( "C:/Windows/System32/Notepad.exe" ); |
|