Hide the flashing cmd window Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Logonius
Posts: 31
Joined: 19 Aug 2022, 08:20

Hide the flashing cmd window

Post by Logonius » 26 Sep 2022, 20:23

Hello everyone.
The question is, if you run one command, then the flashing cmd window is not very noticeable (sometimes it does not exist at all), and if there are many consecutive commands, then the flashing cmd window is very noticeable and annoying.
An example of the startup code, symlinks, hide does not save.

Code: Select all

Run, %A_ComSpec% /c mklink /D "test" "test2" & mklink /D "test2" "test3" & mklink /D "test3" "test4" & mklink /D "test4" "test5" & mklink /D "test5" "test6",, Hide
How to remove the cmd window that appears for a fraction of seconds?

XMCQCX
Posts: 229
Joined: 14 Oct 2020, 23:44

Re: Hide the flashing cmd window  Topic is solved

Post by XMCQCX » 27 Sep 2022, 00:14

You can try running the command with RunCMD()
viewtopic.php?f=6&t=74647

Logonius
Posts: 31
Joined: 19 Aug 2022, 08:20

Re: Hide the flashing cmd window

Post by Logonius » 27 Sep 2022, 00:43

Thanks, I'll try.

garry
Posts: 3760
Joined: 22 Dec 2013, 12:50

Re: Hide the flashing cmd window

Post by garry » 27 Sep 2022, 03:21

maybe use && instead of &

Post Reply

Return to “Ask for Help (v1)”