On Tue, 8 Nov 2022 13:25:05 +0000 Derek Pagel wrote: > The script was written using Strawberry Perl with Cygwin in the %PATH% > variable. Then the script makes system calls using that Cygwin.
my $TESTDIR = getcwd() . "\\test<file://test>"; my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt<file://test.txt>"; my $RMCMD = "rm " . $TESTDIR . "\\test.txt test2.txt<file://test.txt%20test2.txt>"; Even using Strawberry Perl, "<file://xxx>" in above lines cause error. -- Takashi Yano <takashi.y...@nifty.ne.jp> -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple