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
Next revisionBoth sides next revision
transformations:runprogram [2021/06/20 20:24] craigttransformations:runprogram [2021/06/21 01:59] – [Examples] craigt
Line 60: Line 60:
 > 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)
-> Calculated argument ' e "' & {File name} & '" -y -aoa' (the argument string required by 7-Zip to decompress the file(s); note {File name} is an EasyMorph parameter)+> Calculated argument '' ' e "' & {File name} & '" -y -aoa' '' (the argument string required by 7-Zip to decompress the file(s); note {File name} is an EasyMorph parameter)
 > Halt if exit code is not 0 is checked (the workflow will stop with an error if 7-Zip does not complete correctly) > Halt if exit code is not 0 is checked (the workflow will stop with an error if 7-Zip does not complete correctly)
  
Line 70: Line 70:
 **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)
 > Hard if exit code is not 0 is checked (the workflow will stop with an error if the copy command does not complete successfully) > Hard if exit code is not 0 is checked (the workflow will stop with an error if the copy command does not complete successfully)
  
transformations/runprogram.txt · Last modified: 2021/07/19 01:59 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki