Keyword: DOCURUN - Run from Documents
Posted: Sun Apr 09, 2023 9:10 pm
Description
- Copy specified file and paste to, to run from User Documents folder.
- x: allow skip (skip/noskip)
- This specifies if the execution is blocking.
- Depend on the default program set for the target file extention, this behavior may not be consistent.
- Valid values are skip/noskip, or set "1" for allow skip and "0" for no skip.
- This specifies if the execution is blocking.
- z: specified full path to file.
- This can be a local path or UNC path to a file or program/script.
- Pre-pend "@" prevent execution.
- DOCURUN x z
- ex. DOCURUN 0 c:\mydoc.txt
- Copy c:\mydoc.txt to Documents folder then run mydoc.txt from Documents folder.