Microsoft Windows NT 4.0 Guide Manual de usuario Pagina 24

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 35
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 23
Application Compatibility Scripts for Windows NT Server, Terminal Server Edition 20
/r Uses search strings as regular expressions. This switch is not
required; findstr will interpret all metacharacters as regular expressions
unless the /l switch is used.
/s Searches for matching files in the current directory and all
subdirectories.
/I Specifies that the search is not to be case-sensitive.
/x Prints lines that match exactly.
/v Prints only lines that do not contain a match.
/n Prints the line number before each line that matches.
/m Prints only the filename if a file contains a match.
/o Prints seek offset before each matching line.
/g Gets search strings from the specified file.
/f Reads file list from the specified file.
Strings Text to be searched for.
Files Files to be searched.
NOTE: Use spaces to separate multiple search strings unless the argument is
prefixed with /e.
Examples:
findstr "hello there" x.y
searches for "hello" or "there" in file x.y.
findstr /c:"hello there" x.y'
searches for "hello there" in file x.y.
6. REGINI.exe
What is the purpose of this utility
Regini.exe reads in .key files and updates the registry based on the values in
the .key files.
Syntax: REGINI [-h hivefile hiveroot | -w Win95 Directory | -m
\\machinename]
[-i n] [-o outputWidth]
[-b] textFiles...
Example:
Regini msword97.key
Portion of the msword97.key:
HKEY_CURRENT_USER\Software\Microsoft\Office\8.0
Common
FileNew
LocalTemplates
= DELETE
SharedTemplates
= DELETE
The first part of the msword97 key deletes the default values inserted
into the registry by the installation.
Vista de pagina 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 34 35

Comentarios a estos manuales

Sin comentarios