Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Allow viewing custom command logs #1084

Open
Gamer-XP opened this issue Mar 13, 2024 · 1 comment
Open

[Feature Request] Allow viewing custom command logs #1084

Gamer-XP opened this issue Mar 13, 2024 · 1 comment

Comments

@Gamer-XP
Copy link

I'm dumping some imporant info though custom commands, and I want to confirm them before I close the window.

My request is either:

  1. Allow to disable auto-close for custom commands. Add this either as a project settings or a settings for each command
  2. Add some button to open log window again
  3. Somehow treat "readline" request as something you can close with single click, without pressing "kill" button first
@ykt-dev
Copy link

ykt-dev commented Apr 25, 2024

You may use something like this in your script to keep custom command log window
msg /W %username% OK?
(this is windows cmd)

This will display a Windows native dialog window. This command blocks until you press Ok, so this way custom log won't close until then.

There is also https://www.nirsoft.net/utils/nircmd2.html#using (Ctrl+F "infobox")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants