kaldor has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I've packed multiple scripts together as a single Windows executable, with "pp". I'm not able to use symbolic links to call the different scripts, does anyone know if it's supported or not? The documentation doesn't mention anything.
Thanks!
C:\test>mklink script1.exe pack.exe symbolic link created for script1.exe <<===>> pack.exe C:\test>script1.exe Usage: C:\test\script1.exe [ -Alib.par ] [ -Idir ] [ -Mmodule ] [ src. +par ] [ program.pl ] C:\test\script1.exe [ -B|-b ] [-Ooutfile] src.par
|
---|