Thread: Compiler

Results 1 to 3 of 3
  1. #1 Compiler 
    Banned

    Join Date
    Dec 2009
    Posts
    733
    Thanks given
    0
    Thanks received
    85
    Rep Power
    0
    Nooby but how can I change the color of the text in the compiler to yellow?
    Reply With Quote  
     

  2. #2  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,277
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    Code:
    @echo off
    color 6
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_34\bin\javac.exe" *.java
    pause
    Code:
    0 = Black    
    8 = Gray
    1 = Blue    
    9 = Light Blue
    2 = Green    
    A = Light Green
    3 = Aqua    
    B = Light Aqua
    4 = Red    
    C = Light Red
    5 = Purple    
    D = Light Purple
    6 = Yellow    
    E = Light Yellow
    7 = White    
    F = Bright White

    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Dec 2009
    Posts
    733
    Thanks given
    0
    Thanks received
    85
    Rep Power
    0
    Thank you
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. -.- Compiler Help -.-
    By buttaz54 in forum Help
    Replies: 4
    Last Post: 01-29-2012, 08:15 PM
  2. Compiler.bat to compiler.sh
    By romario279 in forum Help
    Replies: 3
    Last Post: 07-13-2011, 02:48 AM
  3. Dementhium Compiler (Full Compiler)
    By Affliction in forum Snippets
    Replies: 10
    Last Post: 05-16-2011, 05:29 AM
  4. [Compiler] My Very Simple Compiler :)
    By xx Promises xx in forum Snippets
    Replies: 6
    Last Post: 01-20-2010, 10:42 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •