The test file (mShellW_Tests.vbp) can be run from within the IDE or
compiled and standalone. You basically should get the same results
despite the fact that the IDE is normally run with elevated privileges
whereas the compiled EXE program runs without elevated privileges.
---------------------------------------------------------------------------
There are a number of files in this folder. Most of them are not required
for you to use the module mShellW in any of your programs. Most are
included as part of the demonstration program.

Below is a description of each of the files.

mShellW.bas - The shelling module (only needs mUCCore to function)
mUCCore.bas - A module required by many of my modules, including mShellW.

mShellW Documentation.docx - A Word file that is the detailed documentation
           for using the shelling module mShellW.
Module mUCCore.docx - A Word file describing how to use what is built-in
           to module mUCCore in your own programs (optional, has basically
           nothing to do with using mShellW.bas

All of the files below are in direct support of the sample program and
    are not required for your programs that use mShellW.
           
mShellW_Tests.vbp - The sample program
mShellW_Tests.vbw - Support for the sample program
frmShellTests.frm - Form for the sample program
frmShellTests.frx - Form data for the sample program
clResizer.cls - Used to make the sample program form larger onscreen

Smpl.bat - A simple little batch file called by the sample program 
           that just dumps two lines of text to the CMD screen.
mFileStuffLite.bas - A program to prompt the user for documents that
           are utilized in the sample program.