Keyword: FILEMON - File monitor

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: FILEMON - File monitor

Unread post by YiMeng »

Description
  • File monitor for a specified directory. Filters through all files within the directory.
  • To monitor files recursively within a directory, the keywork will be FILEMONR.


Parameters
  • x: The directory path; Do not use quotes for path with spaces.
  • y: The command
  • %FILE%: Returns file full path
  • To enable recursive use FILEMONR as keyword

Usage
  • FILEMON x >> y
  • FILEMON @@ >> DISPMSG %FILE%
    • Filters through current working directory then displays all filenames within the directory.
  • FILEMONR @@ >> DISPMSG %FILE%
    • Filters through current working directory recursively, then displays all filenames within the directory and subdirectories.