If KiXcrypt is the console-less version of KiXtart, why is the console showing what is KiXcrypted. I guess I'm missing something here still. I have a regular console-version KiXtart script that runs so that the user can see what's happening and so that us administrators can see what's happening in the case of a problem. The only thing that I don't want the users to see is the administrator user account and password used to run the command that I need to run. So, what I did using KiXcrypt was to encrypt only the runas portion of the script and call that executable from my regular console-version KiXtart script using Code:
RUN @LDRIVE\encryptedscript.exe

. Ultimately I want the user to see everything as usual except for any KiXcrypt encrypted stuff that I need to hide. Hopefully you understand where I'm coming from.