Endrju > 2021-09-13 02:13
"D:\Lossless\Lossless Audio Checker\LAC-Windows-64bit\LAC.exe" "D:\Lossless\Lossless Audio Checker\LAC-Windows-64bit\01. Deszcz.wav"
pause
Jean Lalonde > 2021-09-13 14:53
joeNOR > 2021-09-14 00:10
cmd
/Q /T:1E /K "C:\PathToProgram\lac "{SEL_LOC}""
Endrju > 2021-09-14 00:16
joeNOR > 2021-09-14 00:30
@echo off
C:\PathToProgram\lac %1
pause >nul
Endrju > 2021-09-14 00:40
(2021-09-14 00:10)joeNOR Wrote: You can "wrap" the command in cmd, the drawback is that you manually have to close the cmd window afterwards.
Application path (under Basic Settings):
Code:cmd
Parameters (under Advanced Settings):
(note the two double quotes at the end)Code:/Q /T:1E /K "C:\PathToProgram\lac "{SEL_LOC}""
1. Select the file in your file manager
2. Trigger the command in QAP.
Regards,
joeNOR
/Q /T:1E /K ""D:\Quick Access Popup\QAP\PROGRAMY\Lossless Audio Checker\LAC.exe" "{SEL_LOC}""
joeNOR > 2021-09-14 00:43
/Q /T:1E /K "D:\Quick Access Popup\QAP\PROGRAMY\Lossless Audio Checker\LAC.exe "{SEL_LOC}""
{lacvar}=C:\PathToProgram\lac.exe
/Q /T:1E /K "{lacvar} "{SEL_LOC}""
{cmdopt} "{lacvar} "{SEL_LOC}""
Endrju > 2021-09-14 00:53
joeNOR > 2021-09-14 00:55