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>dfswap()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfSwap()
Runs an external program
------------------------------------------------------------------------------
Syntax:

     dfSwap( <cProgram>, [<lCLS>], [<lWin95>] ) --> NIL

Parameters:

     <cProgram> External program to execute
     <lCls>     If .T. perform a CLS
     <lWin95>   If .T. dfswap perform a START of a new TASK

Returns:

     NIL

Description:

     This function will execute an external program, swapping out the
     current application. This function has been optimised to take
     advantage of the linker used, and to avoid any kind of problems with
     TSR utilities loaded from the library (like the mouse).

Example:

     dfSwap( "MEM.EXE" ) // Call DOS' MEM utility

See also:

     dfDir(), __dbgDos()

See Also: dfDir() __dbgDos()

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