User Tools

Site Tools


transformations:runprogram

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
transformations:runprogram [2021/07/17 23:42] – [Examples] craigttransformations:runprogram [2021/07/19 01:59] (current) – [Examples] craigt
Line 57: Line 57:
 **Example 1:**  Running the external 7-Zip program to unzip a file or files. **Example 1:**  Running the external 7-Zip program to unzip a file or files.
  
-**Action parameters**+**Action parameters:**
 > Application "C:\Program Files (x86)\7-Zip\7z.exe" (the full path and name of program executable) > Application "C:\Program Files (x86)\7-Zip\7z.exe" (the full path and name of program executable)
 > Working directory is "C:\Zipped files" (the folder the application will find the file(s) to be unzipped) > Working directory is "C:\Zipped files" (the folder the application will find the file(s) to be unzipped)
Line 68: Line 68:
 **Example 2:** Run the Windows shell command to copy a file. **Example 2:** Run the Windows shell command to copy a file.
  
-**Action parameters**+**Action parameters:**
 > Application is left blank (the Windows shell will run the command below) > Application is left blank (the Windows shell will run the command below)
 > Calculated argument is the shell command:  '' 'copy /Y "' & {Old location} & '" "' & {New location} & '"' ''  (note {Old location} and {New location} are EasyMorph parameters) > Calculated argument is the shell command:  '' 'copy /Y "' & {Old location} & '" "' & {New location} & '"' ''  (note {Old location} and {New location} are EasyMorph parameters)
transformations/runprogram.txt · Last modified: 2021/07/19 01:59 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki