Rough explaination of the Dos/Win tools (Updated soon)
------------------------------------------------------


WriteOS - Installs V2_OS on a floppy,
          Requires boot.v2s
                   System16.v2s
                   System32.v2s
          To be in the current directory.

V2dir   - Lists all files on a V2_FS formatted floppy

V2copy  - Copies files from a FAT(32) disk to a V2_FS formatted floppy
          Usage:   V2copy <local filename> <new filename on the floppy>
          Example: V2copy c:\Demo\demo.app demo.app
                   
          NOTE: Currently cannot overwrite other files with the same name
                Use V2del first.

V2del   - Removes a file from a V2_FS formatted floppy
          Usage:   V2del <filename>
          Example: V2del test.app

Exe2App - Required to convert the EXE's of some compilers into V2_OS apps
          Usage:   Exe2App <inputfilename> <outputfilename>
          Example: Exe2App c:\Demo\Demo.exe c:\Demo\Demo.app


If something is not clear, mail me at joost@v2.nl...
(I'll update this info soon)  



