#include #include #include #include #include #include "txdefs.h" /* Global variables */ extern char Progname[MAXPATH] ; /* Program name */ extern char Path[MAXPATH] ; /* working file directory */ extern char FileName[MAXFILE] ; /* working file name (no path, no ext) */ extern char Extension[MAXEXT] ; /* working file extension */ extern char **menu[MAX_MENUS] ; /* Menu addresses */ extern int NumMenus ; /* Number of Menus */ extern int NumEntries[MAX_MENUS] ; /* Entries in each menu */ extern int CurrDrive ; /* Number of current drive */ extern char ch_env_size[6] ; /* Size of environment for child proc */ extern int color[2]; /* Text attributes */ extern void SplitPath(void) ; /* Split supplied path name */