You mean something like this...?

Code:

If @WkSta <> "MachineNameYouDontWantItToRunOn" and @WkSta <> "AnotherMachineNameYouDontWantItToRunOn"
use o: "\\ychs2kmanage\officescan"
shell "o:\pccsrv\autopcc.exe"
Endif



Please review the manual that comes with the kix download. It contains all of the info you would have needed to accomplish such a simple task. In particular the Macros and If/EndIf sections.