• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Steve Lee
  • Profile
  • Following 0
  • Followers 0
  • Topics 9
  • Posts 47
  • Best 2
  • Controversial 0
  • Groups 0

Steve Lee

@Steve Lee

2
Reputation
7
Profile views
47
Posts
0
Followers
0
Following
Joined Aug 14, 2023, 1:06 PM Last Online Aug 19, 2024, 10:28 AM

Steve Lee Unfollow Follow

Best posts made by Steve Lee

  • RE: New AI Script Assistant feature for subscribers

    @Russ Neat. Saves googling! Must try

    posted in Announcements
    S
    Steve Lee
    Aug 26, 2023, 3:48 PM
  • RE: Multiple voice commands

    @Russ I've been thinking of using alexa routines, to simplify my command collection. As far as I can see they can't take parameters though, so you need to create multiple similar named routines. 😞

    Also, as pointed out its a million clicks as they only provide a gui interface, not a nice text based one. Thank goodness TRIGGERcmd has a text file! 😀

    posted in Example Commands
    S
    Steve Lee
    Aug 21, 2023, 10:28 AM

Latest posts made by Steve Lee

  • RE: Can't find email address

    @Steve-Lee pappal claim that is how they operate as payment gateway. So despite sending branded email with my account emailed address, it was a guest transaction, so not associated with account.

    So I guess you manage the subscription yourself. Unlike stripe where they manage.

    So I learnt.

    Poor paypal service design IMHO!

    Thanks for cancelling it though.

    Steve

    posted in General Discussion
    S
    Steve Lee
    Aug 19, 2024, 10:28 AM
  • RE: Can't find email address

    @Steve-Lee can you shed anyight on subscriptions!?

    When I log into my PayPal account I see no activity for 90 days, despite your subscription renewal. I can find no subscriptions either. I really don't get it.

    The lack of visibility on both PP and your site is why I thought I had already terminated, leaded to unwanted renewal.

    Thanks.

    Steve.

    posted in General Discussion
    S
    Steve Lee
    Aug 19, 2024, 8:55 AM
  • RE: Can't find email address

    @Steve-Lee transaction 9YT04937SS283401L was just taken from my credit card. No refund with your cancellation.

    posted in General Discussion
    S
    Steve Lee
    Aug 18, 2024, 5:43 PM
  • RE: Can't find email address

    @Russ thanks, emails a bit confusing as forward old to current. Hard to tell what's happening.

    I got a cancell message which surprises me as thought paypal account closed.

    I also just made a new payment! I think as got message.

    Steve

    posted in General Discussion
    S
    Steve Lee
    Aug 18, 2024, 5:40 PM
  • Can't find email address

    I just got a subscription renewal annoucement but thought I already cancelled
    I retired and checked to see if set up but missed the very obscure text saying I was subscribed - needs to stand out not be lost in sea of text. AS remidner that about to take next payment would be nice too.

    Great service but I now have no need.

    Would love a refund but have now closed paypal account. I could not see any subscriptions there either - sigh.

    Thanks for a great service.

    posted in General Discussion
    S
    Steve Lee
    Aug 18, 2024, 3:00 PM
  • RE: I'm trying to run a console application I created using make.com's TriggerCmd.

    @HeeHang I know nothing about Make.com but TRIGGER cmd runs windows cmd commands and Windows has the parts to make it possible. Basically you probably want to add something like the following to a cmd/bat file and run that from TRIGGERcmd

    start "" app.exe /s
    timeout /t 5
    taskkill /im app.exe /f
    
    • start runs app.exe in a new process
    • timeout waits a few seconds before returning
    • taskkill /im kills task by name - assuming it is only one

    If you have a script rather than an exe the run: cmd /c "my.cmd"

    Hope that helps

    posted in General Discussion
    S
    Steve Lee
    Sep 18, 2023, 9:43 AM
  • RE: Alexa keeps hearing "perameter" as"perimeter"

    @Russ yay! I'll give it a go

    posted in General Discussion
    S
    Steve Lee
    Sep 12, 2023, 3:03 PM
  • RE: How open triggercmd gui with command

    @Mauro Nice

    posted in General Discussion
    S
    Steve Lee
    Sep 7, 2023, 12:21 PM
  • RE: Demo of TRIGGERcmd with Alexa and Song Master

    @Russ Good idea, thanks!

    I've yet to explore routines. They do increases the number of places to configure though. And no nice text file way with Alexa!

    I did try adding words to created a new command

    • mac setlist ...
    • mac setlist next

    But it doesn't work due to the way Alexa always matches the first one

    So I'd have to add multiple 3 word items. Yuck Shame we can add out own lexicon 😞

    I was going to use Routines for repeat timers but on reading the docs they don't take parameters which really limits them for all applications 😢

    posted in Example Commands
    S
    Steve Lee
    Sep 6, 2023, 2:47 PM
  • RE: How open triggercmd gui with command

    @Mauro There used to be a way to access non hidden tray icon menus with autohotkey but looking now it might have been broken in Windows 10 or 11. The only other option I can think of is using UIA but that's really low level coding.

    posted in General Discussion
    S
    Steve Lee
    Sep 6, 2023, 2:41 PM