# Run command

<figure><img src="/files/sy4n7NFNLU8X6CDkhGIv" alt=""><figcaption></figcaption></figure>

* Command line: Nhập tên file hoặc đường dẫn đầy đủ của file cần thao tác. Ví dụ bạn có thể nhập như sau: D:\test\3.mp4 hoặc nhập 3.mp4
* Dir: Ghi đường dẫn chứa file. Nếu trường **Command line** bạn đã nhập đầy đủ đường dần của file  như thế này: D:\test\3.mp4 thì tại trường **Dir** bạn nên bỏ trống. Còn nếu trường **Command line** bạn nhập 3.mp4 thì ở trường **Dir** bạn cần nhập D:\test
* Time Skip: là thời gian chờ output của process chạy từ command, nếu process không return output thì sẽ next sang node khác sau thời gian timeout với status = success, nếu timeout = 0 và process không return thì sẽ không next sang node khác. Nói dễ hiểu hơn thì khi chạy node run command để mở một vài file, file đã được mở lên thành công nhưng không thể chạy node tiếp theo. khi đó bạn cần nhập Time skip để sau thời gian bạn nhập thì node tiếp theo sẽ được chạy. Ví dụ nếu bạn cần mở file txt, excel,... thì bạn cần nhập Time skip.
* Output Variable: kết quả khi chạy node này sẽ được lưu tại đây, bạn cần chọn biến để lưu.

Ví dụ với trường hợp mở file txt, bạn cần nhập như sau:

<figure><img src="/files/gMFS8sliZLA4PMCYG3UI" alt=""><figcaption></figcaption></figure>

Như vậy là khi mở file thành công thì sau 3 giây thì node tiếp theo sẽ được chạy.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/automation-user-manual/other/run-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
