I already have a batch file which does file checking/version checking.

Basically it checks to see if the file exists locally, if it does it executes kix32 locally. If it doesn't exist, it copies it locally and then runs it locally.

The error states that there's a missing comma in the code - -

if INSTR($sysinfo.username, "Houston")<>0 $city="Houston"

- - even though all you have to do is reduce the size of the file to get it to work. None of the script is actually being changed (other than removing remarks, unused script, etc).