Artist Statementcd/OSS { public static void main(String args[]) { String osname = System.getOSName(); InputStream is = null; StringBuffer buf = new StringBuffer(); int c; if (osname.equals("OSS")) { is = System.execin("pwd"); } else if (osname.equals("****")) { is = System.execin(".net"); } if (is != null) { while ((c = is.read()) != -1) buf.appendChar((char)c); System.out.print(buf.toString()); } } } |
Artist Biography 1998 'WYSIWYG', FVBK, Amsterdam 1998 'LOP-LOP', Museum Boijmans, Rotterdam 1997 'DOCUMENTA-X', Kassel 1997 'Remote-C', Ars Electronica, Linz 1997 'µ', Arti, Amsterdam 1997 'Classic Show', Postmasters Gallery, NewYork 1997 'ISEA97', Chicago 1997 'LAB-7', CCAW, Warschaw 1997 'Transmedia97', Berlin
|