The following are examples of the use of the Script Encoder and a brief explanation of the results:
To encode input file test.html and produce output file encode.html, use:
screnc test.html encode.html
To encode input file test.htm and overwrite the input file with the encoded output file, use:
To encode all .ASP files in the current directory and place the encoded output files in c:\temp, use:
To encode all files in the current directory as .ASP files and place them in c:\temp, use: screnc /e asp *.* c:\temp
To encode input file test.htm and produce output file encode.htm, ensuring that all script blocks that don't have a language attribute specified use VBScript, use:
screnc /l vbscript test.htm encode.htm
To encode all scriptlet files in the current directory and overwrite them with encoded files, while displaying no message, use: