- Jul 23, 2002
- 6,386
- 1
- 0
I am trying to do a simple wshshell.run on this command line, but i am having trouble with the syntax. I tried double quotes "" around the whole thing but it did not take.
"C:\Program Files\vizioncore\esxRanger Professional\esxRangerProCli.exe" SERVER.DOMAIN.COM "[VMFS-3] LIT-CITRIX/LIT-CITRIX.vmx" -copylocal E:\LIT-CITRIX -drives:all -compratio 1 -zipname [config]_[month]_[day]_[year] -onlyon -nospacecheck -retendays 3
In bold is exactly how i need to run it.
So the question is where do i put the quotes. The line above represents how I am running this as currently as a scheduled task.
Ideas?
TIA
"C:\Program Files\vizioncore\esxRanger Professional\esxRangerProCli.exe" SERVER.DOMAIN.COM "[VMFS-3] LIT-CITRIX/LIT-CITRIX.vmx" -copylocal E:\LIT-CITRIX -drives:all -compratio 1 -zipname [config]_[month]_[day]_[year] -onlyon -nospacecheck -retendays 3
In bold is exactly how i need to run it.
So the question is where do i put the quotes. The line above represents how I am running this as currently as a scheduled task.
Ideas?
TIA
