Announcement

Collapse
No announcement yet.

%1 appended

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • %1 appended

    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?

  • #2
    Re: %1 appended

    Can you give us more details? What is the command you are entering, what output do you get, etc.

    Comment


    • #3
      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


      • #4
        Re: %1 appended

        Change your command to:

        mmc e:\windows\system32\gpedit.msc /gpcomputer:"%C1%"

        Comment


        • #5
          Re: %1 appended

          That's the ticket!
          Thanks....

          Comment

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎