command

Search database table using LOCATE command foxpro

 

Using Locate command

Locate for [Field name] = [Search Value]
Locate for [statement]

 

DO CASE ... ENDCASE Command

 DO CASE ... ENDCASE CommandExecutes the first set of commands whose conditional expressio

 

SET ALTERNATE Command Which command is used for closing the text file that has been created with SET ALTERNATE TO <file name> Command?

 1.9 Which command is used for closing the text file that has been created with SET

 

Using drupal query - API - Linux shell command line script

The Drupal API is very useful, but it cannot be used easily via the command line.

This code allows a PHP shell script to masquerade as a normal request so the Drupal API loads and can be used correctly.

 

DOS Commands Quick List and Overview -Networking And system administration

ANSI.SYS
Defines functions that change display graphics, control cursor movement, and reassign keys.
APPEND
Causes MS-DOS to look in other directories when editing a file or running a command.
ARP
Displays, adds, and removes arp information from network devices.
ASSIGN
Assign a drive letter to an alternate letter.
ASSOC
View the file associations.
AT
Schedule a time to execute commands or programs.
ATMADM
Lists connections and addresses seen by Windows ATM call manager.
ATTRIB

 

quick admin commands and shortcuts for accessing control panel items and options in windows xp and vista

This is list of common commands which can be used from command prompt or from run screen.You can just do:-

=>Click On Start menu

=>Click On Run

Type or paste any of command from list to test it or use it.Be sure to read description of command before using it and you will be runing command at your own risk :-) i will not there for fixing it if you got issues from these commands .However these are safe commands but still you must be able enough to know that what ar you doing.

 

 

Networking utilities And Tips

Windows networking is essential all ties and you must be aware about basic commands used in networking.These are helpful for troubleshooting your system many times and keeping your computer safe and fast for usage. I will introduce many utilities in this book about windows and DOS system where system administrator can use these for managing system performance and configuraing system.

Many utility commands exist in window for administration purpose.You can see these commands in your windows folder but be always confident before using any of command given here.

 

 

Linux command directory Bash Shell Command

  alias    Create an alias
  apropos  Search Help manual pages (man -k)
  apt-get  Search for and install software packages (Debian)
  aspell   Spell Checker
  awk      Find and Replace text, database sort/validate/index
b
  bash     GNU Bourne-Again SHell
  bc       Arbitrary precision calculator language
  bg       Send to background

 

chown How to change a file's owner and group in Linux

You can change the owner and group of a file or a directory with the chown command. Please, keep in mind you can do this only if you are the root user or the owner of the file. Set the file's owner: $ chown username somefile After giving this command, the new owner of a file called somefile will be the user username. The file's group owner will not change. Instead of a user name, you can also give the user's numeric ID here if you want. You can also set the file's group at the same time.

 

Syndicate content