自分用メモ
1122 ワード
自分用メモです。間違っていたら指摘下さい
VBAで.ps1を同期実行する方法
Sub RunBatWshShell()
Dim obj As New IWshRuntimeLibrary.WshShell
Dim ret As Long
' ret = obj.Run("%windir%\System32\notepad.exe ""C:\web\testfile.txt""", 1, True)
' 変数=クラス設定("PowerShell指定"".ps1ファイル""",Windows構文指定,起動アプリケーションの終了確認")
ret = obj.Run("%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe ""C:\Users\ユーザー名\myfile\babys\20200827_messagebox_powershell\messagebox.ps1""", 1, True)
MsgBox "111"
End Sub
Author And Source
この問題について(自分用メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/jakucho_setouchi/items/cb0e9503750f9a18ed47著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .