Tagged Questions
1
vote
0answers
39 views
Why won't my console display the copyright symbol ©? [migrated]
I am trying to write a C# console application the displays the copyright symbol ©. According to this StackOverflow answer that should be possible. However, on my Windows 8 console display I get the ...
1
vote
1answer
148 views
how to connect to secured wireless network connection in cmd in windows?
I program on C#, I don't want to use P/invoke, so I will use shell,
so I need to connect to a secured wireless network connection on the CMD in windows, I know how to connect to a wireless network but ...
1
vote
0answers
636 views
TrueCrypt drive letter not available
With c# or a batch file I mount a trueCrypt volume located at A:\volumeTrueCrypt.tc
With c# I do:
static void Main(string[] args)
{
var p = Process.Start(
fileName:@"C:\Program ...
0
votes
1answer
120 views
How to add an Environ Variable Path to VS command Prompt
If I open Developer Command Prompt for VS2012 using 'Run as Administrator' and then run the following will the path C:\foo get added to the list of environment variable pathways for the command ...