11
3rd Party Plugins - (fb2k) / Re: foo_run
Last post by thebugswillbite -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)