Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+------------+#############################################################
#+-| GET_EXEC() |--------------------------------+############################
#| +------------+ Returns the full path names of |############################
#|                the currently running program  |############################
#+-----------------------------------------------+############################
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE system.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------+#################################
#|     FUNCTION CHAR get_exec PROTOTYPE     |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
##########+---| Description |--------------------------------------+##########
##########| The get_exec() function returns the full path names of |##########
##########| the currently running program.  Use get_exec() to      |##########
##########| indicate how a user invokes a program.                 |##########
##########+--------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    If current program is started from directory        |#########
#########| *    "c:\acct\bin\mainmenu.exe" ...                      |#########
#########|                                                          |#########
#########| ? get_exec()    && returns "C:\ACCT\BIN\MAINMENU.EXE"    |#########
#########|                                                          |#########
#########| *--- If user types: "C> d:\tools\gb " to start           |#########
#########| *    the program "gb.exe", then ...                      |#########
#########|                                                          |#########
#########| ? get_exec()    && returns "D:\TOOLS\GB.EXE"             |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: curdir() curdrive() path_of()

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