Usage

Top  Previous  Next

single file:

encode5 [options] file.php

multiple files:

encode5 [options] file1.php file2.php file3.php

file mask:

encode5 [options] *.php

file list:

encode5 [options] @filelist

 

You may run the SourceGuardian™ 7.0 for PHP encoder to encode either one or multiple files. You may enumerate all files you want to encode or use a file mask or file list to specify multiple files. A file list is a text file with either full or relative file paths of all the files to encode, separated by a new line (masks are supported since 5.0, use '*' and '?' for it). You should use an @ sign before the filelist name in the command line.

 

A file list passed to the SourceGuardian encoder for batch processing from the command line may contain file masks. Standard ? and * symbols are available.

 

The encoded file will replace the original file. The original file will be backed up with a .bak extension by default (until you turn off the backup facility with a -b- option).