×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    Revision as of 16:03, 23 February 2007 by imported>mutante (New page: On Windows, put: <pre> Module HalloWelt Sub Main() Console.WriteLine("Hallo, Welt!") End Sub End Module </pre> in a textfile with any texteditor, save it as fnord.vb then ...)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    On Windows, put:

    Module HalloWelt 
    	
    	Sub Main() 
    	Console.WriteLine("Hallo, Welt!") 
    	End Sub
    
    End Module 
    

    in a textfile with any texteditor, save it as fnord.vb

    then on a cmd.exe ,type:

    C:\%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\vbc.exe fnord.vb (or wherever you have vbc.exe, which is the visual basic compiler) (*)

    (*) If you cant find vbc.exe on your box you need to install .Net Framework, you dont need the complete SDK, that is optional.

    .. and you will have a new fnord.exe and compiled your own windows commandline executable.

    ergo: also on Windows you dont need a GUI to create applications.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.