Top "Cmd" questions

Command Prompt (executable name cmd.

Get user's non-truncated Active Directory groups from command line

I often use the net user command to have a look at AD groups for a user: net user /DOMAIN &…

windows cmd active-directory
How to update PATH variable permanently from Windows command line?

If I execute set PATH=%PATH%;C:\\Something\\bin from the command line (cmd.exe) and then execute echo %PATH% …

java windows cmd path
Use ssh from Windows command prompt

Question: How to use ssh & scp from the Windows command prompt? I remember I installed a program in the …

windows ssh cmd scp
How do I run a batch script from within a batch script?

How do I call another batch script from within a batch script? I want it to execute in an if …

command-line batch-file cmd
How do I run a bat file in the background from another bat file?

I have a "setup" script which I run in the morning which starts all the programs that I need. Now …

windows-xp batch-file cmd
Is there any sed like utility for cmd.exe?

I want to programmatically edit file content using windows command line (cmd.exe). In *nix there is sed for this …

windows sed cmd
Set proxy through windows command line including login parameters

I want to set a proxy throught the command line, first thing I found out is that you have to …

windows proxy cmd winhttp netsh
Can I mask an input text in a bat file?

I am writing a batch file to execute some other programs. In this case I need to prompt for a …

batch-file cmd command-prompt
Unzip files (7-zip) via cmd command

I try to unzip a file via CMD. So I install WinZip (and its plugin to cmd), WinRAR, and 7-zip. …

cmd 7zip winzip
cmd line rename file with date and time

Project moving forwards, I can see why creating .bat files to do things can become addictive! I can now save …

date time cmd filenames add