Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfisspl()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfIsSpl()
Verifies if the DOS SPOOLER (PRINT.COM) is ready
------------------------------------------------------------------------------
Syntax:

     dfIsSpl() --> lActive

Parameters:

     NONE

Returns:

     <lActive> Is .T. if the spooler is ready

Description:

     Verifies if the DOS SPOOLER (PRINT.COM) is installed

Example:

     LOCAL aFile
     IF dfIsSpl()
        dfSplClear()                // Clear the SPOOLER
        dfSplFile( "\config.sys" )  // Add to the SPOOLER
        aFile := dfSplArr()         // Files in the SPOOLER
     ENDIF

See also:

     dfSplFile()

See Also: dfSplFile()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson