Posts Tagged “console”

As I had a request and I must agree it really makes sense, I developed a console version of the DBF2Oracle tool. Functionality is the same, just that you need to give it parameters from command line.

Usage is:

C:\>DBFImportConsole.exe [file] [username] [password] [TNS]

Read the rest of this entry »

Tags: , , , , , ,

Comments 18 Comments »

Apparently windows console does not take the environmental settings from Internet Explorer, so if you properly set your proxy in IE, it is not valid in console.
And if you are running a console application that need to connect to the web and you are after a proxy, then you have a problem.

The solutions are:

  • run windows utility proxycfg.exe like this:
    C:>proxycfg -p proxy_name:proxy_port
  • move to a network where you don’t need a proxy 😉

Enjoy

Tags: , , ,

Comments No Comments »