command line arguments

Marko Srepfler marko@mia.os.CARNet.hr
Fri, 2 Oct 1998 08:09:43 +0200


I am writing a simple text filter witch is part of a batch process on
windows95,
something like
	filter file.in file.out
how to get file.in file.out parameters from command line.

Is there something like
	::getCommandParameters *World -> ([String],*World)