![]() |
Up | ![]() |
TOC | Index | |||
<< 5 Formal Syntax | < 6.1.8 dep.exw | Up: 6 Mini-Guides | 6.1.10 eprint.ex > | 7 Included Tools >> |
6.1.9 dsearch.ex
search for a .DLL that contains a given routine
6.1.9.1 Usage
eui dsearch [options] [routine]
Options are any combination of -h, -a. -q. -l library --help, --lib library, --all, and --quiet.
Long Option | Short Option | Meaning |
--all | -a | don't stop at the first occurence of routine, find all occurences of routine. This implies the '--quiet' option. |
--help | -h | show the user help |
--lib library | -l library | search only library for the routine |
--quiet | -q | don't print the library filenames that are searched |
If you don't supply a string on the command line, you will be prompted for it.
![]() |
Up | ![]() |
TOC | Index | |||
<< 5 Formal Syntax | < 6.1.8 dep.exw | Up: 6 Mini-Guides | 6.1.10 eprint.ex > | 7 Included Tools >> |