Here's my RUN script
CONST INSTALLER_PATH ="""\\Ozark04\NETLOGON\IDENTD /start /READONLY /NOSHUTDOWN /CONFIG:"\\Ozark04\NETLOGON\IDENTD.INI""""
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.Run INSTALLER_PATH
But the problem that i have is that i want to run this program with the following commands: and the " in the config parameter doesnt let me run the script. Is there any way that i can run the program with those parameters ?
\\Ozark04\NETLOGON\IDENTD /start /READONLY /NOSHUTDOWN /CONFIG:"\\Ozark04\NETLOGON\IDENTD.INI"
| Forum legend: | |
| Locked thread | |
| Moderator | |
![]() |
CNET staff |
![]() |
Samsung staff |
| Norton Authorized Support team | |
| AVG staff | |
| Windows Outreach team | |
![]() |
Dell staff |
| Intel staff | |