home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
bbs_ra
/
msgq160s.arj
/
SHELL.H
< prev
next >
Wrap
Text File
|
1991-07-28
|
254b
|
12 lines
/*
* Exec with swap
* Written by P.J. Muller
*/
unsigned char shell(char *path, char *command);
extern unsigned char swapping_enabled;
extern void (far *shell_message)(char swapmode, long amount);
enum {SWAP_NONE, SWAP_EMS, SWAP_DISK};