Imports System Imports System.Windows.Forms Public Class MainClass Shared Sub Main() Console.WriteLine( Application.StartupPath ) End Sub End Class