Cmd Line (Typically)

Cd Funct Change directory. Optionally, make directories, too. Copy Funct Copy files. CopyTree Funct Copy directory tree. DBlk Funct Dump disk block. Optionally, write. DClus Funct Dump disk clus. Optionally, write. Del Funct Delete files. DelTree Funct Delete directory tree. Diff Funct Report differences between two files and merge differences Diff Funct Report differences between two files and merge differences Dir Funct List directory. DirMk Funct Make directory. Cd() can also make directories. DocD Funct Dump live chunk of mem showing offsets. Can be edited. DocDm Funct Dump live chunk of mem showing addresses. Can be edited. DocMax Funct Set max document entries. (Cmd line buffer size.) Drv Funct Change drive. You can set drive with Cd() as well. DrvMap Funct Make drive letter map to another. DrvRep Funct Drive report. DrvUnused Funct Returns unused size in bytes. DrvView Funct Drive view. Graph the allocation map's fragmentation. DskChg Funct Change disk. (Needed for removable media.) DskChk Funct Check disk for allocation errors and, optionally, fix. DskPrt Funct Partition the disk containing partition drv_let. DskView Funct Disk view. Pie chart of partition sizes. Dump Funct Dump file. Optionally, write. Ed Funct Invoke document editor. F Funct Find text in all text files. FD Funct Find text in cur dir text files. FF Funct Files find. List files matching mask. FileMgr Funct File manager. Also, used to choose files and dirs. FileOcc Funct Silently return occurrences of a string in files. FileOcc Funct Silently return occurrences of a string in files. Find Funct Find occurrences of a string in files. Find Funct Find occurrences of a string in files. Fmt Funct Format hard drive or RAM drive. HashDepthRep Funct Hash table linked-list chain depth report. HomeSet Funct Change home directory. LineRep Funct Source line-of-code count report. LineRep Funct Source line-of-code count report. LinkChk Funct Check documents for broken file links. LinkChk Funct Check documents for broken file links. LongLines Funct Report files with lines of too many cols. LongLines Funct Report files with lines of too many cols. Man Funct Owner's manual for symbol. Edit src code for symbol. MemRep Funct Memory usage report. MemRep Funct Memory usage report. Merge Funct Merge text files from one list into another. Merge Funct Merge text files from one list into another. Mount Funct Mount drives. Called from DskPrt(Mount). MountFile Funct Mount ISO.C file. Move Funct Move files from one location to another or rename. NewFiles Funct Report files newer than a certain date. NewFiles Funct Report files newer than a certain date. Plain Funct Edit document in plain text mode, so dollar signs are not special. R Funct Find text and replace in all text files. RD Funct Find text and replace in cur dir text files. S2T Funct Spaces to tabs. S2T Funct Spaces to tabs. SU Funct Apply StrUtil() on files. SU Funct Apply StrUtil() on files. ScrnCast Funct WinMgr saves GR files to a dir. SizeRep Funct Report file sizes. "+x" for expanded size of compressed files. SizeRep Funct Report file sizes. "+x" for expanded size of compressed files. Sort Funct Sort lines of a text file. Removes blank lines. Sort Funct Sort lines of a text file. Removes blank lines. TOSToHtml Funct Convert DolDocfile to HTML. ToDolDoc Funct Convert text file to DolDoc by making double $'s. ToDolDoc Funct Convert text file to DolDoc by making double $'s. ToTXT Funct Convert DolDocfile to plain text. ToTXT Funct Convert DolDocfile to plain text. Touch Funct Touch file attributes and DateTime. Type Funct Output txt or graphic file to command line. Unmount Funct Unmount drive(s). Unzip Funct Uncompress files by moving to not .Z filename. Who Funct Dump hash symbol table. Who23 Funct Dump hash symbol table. Who3 Funct Dump hash symbol table. Words Funct Break file into list of not-unique words. Words Funct Break file into list of not-unique words. Zip Funct Compress files by moving to .Z filename. ZipRep Funct Report file compressibility. ZipRep Funct Report file compressibility. scrncast GlbVar CScrnCastGlbls scrncast;

Cmd Line (Typically)/Profiler

The profiler records where the CPU was executing when the 1000Hz timer interrupt occured, so you can learn where time is spent. Use the Prof() depth argument to record a hit in the N routines which called the current routine, as well. When done collecting statistics, use ProfRep() for a report. You might need a DocMax() to expand the command line window buffer to fit it all. Study the code. The profiler is very simple. You might want to enhance it or modify it to debug something in particular. The profiler records where the CPU was executing when the 1000Hz timer interrupt occured, so you can learn where time is spent. Use the Prof() depth argument to record a hit in the N routines which called the current routine, as well. When done collecting statistics, use ProfRep() for a report. You might need a DocMax() to expand the command line window buffer to fit it all. Study the code. The profiler is very simple. You might want to enhance it or modify it to debug something in particular. Prof Funct Start collecting profiler statistics. Prof Funct Start collecting profiler statistics. ProfRep Funct Profiler report. Call Prof() first and collect data. ProfRep Funct Profiler report. Call Prof() first and collect data.