CoolFace
Datasetpublic

hschumann2/TempleOS-Source-Code

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes838downloads
FileMgr.txt85 linesDownload Raw Back to Doc
1 2                                  File Manager3 4<SHIFT CURSOR>5  Select files.6 7<CTRL-y> or <DEL>8  Delete file or tree.9 10<CTRL-c> or <CTRL-INS>11  Copy select files to clip.12 13<CTRL-v> or <SHIFT-INS>14  Paste clip.15 16LEFT-CLICK,drag-drop17  Move a file or tree to a dir.18 19LEFT-CLICK,same file or <SPACE>20  Edit file.21 22<SHIFT-SPACE>23  Edit Plain Text File.24 25RIGHT-CLICK or <ENTER>26  Bring-up menu.27 28<F5>29  #include file.30 31<SHIFT-F5>32  Adam #include file.33 34'r'35  Rename file.36 37'd'38  Make Dir.39 40'c'41  DskChg (Remount removable media).  Do not do this on blank disks.42 43'f'44  Format drive.45 46'i'47  Mount ISO.C file.48 49'u'50  Unmount drive(s).51 52'm'53  Make CD/DVD ISO.C file.  This creates a RedSea ISO file image of the dir the54  cursor is on.  The name of the ISO file is "::/Tmp/CDDVD.ISO.C"55  blkdev.dft_iso_c_filename and can be redefined in your start-up scripts.  You56  may wish to place it on a different drive.57 58'M'59  Make CD/DVD ISO file.  This creates a ISO9660 file image of the dir the cursor60  is on.  The name of the ISO file is "::/Tmp/CDDVD.ISO"61  blkdev.dft_iso_filename and can be redefined in your start-up scripts.  You62  may wish to place it on a different drive.63 64'B'65  Burn CD/DVD ISO file.  This burns a CD/DVD using the image file,66  "::/Tmp/CDDVD.ISO" blkdev.dft_iso_filename to the drive the cursor is on.67 68 69Instructions on Using CD/DVD's70  If you have not recompiled Kernel and defined your CD/DVD drive, exit the71  FileMgr and use Mount to define your CD/DVD drive.  Place a CD/DVD in the72  drive and press 'c' when on top of the CD/DVD drive letter to mount the drive.73   It will call DskChg(), the TempleOS cmd to mount removable media.74 75 76Instructions on Burning CD/DVD's77  Create a temporary dir to hold files and copy files into the holding dir.78  Make an ISO image of the dir by pressing 'M' when on top of the dir.  Press 'B79  ' when on top of the CD/DVD ROM drive to burn the ISO, "::/Tmp/CDDVD.ISO"80  blkdev.dft_iso_filename, to disk.  If you have not recompiled Kernel and81  defined your CD/DVD drive, exit the FileMgr and use Mount.82 83  Making Your Own Distro84 85