Hi,
Could you try the following ?
!#/usr/local/bin/perl
{
print '
------------------------------------------------------------',"\n";
print '%Loading UltraEdit...',"\n";
chdir("D:\ultraedit\");
system("uedit32.exe netlog.txt");
exit 0;
}
it should work.
Regards,
Nicu
phumes1 wrote:
>
> I have the following script which runs UltraEdit but I keep getting an
> error. I checked the path and it is correct.
>
> #
> Output:
> ======
>
> C:\perl load.pl
> --------------------------------------------------------------------------
> %Loading UltraEdit...
> Bad command or file name
>
> C:\
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]