Changes

Jump to: navigation, search

Disc Demon

3,681 bytes added, 6 August
/* Disc Version */
== Disc Version ==
Start Disc Demon can operate as a normal utility from a menu, or you can use any of the commands that are available on the menu as RSX commands.  On the disc version of this program using: are four files. These are called disc, discx, Version1.0, and demon. * <nowiki>RUN"DEMONDISDISC</nowiki>- Runs a menu* <nowiki>RUN"DISCX</nowiki> - Loads the program into RAM as RSXs.Rom Details: Rom type: Background Version: 1.10 Rom Name: DISC DEMON  Commands:{||-! Command !! Description|-|ACCESS||allows for the locking and unlocking of any file on a disc. Also referred to as changing files to Read/Only. <nowiki>|access,<<filename>>,<<lock>></nowiki>|-|DISCCOPY||used to copy the entire contents of a disc to another disc. It will not copy discs with non standard formats. <nowiki>|disccopy,<<source drive>>,<<dest. drive>></nowiki>|-|COPY||copies individual files or groups of files from one disc to another or one drive to another. <nowiki>|copy,<<filename>>,<<dest. drive>></nowiki>|-|DEDIT||used to examine and modify a disc sector. Can have a display in either hex or ASCII. <nowiki>|dedit,<<track>>,<<sector>>,<<drive>></nowiki>|-|DIRECT||allows for editing of the disc catalogue.<nowiki>|direct,<<drive>></nowiki>|-|DMAP||gives you a visual display of the way in which the disc sectors are being used. <nowiki>|dmap,<<drive>></nowiki>|-|DSEARCH||allows you to search an entire disc for a specified string. <nowiki>|dsearch,<string>,<<start track>>,<<drive>></nowiki>|-|DUMP||Dumps a file in hex and ascii <nowiki>|dump,<filename></nowiki>|-|ENABLE||enables a ROM so that you can examine it with either MEDIT or DIS. <nowiki>|enable,<rom></nowiki>|-|FEDIT||gives the ability to examine and then edit a file, sector by sector. <nowiki>|fedit,<filename></nowiki>|-|FMAP||displays user numbers and the active state of files on the disc. Includes erased files. <nowiki>|fmap,<<drive>></nowiki>|-|FORM||format all or part of a disc. Very selective formatting. <nowiki>|form,<<drive>>,<<start track>>,<<end track>></nowiki>|-|HELPD||display a list of the commands with usage information|-|INFO||reads the header on a disc file and then displays the information. <nowiki>|info,<<filename>></nowiki>|-|MDUMP||used to dump a block of memory to the printer. <nowiki>|mdump,<start address>,<<end address>></nowiki>|-|MEDIT||examine and edit blocks of memory. <nowiki>|medit,<<start address>></nowiki>|-|MSEARCH||search through memory for a specified string. <nowiki>|msearch,<string>,<<start address>>,<<end address>></nowiki>|-|RECOVER||allows selective recovery of erased files. Only useful if the file has not been written over. <nowiki>|recover,<<drive>></nowiki>|-|SAVE||save a block of memory with a different load address. Use with LOAD. <nowiki>|save,<filename>,<start address>,<length>,<execute address>,<reload address></nowiki>|-|TDISC||transfer tape files onto disc. <nowiki>|tdisc,<<filename>></nowiki>|-|VERIFY||checks to see if a disc is correctly formatted. <nowiki>|verify,<<drive>></nowiki>|-|WIPE||selective erasing of disc files. <nowiki>|wipe,<<drive>></nowiki>|-|LOAD||similar to the BASIC LOAD command, but will load any file anywhere in memory. <nowiki>|load,<filename>,<load address></nowiki>|-|CATA||catalogue of the disc in drive A.|-|CATB||catalogue of the disc in drive B.|-|REN||renaming of files. Selective or not. Same as AMSDOS command.|-|DIS||used to disassemble a block of memory. <nowiki>|dis,<start address>,<<end address>>,<<title>></nowiki>|-|PON||direct output from commands to printer. Not available on main menu.|-|POFF||switch off printer output. Also not available on main menu.|-|DEMON||Load the main menu|-|DEMONOFF||Unload the RSX commands|}
== ROM Version ==
97
edits