-
as seen on Super User
- Search for 'Super User'
The set command does not save values between cmd.exe sessions. How can I save environmental values between new cmd.exe sessions?
For example the set command will work for my current session only:
set path=%path%;C:\Mingw\bin
Upon restarting cmd.exe my path string has been reset.
Possible solution:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting the error message when running the following code from a C# console program.
"The system cannot find the file
specified"
Here is the code:
System.Diagnostics.Process.Start("C:\Windows\System32\cmd.exe
/c");
Strangely when i omit the /c switch the command can run!?!
Any…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hello,
I downloaded 7za.exe and did this to compress a file.exe:
7za.rar a -mx9 archive file.exe
Now I want to create a selfextracting archive (.exe), so I tried this:
7za.rar a -mx9 -sfx archive file.exe
But I get the following error message:
can't find specified sfx module
Can anyone…
>>> More
-
as seen on Super User
- Search for 'Super User'
In Vimperator, when I hit Ctrl + i to launch my external editor, a cmd.exe window is also popped open. Is there a way to suppress this window?
It's not a huge problem, but it usually opens right over the page I've just invoked the editor from, which means I have to use the mouse to move it, should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I am trying to learn wxWidgets library, using mingw and msys to compile the code. So far so good, but I can not find a way to send a command to MSYS through CMD.exe.
I use SublimeText to edit files, and it has an option to run makefiles. I want my makefiles to be able to open an instance of MSYS…
>>> More