Re: File Arguments

2001-09-10 Thread Andrea Holstein
Jorge Goncalvez wrote: > Hi, I have this code: > $PROG2 = "C:\\cygwin\\usr\\X11R6\\bin\\XWin.exe "; > if (-f $PROG2) > { > system($PROG2) > } > > > but I must take some arguments to this:I must execute with theses arguments:

Re: File Arguments

2001-09-10 Thread Jorge Goncalvez
Hi, I have this code: $PROG2 = "C:\\cygwin\\usr\\X11R6\\bin\\XWin.exe "; if (-f $PROG2) { system($PROG2) } but I must take some arguments to this:I must execute