Skip to main content

Questions tagged [console]

A mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks

0 votes
6 answers
2k views

C# console program can't send fax when run as a scheduled task

I have a console program written in C# that I am using to send faxes. When I step through the program in Visual Studio it works fine. When I double click on the program in Windows Explorer it works ...
mhinton's user avatar
  • 1,175
2 votes
5 answers
330 views

What is the best way to use a console when developing?

For scripting languages, what is the most effective way to utilize a console when developing? Are there ways to be more productive with a console than a "compile and run" only language? Added ...
bmavity's user avatar
  • 2,508
3 votes
3 answers
8k views

Using an ocx in a console application

I want to quickly test an ocx. How do I drop that ocx in a console application. I have found some tutorials in CodeProject and but are incomplete.
rptony's user avatar
  • 1,024
63 votes
12 answers
63k views

UrlEncode through a console application?

Normally I would just use: HttpContext.Current.Server.UrlEncode("url"); But since this is a console application, HttpContext.Current is always going to be null. Is there another method that does ...
KevinUK's user avatar
  • 5,143

15 30 50 per page
1
942 943 944 945
946