mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-17 18:03:32 +00:00
33 lines
399 B
Text
33 lines
399 B
Text
|
File
|
||
|
{
|
||
|
Rename(,'r');
|
||
|
DirMk(,'d');
|
||
|
FmtDrv(,'f');
|
||
|
UnmountDrv(,'u');
|
||
|
Abort(,CH_SHIFT_ESC);
|
||
|
Exit(,CH_ESC);
|
||
|
}
|
||
|
|
||
|
Edit
|
||
|
{
|
||
|
Ed(,CH_SPACE);
|
||
|
Plain(,CH_SHIFT_SPACE);
|
||
|
Copy(,CH_CTRLC);
|
||
|
Paste(,CH_CTRLV);
|
||
|
DeleteFile(,CH_CTRLY);
|
||
|
}
|
||
|
|
||
|
CDDVD
|
||
|
{
|
||
|
DskChg(,'c');
|
||
|
MountISOC(,'i');
|
||
|
MakeRedSeaISOC(,'m');
|
||
|
BurnISOFile(,'B');
|
||
|
}
|
||
|
|
||
|
Program
|
||
|
{
|
||
|
Include(,0,0x3F0000003F);
|
||
|
AdamInclude(,0,0x23F0000023F);
|
||
|
}
|