【生配信】【IT相談】フローのショートカットの作成方法&スケジュール実行 [Power Automate Desktop]

Описание к видео 【生配信】【IT相談】フローのショートカットの作成方法&スケジュール実行 [Power Automate Desktop]

■チャプター
00:00 オープニング
01:07 ご紹介内容
02:33 実際の動作
04:55 作成方法(ショートカット)
13:04 作成方法(スケジュール実行)
22:27 質疑応答、雑談

■Alert.vbs
------------------------------------------------
Set objWshShell = CreateObject("WScript.Shell")
objWshShell.SendKeys "^+%{F1}"
Set objWshShell = Nothing
------------------------------------------------

■RunPad.vbs
------------------------------------------------
If Wscript.Arguments.Count = 0 Then
WScript.Quit
End If

Set objWshShell = CreateObject("WScript.Shell")
objWshShell.Run """C:\Program Files (x86)\Power Automate Desktop\PAD.Console.Host.exe""", 1, True
objWshShell.SendKeys WScript.Arguments(0)
Set objWshShell = Nothing
------------------------------------------------

■SendKeys ステートメント
https://learn.microsoft.com/ja-jp/off...

■チャンネル説明
お悩み相談を受け付けております。
コメントやTwitterのDMへご連絡下さい。
現役ITエンジニアが以下のようなお悩みを解決します。
・パソコンの設定やトラブル
・Excel、Word等 Officeの使い方
・「Power Automate Desktop」の作成方法
・プログラミング等 システム開発関連
・etc…

■Twitter
  / info_must_it  

■Instagram
  / info.must.it  

■Skype
Skype名:IT相談室マスト

#IT相談室 #IT #相談 #プログラマー #エンジニア #PowerAutomateDesktop #PowerAutomate #PAD #RPA #自動化 #スケジュール実行 #定期実行

Комментарии

Информация по комментариям в разработке