DISC

Contents | What's New | Quick Links

 

DBINSTAL

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

System Commands

Environment VariablesProgram Operation

 

System commands are executable from within DBINSTAL by preceding them with one of the following characters:

! (exclamation point) executes the command as typed

: (colon) upshifts the command before executing

$ (dollar sign) upshifts the command before executing

Syntax:

{! | : | $} command_string

For example, on the UNIX operating system:

  • Entering !ls at the DBINSTAL Cmd: prompt would list the files in the current directory.
  • Entering $ls would return a command not found error, because DBINSTAL would upshift the command before passing it to the shell.

Environment Variables

Indexing Options

System Commands

Program Operation

Check Indexing Status

DBINSTAL

sun3> [/users/test]$ dbinstal orders.env

OMNIDEX DBInstal, Release 3.7.0 Fri Nov 30 2001 13:04:52
(c) Copyright 1981-1998 Dynamic Information Systems Corporation

Cmd: !ls
orders.env orders.in orders.src

Cmd: :ls
sh: LS: not found

Cmd: $ls
sh: LS: not found

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home