rem ┌──────────────────────────────────────────────────────────────────┐ rem │ Listed below are some example FList creation that you use as a │ rem │ guide to help you compile your own FLists. Included are some │ rem │ additional processes to compress the file. FList does not │ rem │ Compress the list. │ rem └──────────────────────────────────────────────────────────────────┘ rem E x a m p l e 1 rem ┌──────────────────────────────────────────────────────────────────┐ rem │ Create a List containing only OS/2 Files from Main Board. │ rem │ # of DAYS set to "1000" to ensure all files are included. │ rem └──────────────────────────────────────────────────────────────────┘ PCBOARDM /PPE:C:\FLIST\FLIST.PPE;1000;0;OS-2.LST;1-15;20;30-35;68 DEL C:\MAIN\FREE1\OS-2.ZIP PKZIP -m C:\MAIN\FREE1\O2-2 OS-2.LST PKZIP C:\MAIN\FREE1\OS-2.ZIP -z < C:\DOSXTRA\ZIPCMNT.TXT rem E x a m p l e 2 rem ┌──────────────────────────────────────────────────────────────────┐ rem │ Create a List containing ALL files uploaded in the last 10 DAYS │ rem │ from all file areas of Main Board. │ rem └──────────────────────────────────────────────────────────────────┘ PCBOARDM /PPE:C:\FLIST\FLIST.PPE;10;0;10DAYS.LST;A DEL C:\MAIN\FREE1\10DAYS.ZIP PKZIP -m C:\MAIN\FREE1\10DAYS 10DAYS.LST PKZIP C:\MAIN\FREE1\10DAYS.ZIP -z < C:\DOSXTRA\ZIPCMNT.TXT rem ┌──────────────────────────────────────────────────────────────────┐ rem │ Return to PCBoard Events. │ rem └──────────────────────────────────────────────────────────────────┘ %PCBDRIVE% CD %PCBDIR%