in reply to Re: Re: Is (DOS-)Perl a Memory Hog?
in thread Is (DOS-)Perl a Memory Hog?

Just write a DOS batch file

rem start.bat, save in path then just type start @echo off stim2 /session=none /order=bx-err1 /warn=1

Command line args can be passed and appear in %1, %2, %3 etc like $ARGV[0], $ARGV[1], $ARGV[2].....

See This batch file tutorial

cheers

tachyon