📄 exec.c
字号:
/*
--- Version 3.4 93-06-22 13:40 ---
EXEC.C: EXEC function with memory swap - Prepare parameters.
Public domain software by
Thomas Wagner
Ferrari electronic GmbH
Beusselstrasse 27
D-1000 Berlin 21
Germany
*/
#include "compat.h"
#include "exec.h"
#include "checkpat.h"
#include <bios.h>
/*>e
Set REDIRECT to 1 to support redirection, else to 0.
CAUTION: The definition in 'spawn.asm' must match this definition!!
<*/
/*>d
Setzen Sie REDIRECT auf 1 um Dateiumleitung zu untert乼zen, sonst auf 0.
ACHTUNG: Die Definition in 'spawn.asm' mu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -