Scripts Boot Order
-----------------------

The boot order of the scripts is as follows:

1)  init0.cmd
2)  init-1.cmd > init-9.cmd
3)  bootprofileinit.cmd [boot profile]
4)  init-pagefile.cmd [/size:{pagefile_size}] [/drive:{drive_letter}] [/ShowGUI]
5)  init-ramdrv.cmd [/type:ram | /type:vdisk] [/size:ramsize]
6)  init-ramdrv-data.cmd [/INIT] [/F:FAT | /F:FAT32 | /F:NTFS] [/C]
7)  init-pnp.cmd [/NET] [/USB] [/DISPLAY] [/COMPORTS] [/Detection:basic | /Detection:full | /Detection:hwpnp]
8)  chres.cmd {xres} {yres} {bppmax} {vrefreshmax}
9)  init-net.cmd [/CN:{computer name}] [/WG:{workgroup} [/PW:{password}] [/WIRELESS] [/DHCP] [/SHARE] [/RAS]
10) init-multimedia.cmd
11) init-2.cmd


-------------------------------------------------------------------------------------
file			| Description
-------------------------------------------------------------------------------------
init0.cmd		| Script for system initialization
init-1.cmd > init-9.cmd	| runs boot profile F1-F9
bootprofileinit.cmd	| Run a registry bootprofile
init-pagefile.cmd	| Create and Use a pagefile
init-ramdrv.cmd		| Enable RAMDRV as normal RAM drive or Virtual Disk
init-ramdrv-data.cmd	| Format and tranfer profiles & data to RAMDRV
init-pnp.cmd		| Plug and Play device detection / installation
chres.cmd		| Change display resolution
init-net.cmd		| NETWORK initialization (dhcp,sharing,ras,wireless,...)
init-multimedia.cmd	| MULTIMEDIA initialization
init-2.cmd		| Script for system initialization (before launching shell)
-------------------------------------------------------------------------------------


Interactive Menu
-----------------

-------------------------------------------------------------------------------------
file			| Description
-------------------------------------------------------------------------------------
init-main.cmd		| this is the first script run
cfg-ramdrv.cmd		| setup temporary drive as ramdrive or virtual disc
cfg-ramdrv-data.cmd	| format and create profile/file structure on ramdrive
cfg-pnp.cmd		| hardware detection
cfg-net.cmd		| network configuration
cfg-dsp.cmd		| set display resolution
cfg-f1f9.cmd		| list run boot profiles F1-F9


other scripts
------------------

-------------------------------------------------------------------------------------
file			| Description
-------------------------------------------------------------------------------------
init-apps.cmd		| APPLICATION initialization
init-preShell.cmd	| Script for system initialization
ShellInit.cmd		| Helper script to extract an archived shell on RAMDRV

