Hi malikawan
... it gives me error xxx.sh.x: applet not found ...
You're not clear if the error occurs while converting your script or if it occurs when running the executable that was created.
sch requires a compiler in order to run, so compiletc.tcz should be installed.
The output from shc is not an independent binary. It still relies on the shell scripting language specified on the first line
of your script. So if the first line of your script reads:
#!/bin/bash
then your executable will expect to find /bin/bash.