how to change directory using Windows command line
I’m using cmd.exe (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to “D:\temp” i.e. temp folder in the D drive. When I … Read more
I’m using cmd.exe (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to “D:\temp” i.e. temp folder in the D drive. When I … Read more
Basically, I know I can go through my control panel and modify the path variable. But, I’m wondering if there is a way … Read more
How would I change all files to 644 and all folders to 755 using chmod from the linux command prompt? (Terminal) 8 Answers … Read more
How do we extend a command to the next line? Basically what’s the Windows alternative for Linux’s: ls -l \ /usr/ Here we … Read more
I have a Virtual Machine in Virtual PC 2007. To start it from the desktop, I have the following command in a batch … Read more
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update … Read more
I’m trying to use the command prompt to move some files, I am used to the linux terminal where I use ~ to … Read more
How can I grant permissions to a user on a directory (Read, Write, Modify) using the Windows command line? 17 Answers 17
Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat … Read more
I want to install a Windows service using a Windows command prompt (not the Visual Studio command prompt). How do I do this? … Read more