Search found 186 matches

by tobsto occupied
30 Apr 2022, 08:09
Forum: Other Programming Languages
Topic: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windows
Replies: 21
Views: 9619

Re: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windo

ill also take a powershellscript conversion if it works more reliable , since against my believe.....said batch dont really work , so the cpu or gpu thresholds set arent respected
by tobsto occupied
26 Oct 2021, 07:09
Forum: Ask for Help (v1)
Topic: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved
Replies: 8
Views: 600

Re: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved

yep that didnt work either ...simply just maximized window once i actually manually maximized it ...solution? i added a kill command into my .vbs file that will kill the app and restart it that way the window is autofocused aka maximized and the AHK script will then work and minimize it and just use...
by tobsto occupied
26 Oct 2021, 06:44
Forum: Ask for Help (v1)
Topic: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved
Replies: 8
Views: 600

Re: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starti...
by tobsto occupied
26 Oct 2021, 06:12
Forum: Ask for Help (v1)
Topic: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved
Replies: 8
Views: 600

Re: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starti...
by tobsto occupied
26 Oct 2021, 05:56
Forum: Ask for Help (v1)
Topic: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved
Replies: 8
Views: 600

Re: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved

ok ...atleast with that the window opens now , BUT still no luck on it clicking on Boost Lock


upate> yeah nope now it dont open window
by tobsto occupied
26 Oct 2021, 00:15
Forum: Ask for Help (v1)
Topic: Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved
Replies: 8
Views: 600

Autohotkey Script wont work for Precision X1 aka cant read window Topic is solved

as stated above i got this AhK Script and it dont seem to be able to read Precision X1s window , anyone gots a solution to get this working? would appreciate it #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting ...
by tobsto occupied
11 Oct 2021, 06:54
Forum: Other Programming Languages
Topic: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windows
Replies: 21
Views: 9619

Re: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windo

well ....i got PS7 .....but i dont know jack shit how to use it vs batch ...im like literally total noob, and im already with batch , with PS7 id get even less anywhere
by tobsto occupied
29 Jun 2021, 13:21
Forum: Other Programming Languages
Topic: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windows
Replies: 21
Views: 9619

Re: Batchfile Request:How to kill a App once GPU Usage is below set Threshold using a given GPU? per nvidia-smi in Windo

still would appreciate a solution to this, still cant figure out how to make the Loading feature actually be respected, also have no idea how to add an additional process watch for WerFault.exe popup tied to App exe, as said function should be so that as soon as WerFault pops up during app usage for...
by tobsto occupied
28 Jun 2021, 04:53
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

oh also the great thing about this script now is with the fix implemented.....when you open a folder from an explorer window and click on the same folder again in that previous window ...itll bring the already opened folder back up, and wont open another of the same exact destination folder....prett...
by tobsto occupied
27 Jun 2021, 14:10
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

yeps ...worked magic!!! finally!!! true middle click support for folder opening in explorer....wanted this like ....forever :salute: :dance:
by tobsto occupied
27 Jun 2021, 09:25
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

ok had one # too many at the very beginning of code BUT....its alot slower than the first code that shows the right click menu tho , literally has a 2 second delay vs instantly it seems to unlike the first code that opens within the same explorer process , it creates an entire new explorer process.....
by tobsto occupied
27 Jun 2021, 03:00
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

--------------------------- Mouse Middle Click to open folder while in Windows Explorer.ahk --------------------------- Error at line 1. Line Text: ##If ExplorerUnderMouse() Error: This line does not contain a recognized action. The program will exit. --------------------------- OK -----------------...
by tobsto occupied
25 Jun 2021, 02:51
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

--------------------------- Mouse Middle Click to open folder while in Windows Explorer.ahk --------------------------- Error at line 23. The following variable name contains an illegal character: "$"" The program will exit. --------------------------- OK --------------------------- #If ExplorerUnde...
by tobsto occupied
24 Jun 2021, 13:16
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

uhhhhh both wont open the folder i click on ...but instead just opens up a generic explorer window now :think:
by tobsto occupied
24 Jun 2021, 13:14
Forum: Ask for Help (v1)
Topic: Wanted: Script that opens new explorer window when middle clicked
Replies: 22
Views: 7608

Re: Wanted: Script that opens new explorer window when middle clicked

GroupAdd,Explorer,ahk_class ExploreWClass GroupAdd,Explorer,ahk_class CabinetWClass #IfWinActive,ahk_group Explorer MButton:: Keywait,MButton MouseGetPos,,,,Control If Control = SysListView321 { Click for window in ComObjCreate("Shell.Application").Windows { Selected := window.Document.SelectedItem...

Go to advanced search