L:\test>ct co -nc test.java vi test.java //****************************************************^M // Copyright (c) 2009 Systems, Inc. ^M // All rights reserved. ^M //****************************************************^M ^M class Test ^M {^M public static void main(String[] args) ^M {^M System.out.println("Hello Test!");^M }^M }^M