24 Batch Commands Autorun
Since V3.0, CCBoot makes you be able to run batch commands automatically on client booting, just read bellow -
On CCBoot server, there’s a folder named "Cmd" in CCBoot install directory. You can create batch commands files here in order that clients can implement this file when booting. If the file is named "public.txt", all clients will implement it. If the file is named by specified IP address such as "192.168.1.101.txt", only the specified client (192.168.1.101) will automatically implement it.
Attention
If there are two files – "192.168.1.101.txt" and "public.txt", the client (192.168.1.101) will implement "192.168.1.101.txt" rather than "public.txt".