M
Mike Flannigan
On Win2000, my scripts that execute another program
with system (or exec) work fine. But when I try the
same scripts on Win98, it gives an error "bad command
or file name" when it hits the system (or exec) command.
I see that others have reported similar problems with
the system command on Win32:
http://perlmonks.thepen.com/104680.html
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/9986?help-en
but I don't see an obvious solution to the problem.
Anybody on this list using Perl on Win98 and know how
to fix this problem? I also see that the shell on Win98
sucks. I need to replace that also.
The command I am using is:
system 'lltost.fch';
Mike Flannigan
with system (or exec) work fine. But when I try the
same scripts on Win98, it gives an error "bad command
or file name" when it hits the system (or exec) command.
I see that others have reported similar problems with
the system command on Win32:
http://perlmonks.thepen.com/104680.html
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/9986?help-en
but I don't see an obvious solution to the problem.
Anybody on this list using Perl on Win98 and know how
to fix this problem? I also see that the shell on Win98
sucks. I need to replace that also.
The command I am using is:
system 'lltost.fch';
Mike Flannigan