Every time I try to create a custom tool, I get an error mossage and can see the reason is that "%1" is always appended to the command line that I specify. How can I prevent that?
Announcement
Collapse
No announcement yet.
%1 appended
Collapse
X
-
Re: %1 appended
Here is the command....
E:\windows\system32\GPEDIT.msc /gpcomputer:"%C1%"
Here is the reply....
Unable to execute command line: E:\windows\system32\GPEDIT.msc /gpcomputer:CEN6A2105 %1 is not a valid Win32 application.
CEN6a2105 is the computer name selected in the Column #1 position
The same command works beatifully from the COM line but does not contain the "%1"
Comment
-
Comment