Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Within settings.exe you can do a launch after like

 

Quote

C:\Windows\System32\Taskkill /IM "PinSoundStudio.exe"

 

Posted

I call this command in a batch file as a 'launch after';

TASKKILL /F /IM "PinSoundStudio.exe" /T

image.png.0e0755e820270710f91eb4965e75cced.png

Some people leave it running minimised. I prefer to close it after each table.

Posted
9 minuti fa, gli scouter dissero:

Chiamo questo comando in un file batch come 'launch after';

TASKKILL / F / IM "PinSoundStudio.exe" / T

image.png.0e0755e820270710f91eb4965e75cced.png

Alcune persone lo lasciano funzionare minimizzato. Preferisco chiuderlo dopo ogni tavolo.

what should I enter in launch after working path?

Posted
20 minutes ago, scutters said:

I call this command in a batch file as a 'launch after';

TASKKILL /F /IM "PinSoundStudio.exe" /T

image.png.0e0755e820270710f91eb4965e75cced.png

Some people leave it running minimised. I prefer to close it after each table.

what should I enter in launch after working path?

Posted
33 minutes ago, slashguns04 said:

what should I enter in launch after working path?

Just change it to whatever folder you keep the batch file in

Posted
3 minutes ago, scutters said:

Just change it to whatever folder you keep the batch file in

 

3 minutes ago, scutters said:

Just change it to whatever folder you keep the batch file in

you in launch after working path: c: \ custom script do you have a script file what should i insert?

Posted

The KillPinSound.bat batch file just contains the TASKKILL line in my post above. You can paste that line into notepad and then save as a .bat file by changing the 'Save as type' drop down to All files in Notepad.

I have that file saved in C:\customscripts and so set that as the working path, but you can save it wherever you want and change the working path to match.

 

  • Thanks 1
Guest
This topic is now closed to further replies.
×
×
  • Create New...