Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_run (Read 669421 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: foo_run

Reply #775
The questioner is saying "I want to get and execute Track Info (artist, album, title etc) without selecting a track", so that's not possible.
SHURE SRH1840, SENNHEISER HD660S2, SENNHEISER HD620S, SENNHEISER HD 490 Pro Plus, beyerdynamic DT 1990 PRO, HiFiMAN Edition XS, HIFIMAN ANANDA, Bowers & Wilkins P7, FiiO FT5, FiiO FT1 Pro, 水月雨 (MOONDROP) 空鳴 - VOID, SONY WH1000XM5 (made a Upgrade/Balanced Cable by myself)

Re: foo_run

Reply #776
Thanks 👍

 

Re: foo_run

Reply #777
I added spek to open with foo_run using - C:\Users\Lenovo\Desktop\spek-0.8.2\spek.exe "%_path%"
but I want spek to open with maximized window, but I don't know how. I tried adding maximized to the end of the command but it didn't work. Can anyone please help me?

Re: foo_run

Reply #778
I added spek to open with foo_run using - C:\Users\Lenovo\Desktop\spek-0.8.2\spek.exe "%_path%"
but I want spek to open with maximized window, but I don't know how. I tried adding maximized to the end of the command but it didn't work. Can anyone please help me?
Spek 0.8.5 64-bit has been out quite a while, try that: https://github.com/alexkay/spek/releases/tag/v0.8.5

User's Guide not at GitHub is attached here:


Re: foo_run

Reply #779
You can open any Windows program maximized simply by asking it to run maximized. With foo_run you can for example use command:
Code: [Select]
cmd.exe /C start "" /MAX <path-to-spek.exe> "%path%"
Make sure to tick the "Minimize" checkbox to not see the command prompt wrapper.

Re: foo_run

Reply #780
You can open any Windows program maximized simply by asking it to run maximized. With foo_run you can for example use command:
Code: [Select]
cmd.exe /C start "" /MAX <path-to-spek.exe> "%path%"
Make sure to tick the "Minimize" checkbox to not see the command prompt wrapper.

ok thank you very much. using what you showed me i ticked the minimize checkbox and input -
cmd.exe /C start "" /MAX C:\Users\Lenovo\Desktop\spek-0.8.2\spek.exe "%path%"
and that seems to work good, maximizing the window when it opens
(i am not very good at command line and even seeing the two different / \ made me wonder if i was even doing it right lol)