CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
FileMgrPullDown.txt35 linesDownload Raw Back to Doc
1 2File3{4  Rename(,'r');5  DirMk(,'d');6  FmtDrv(,'f');7  UnmountDrv(,'u');8  Abort(,CH_SHIFT_ESC);9  Exit(,CH_ESC);10}11 12Edit13{14  Ed(,CH_SPACE);15  Plain(,CH_SHIFT_SPACE);16  Copy(,CH_CTRLC);17  Paste(,CH_CTRLV);18  DeleteFile(,CH_CTRLY);19}20 21CDDVD22{23  DskChg(,'c');24  MountISOC(,'i');25  MakeRedSeaISOC(,'m');26  MakeISO9660ISO(,'M');27  BurnISOFile(,'B');28}29 30Program31{32  Include(,0,0x3F0000003F);33  AdamInclude(,0,0x23F0000023F);34}35