mdnava
mdnava
@sylikc > 1. Backlog: The way it's designed right now already has minimal user feedback... start adding hidden items and everyone's going to get confused. Right now, for toggle items,...
@sylikc > I just tested this and it works fine. Please post more info, like your ini, show the behavior in a screen capture, etc... After this comment I did...
@Hrxn @sylikc I create slideshow file with a simple Cmd Dir command within an AutoHotkey script: ``` pTmpSlideFile := EnvGet("APPDATA") . "\Slide.show" FileDelete %pTmpSlideFile% Sleep 25 ; This loop allows...
@sylikc > @mdnava ah ha... that's where your problem lies. > > Your cmd.exe script, while simple, has an error. You need to add the `/u` flag I tried the...
> Unfortunately, I'm going to have to defer to someone else to debug this I understand. At first I thought it was an actual issue with JPEGView. But I see...
@tannerhelland I just got a notification from the last message sent by @EsterLoken and I noticed my response to your question on Sep 27, 2023 seems to have been erased....
You can use any parameters with this tool: `singleinstance.exe "%1" pwsh ImageConvert.ps1 -jpg -q 85 $files -more-arguments --si-timeout 200`
> Hi, I implemented a more versatile version of this. > > https://github.com/ge9/ExecuteCommand-Pipe > > It can pass input files to any program through standard input (in UTF-8), so can...
> Yes, each path is suffixed by "\n" (LF) and then concatenated. Wouldn't be much more useful to send them as proper args?, like: prog.exe arg1 arg2 arg3 As it...
> I chose this design because Windows has 32767 character command line length limit. Users may run a command on many files at a deep directory. Converting stdin to commandline...