Trying to create a directory

(imported topic written by JS6591)

Hi,

I’m working on creating an action to make a directory in “c:\program files”, but everytime I deploy the action I receive the following error in the BigFix client log and the action stops. Any ideas?

Error:

ActionLogMessage: (action 258091 ) Action signature verified

ActionLogMessage: (action 258091 ) Relevance substitution error.

ActionLogMessage: (action 258091 ) ending action

Action script:

if {not exist folder “c:\Program Files\SOCK”}

wait c:\windows\system32\cmd.exe /c mkdir “C:\Program Files\SOCK”

endif

(imported comment written by JS6591)

Additional information:

  • I tested this action in the current fixlet debbuger and did not receive any failures.
  • I also tried using the following command and received the same result.

dos mkdir “C:\Program Files\SOCK”

(imported comment written by BenKus)

Hmm… Seems right to me…

What does it say when you look at the More Action Info in the console? And what is the relevance for the action?

Ben