i tried use process.start, work's when path got folder space, process.start can't read it.
process.start("powershell", """c:\sp ace\test.ps1""") process.start("powershell", "\""c:\\sp ace\\test.ps1""") ... and on, think read every topics fails time. maybe there special $process.start$ idk i'm lost
thx help
process.start("powershell", "c:\sp` ace\test.ps1") work's
just in case :
dim proc process -- proc = process.start([string],[string]) -- proc.waitforexit()
Comments
Post a Comment