|
ExeFile | ||
ExeFile Filename$, Parameters$ | ||
Parameters: Filename$ = The Filename of the program you wish to execute Parameters$ = A string of parameters you wish to pass this program |
||
Returns: NONE | ||
ExeFile will execute a another windows program. FACTS: * Before you use ExeFile, always check if the program actually exists. Mini Tutorial: This example will attempt to locate and run NotePad.exe from your windows directory.
This example should output.
|
Related Info: | CurrentDir$ | CurrentDrive$ | FileExist | SystemDir$ | TempDir$ | WindowsDir$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |