home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
BBS
/
NETMAIL
/
MSGQ160S.ZIP
/
SHELL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-07-28
|
254 b
|
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};