- Windows CMD Shell Command Line Syntax
- Parameters Command Line Parameters %1 %~f1
- Variables Create/read environment variables.
- Redirection Spooling output to a file, piping input.
- AND/OR Logic Conditional Execution (If-Then-Else)
- Loops Loops and Subroutines.
- functions How to package blocks of code.
- Services List of Windows XP Services
- Evaluating expressions
- Using brackets to Group and expand expressions.
- Delayed Expansion Variables within loops.
- Escape chars, delimiters and quotes
- SET /A Environment variable arithmetic.
- VarSubstring Extract part of a variable (substring)
- VarSearch Search & replace part of a variable.
- RANDOM Random Numbers.
- Wildcards Match multiple files.
- Batch Files
- Run a script How to run a script.
- DateMath Add or subtract days from any date.
- GetDate.cmd Get todays date (any region, any OS.)
- GetTime.cmd Get the time now.
- GetGMT.cmd Time adjusted to Greenwich Mean Time.
- DeQuote Remove quotes from a string.
- DelOlder Delete files more than n days old.
- StampMe.cmd Rename a file with the date/time.
- tdiff.cmd Time difference in Hours/Minutes.
- Which.cmd Display full path to any command.
- xlong.cmd Find filenames that exceed the 256 char pathname limit.
- DragDrop.cmd Drag and drop onto a batch script.
- Reference/How to
- Autoexec Run commands at startup.
- Slow Browsing Speed up network browsing.
- Desktop Heap Memory configuration.
- Long Filenames NTFS filename issues.
- Display DPI Monitor size settings.
- CMD Internal Commands that are Internal to the CMD shell.
- Keyboard CMD Keyboard shortcuts.
- Printing Printer connections and print drivers.
- Recovery The Recovery Console.
- RUN commands Start | Run commands.
- ProfileFolders Location of User profile folders (XP/Vista/Windows 7).
- Registry User interface settings (XP)
- BuiltIn Groups Built-In Users and Security Groups.
- Groups Local Domain groups, Global and Universal groups.
- 64Bit Detect 64 bit vs 32 bit Windows.
PARTHIBAN
Thursday, May 2, 2013
Windows CMD Shell Command Line Syntax
Thursday, March 14, 2013
Linux Command
Bash Commands
Bash Shortcuts
Bash Variables
IO Redirection
cmd refers to a command.
Pipes
Command Lists
|
|
Directory Operations
ls Options
Search Files
File Operations
Process Management
|
|
Nano Shortcuts
More
nano info at:
http://www.nano-editor.org/docs.php
Screen Shortcuts
More
screen info at:
http://www.gnu.org/software/screen/
File Permissions
File Permission Numbers
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uname -a
|
Show system and kernel
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
head -n1 /etc/issue
|
Show distribution
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mount
|
Show mounted filesystems
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
date
|
Show system date
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uptime
|
Show uptime
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
whoami
|
Show your username
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
man command
|
Show manual forcommand
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subscribe to:
Posts (Atom)