http://qs321.pair.com?node_id=568842


in reply to How to access Wx icons from within *.par

then accessing this folder relative to the /script folder in the archive (i.e. ../icons), but that doesn't work (wx dies, can't find image). So what's the right way to do this?
RTFM? PAR doesn't change directories.
D:\> echo I know how to RTFM >data.txt D:\> pp -a data.txt -e "use Cwd;print cwd(),$/;print PAR::read_file(qw +,data.txt,);" D:\> a.exe D:/ I know how to RTFM D:\>