INDEX | PREV | NEXT


                            Command Reference


 As you may well have noticed by the size of this install DICE is not just a
 standalone compiler infact Dillions/Drummonds Intuition C Enviroment
 is a major collection of programming tools and here are the complete set of
 commands to use them.. MF

 
 DICE Command Referance

 Command    : Purpose
 ===========+=========================================================
 bintohex   : Convert binary files to Motorola S-records or Intel Hex
            : Dumps.  Used for programming ROM chips.
 -----------+---------------------------------------------------------
 cat        : Shows contents of text files (takes wild cards)
 -----------+---------------------------------------------------------
 ci         : Check in RCS Source (RCS).
 -----------+---------------------------------------------------------
 co         : Check out RCS Source (RCS).
 -----------+---------------------------------------------------------
 das        : DICE Assembler.
 -----------+---------------------------------------------------------
 dc1        : DICE Compiler.
 -----------+---------------------------------------------------------
 dcc        : DICE Compiler Front End.
 -----------+---------------------------------------------------------
 dcpp       : DICE Preprocessor.
 -----------+---------------------------------------------------------
 dd         : DICE Debugger.
 -----------+---------------------------------------------------------
 dicehelp   : Fast online help utility.  Integrates with any editor.
 -----------+---------------------------------------------------------
 diff      : File compare utility, three-way file compare utility
 diff3      : (RCS).
 -----------+---------------------------------------------------------
 dlink      : DICE Linker.
 -----------+---------------------------------------------------------
 dmake      : DICE Make Utility. Automates compiles.
 -----------+---------------------------------------------------------
 dme        : Text editor.
 -----------+---------------------------------------------------------
 dobj       : Disassembles object & executable files.
 -----------+---------------------------------------------------------
 dprof      : Code profiler.  Helps optimize code for speed.
 -----------+---------------------------------------------------------
 dsearch    : Search for a string in a File.
 -----------+---------------------------------------------------------
 du         : Determine Disk space Usage.
 -----------+---------------------------------------------------------
 dupdate    : Distribution Maker.
 -----------+---------------------------------------------------------
 expand     : Expand Wild cards to stdout with formatting.
 -----------+---------------------------------------------------------
 fdtolib    : Creates Link Libraries from standard .FD files.
 -----------+---------------------------------------------------------
 fdtopragma : Converts standard .FD files into
 -----------+---------------------------------------------------------
 flush      : Flush libraries, etc. out of memory.
 -----------+---------------------------------------------------------
 head       : Display first few lines of a file.
 -----------+---------------------------------------------------------
 hunks      : Show internal structure of object or executable files.
 -----------+---------------------------------------------------------
 ident      : Identify files (RCS).
 -----------+---------------------------------------------------------
 istrip     : Strip Comments from include files.
 -----------+---------------------------------------------------------
 lbmake     : Link Library Creation Utility.
 -----------+---------------------------------------------------------
 libtos     : Convert Large-Data Amiga.lib to Small-Data version.
 -----------+---------------------------------------------------------
 loadabs    : For creating ROM images located at a specific address.
 -----------+---------------------------------------------------------
 loadfile   : Load & hold a file in memory.
 -----------+---------------------------------------------------------
 makeindex  : Create an index file for use by DICEHelp.
 -----------+---------------------------------------------------------
 makeproto  : Create a file containing function prototypes for your code.
 -----------+---------------------------------------------------------
 merge      : Three Way File Merge (RCS).
 -----------+---------------------------------------------------------
 rcs        : Change RCS File Attributes (RCS).
 -----------+---------------------------------------------------------
 rcsclean   : Clean up RCS Working Files (RCS).
 -----------+---------------------------------------------------------
 rcsdiff    : Compare RCS Revisions (RCS).
 -----------+---------------------------------------------------------
 rcsmerge   : Merge RCS Revisions (RCS).
 -----------+---------------------------------------------------------
 rlong       : Display RCS History (RCS).
 -----------+---------------------------------------------------------
 romable    : Generate romable image.
 -----------+---------------------------------------------------------
 touch      : Update a file's datestamp without changing the file.
 -----------+---------------------------------------------------------
 ttxsame    : Used by integrated error scripts to start TurboText.
 -----------+---------------------------------------------------------
 Vmake      : Visual Make program.  A front-end for the compiler.
 -----------+---------------------------------------------------------
 VOpts      : Visual Options.  Usually invoked from within VMake.
 -----------+---------------------------------------------------------
 wbrun      : Used to simulate starting a program from Workbench.
 -----------+---------------------------------------------------------
 wc         : Count words, lines, etc. in a file.
 -----------+---------------------------------------------------------
    

Converted using GuideML V1.6, a converter written by Richard Körber <shred@chessy.aworld.de>