Most commands are ALMOST 1:1, so this should be fairly easy.
Eliminate the parens around IF/Else, and add an EndIf to close the statement..
Remove "Echo" and add quotes around the message to display, and a "?" or "@CRLF" for a CR/LF at the end.
Use "RedirectOutput(filename)" to send messages to a log file, then repeat the command without a file name to end redirection.
"Exist file" is replaced with Exist(File)
So, if you look up every command (except Echo) you'll find a corresponding Kix command with similar syntax.
Goto's are frowned upon - once you have some code hacked togeher, we'll provide some alternatives to eliminate them.
Give these a try and then post your code to ask specific questions. We'll be happy to provide assistance rather than simply handing someone a complete solution.
Glenn
_________________________
Actually I
am a Rocket Scientist!