You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with a particular application I want to set as default. Let's say I call Register-FTA "r:\path\to\my.exe" .pl
Here in https://github.com/DanysysTeam/PS-SFTA/blob/master/SFTA.ps1#L140 the application command will then be set to "r:\path\to\my.exe" "%1"
However, I need (and I have seen this on other default apps, too) something like "r:\path\to\my.exe" "%1" %*
In order to send the rest of the call arguments to the default application. Do you have a solution for this? It would be easy for me to "fix" this in a copy/fork, but I am not sure how to allow for this and not break other use-cases. Extra optional parameter for the application command arguments?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with a particular application I want to set as default. Let's say I call
Register-FTA "r:\path\to\my.exe" .pl
Here in https://github.com/DanysysTeam/PS-SFTA/blob/master/SFTA.ps1#L140 the application command will then be set to
"r:\path\to\my.exe" "%1"
However, I need (and I have seen this on other default apps, too) something like
"r:\path\to\my.exe" "%1" %*
In order to send the rest of the call arguments to the default application. Do you have a solution for this? It would be easy for me to "fix" this in a copy/fork, but I am not sure how to allow for this and not break other use-cases. Extra optional parameter for the application command arguments?
Thanks!
The text was updated successfully, but these errors were encountered: