I have this script in visual basic
command = "powershell.exe -nologo -command D:\Google Drive\Share\Scripts\CopySaves.ps1 "
set shell = CreateObject("WScript.Shell")
shell.Run command,0
The problem is that I do not know how to make me take the path of .ps1
because it has a space. Any ideas?