[GH-ISSUE #36] Windows: Hide command prompt on application launch #17

Closed
opened 2026-02-17 17:11:51 -05:00 by yindo · 0 comments
Owner

Originally created by @callephi on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/36

Version: dev-v0.3.0-rc-1

Hide blank command prompt on launch of application

Working commands might be:

@echo off
start "" /b %cd%\game.exe
Originally created by @callephi on GitHub (May 26, 2025). Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/36 Version: dev-v0.3.0-rc-1 Hide blank command prompt on launch of application Working commands might be: ``` @echo off start "" /b %cd%\game.exe ```
yindo closed this issue 2026-02-17 17:11:51 -05:00
yindo changed title from Windows: Hide command prompt on application launch to [GH-ISSUE #36] Windows: Hide command prompt on application launch 2026-06-05 14:24:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#17