damianpadden has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: par.exe "No Disk" Message
by marto (Cardinal) on Aug 30, 2006 at 14:04 UTC
    "I compile my .pl scripts all the time and have no problems except with this one."

    Since we don't know what any of your scripts do how about you post the code,the syntax you are using to create the exe and exact error message which is generated when you run the executable. In addition to this information knowing the Operating system you are using, the version of Perl and PAR you are running may be helpful also.

    Martin
Re: par.exe "No Disk" Message
by cdarke (Prior) on Aug 30, 2006 at 15:13 UTC
    I did a google with "par.exe No Disk error" and found a couple of links that look promising. I suggest you do the same.
    It seems to be related to some PAR environment variables (%PAR_TEMP%?), you can inspect them by calling 'set' from a cmd.exe session.