The SWOTN.BAT file contained in SWOTN version 1.2 has an error.
A quick check of file sizes will show that 
 NITE1.PNL = CAMOEXP.PAC
 NITE2.PNL = CAMOFLAG.PAC

Therefore, the lines:

 COPY %1:\SWOTL\HANGAR\nite1.pln %1:\SWOTL\ac\camoflag.pac
 COPY %1:\swotl\hangar\nite2.pln %1:\swotl\ac\camoexp.pac

should read:

 COPY %1:\SWOTL\HANGAR\nite2.pln %1:\SWOTL\ac\camoflag.pac
 COPY %1:\swotl\hangar\nite1.pln %1:\swotl\ac\camoexp.pac

NOTE: In the upgrade to SWOTN version 2 
      this has been corrected!
