batch.scripts
batch.scripts copied to clipboard
batch script utils and examples by npocmaka -
Hi, Someone recommended: https://github.com/npocmaka/batch.scripts/blob/master/hybrids/.net/c/screenCapture.bat But there are only very few comments. Would it be possible to add more comments, or alternatively, add a second variant with more comments? I can...
Hi I'm Trying to get response from my website using your tool "winhttpjs.bat" but it's not working, what I'm doing wrong? sorry... I have poor knowledge about api and batch...
I am trying to use sendKeys to bring a window to foreground by `sendKeys "window title" ""` but seems it only works if the window is hidden, if it is...
hi,, i need to submit a form post, with one field. until now i was able to get value of field.. but i dont now how to submit a post...
I was using this script https://github.com/npocmaka/batch.scripts/blob/master/hybrids/jscript/winhttpjs.bat. So what I want is to get the response and make it as a variable and not using external txt files.
Some users don't want all that extra information or features that you have in your file. Me personally, I just need to have your file, but in a way that...
Hello, Running this command only capture the foreground window not the specified one. Sometimes its the good one but not everytime. > screenCapture capture.png title EDIT: I read in the...
I am using your caputre screen script and it is working great if I start it manually. However ist das not work when it is started by a scheduled task....
Is there a way to make it working? On windows 10 the same script work fine Automation server can't create object - Microsoft JScript runtime error
There is some suggestions to improvement on .net batch prologue. (as a source screenCapture.bat was used) 0. If screenCapture.exe already exist, better to call immediately, skipping search for csc.exe 1....