Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > R

RHELP

Scroll Prev Top Next More

Included with R:BASE 2000 (version 6.5++) is the external file RHelp.EXE. This file can be called using the ZIP command and will display the contents of the file specified. Users will not be able to edit the file displayed. This window can be Minimized, Normalized and Maximized with an option to Close [x]. The RHelp.EXE is no longer provided with R:BASE.

 

RHELP

 

Options

 

filespec

Displays the contents of the file on the screen. This may be either a plain text file or a Rich Text Format (RTF) file. If the file name includes spaces you must enclose the filespec in either single or double quotes.

 

Example

 

The following command starts RHelp and displays the file named RichFile.RTF for viewing.

 

ZIP RHELP C:\RBTI\RichFile.RTF

 

The following example displays the Long File Named file "This is a Test.RTF" from a network share "Users" on the server "InHouse".

 

ZIP RHELP "\\InHouse\Users\This Is a Test.RTF"