IT automation and programming tips

Jidouka.work

「 PowerShell 」 一覧

no image

Windows

Automate GUI Control [PowerShell]

2017/12/14    ,

PowerShell script can simulate keyboard stroke. This behavior can automate applications which do not support command line. At this time, I made a script which run Notepad, input text and save it as a file. Code

Explanation This script just press keys by SendKeys. The following page is the ...

Windows

Make an image downloader [PowerShell]

2017/12/14    

PowerShell - a tool bundled on Windows has rich functions to extract elements in HTML pages easily. I made a script to download images in a HTML page. Code

Get arguments on PowerShell script In order to get arguments on PowerShell, "Param(arg1, arg2, ...)" is used. At this time, ...

Copyright© Jidouka.work , 2024 All Rights Reserved.