BigFix Action Script for Running a Batch File from C Drive

Hello All,

I’m new to BigFix environment and require help in creating a BigFix action script which can run a file present in the C Drive.

I would really appreciate if someone provides me a sample script / BigFix task / query so that C:*.bat can run through BigFix task.

We have the batch file present in the C drive, we need a bigfix script which can trigger that batch file.

Thanks in Advance
Aditya Porwal

waithidden cmd.exe /C "path to your bat file".
like

waithidden cmd.exe /C "C:\temp\file.bat"