Still having problems with scripts
I have a script that looks like this:
[blockquote]On Success
1. Launch "Sys\cmd.exe" with params "/C "program files\dell\kace\kinventory.exe -autorepair"
[/blockquote]
Or like this when I edit
[blockquote]On Success
1. launch a program
Directory: SYS
File: cmd.exe
Wait for startup
Parameters: /C "c:\program files\dell\kace\kinventory.exe -autorepair
[/blockquote]
It seems like a " is missing or extra in those variations.
When I run it I get this in the log:
Output Log Running as: SYSTEM Error creating process: C:\WINDOWS\System32\cmd.exe /C "c:\program files\dell\kace\kinventory.exe -autorepair: (1) Incorrect function.
Activity Log Launching program: 'C:\WINDOWS\System32\cmd.exe' '/C "c:\program files\dell\kace\kinventory.exe -autorepair' wait='true'
I have seen that error "error creating process:...Incorrect function" in other scripts I have run.
What is the secret here?
Thanks.Jane
[blockquote]On Success
1. Launch "Sys\cmd.exe" with params "/C "program files\dell\kace\kinventory.exe -autorepair"
[/blockquote]
Or like this when I edit
[blockquote]On Success
1. launch a program
Directory: SYS
File: cmd.exe
Wait for startup
Parameters: /C "c:\program files\dell\kace\kinventory.exe -autorepair
[/blockquote]
It seems like a " is missing or extra in those variations.
When I run it I get this in the log:
Output Log Running as: SYSTEM Error creating process: C:\WINDOWS\System32\cmd.exe /C "c:\program files\dell\kace\kinventory.exe -autorepair: (1) Incorrect function.
Activity Log Launching program: 'C:\WINDOWS\System32\cmd.exe' '/C "c:\program files\dell\kace\kinventory.exe -autorepair' wait='true'
I have seen that error "error creating process:...Incorrect function" in other scripts I have run.
What is the secret here?
Thanks.Jane
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
GillySpy
13 years ago
Posted by:
awingren
12 years ago
I have also just seen this attempting to do a reboot script.
Script is:
Launch “%WINDIR%\System32\cmd.exe†with params “/C shutdown -r -c â€ÂRestart needed for patching“ -t 90 -d U:00:00â€Â.
This is an online script, and it is running as local system. The really weird thing is that if I point this at a Windows XP box it works, but if I point it to a Windows Server 2003 box I get the:
Running as: SYSTEM Error creating process: %WINDIR%\System32\cmd.exe /C shutdown -r -c "Restart needed for patching" -t 90 -d U:00:00: (1) Incorrect function.
[font="times new roman"]When I run it on the XP box I get:
Running as: SYSTEM
Shutdown/Restart Command Issued Successfully.
[font="times new roman"]Any help you can provide would be greatly appreciated.
[font="times new roman"]Thanks,
Alicia
Script is:
Launch “%WINDIR%\System32\cmd.exe†with params “/C shutdown -r -c â€ÂRestart needed for patching“ -t 90 -d U:00:00â€Â.
This is an online script, and it is running as local system. The really weird thing is that if I point this at a Windows XP box it works, but if I point it to a Windows Server 2003 box I get the:
Running as: SYSTEM Error creating process: %WINDIR%\System32\cmd.exe /C shutdown -r -c "Restart needed for patching" -t 90 -d U:00:00: (1) Incorrect function.
[font="times new roman"]
Running as: SYSTEM
Shutdown/Restart Command Issued Successfully.
[font="times new roman"]
[font="times new roman"]
Alicia
Posted by:
GillySpy
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.