Re: [Module::Build] ./Build on Win98
Status: Beta
Brought to you by:
kwilliams
|
From: Yitzchak Scott-T. <sth...@ef...> - 2006-02-23 02:46:08
|
On Wed, Feb 22, 2006 at 09:11:39PM +0000, Nick Ing-Simmons wrote: > Build.bat cannot delete itself on Windows. > You can't delete executing things. This is why Windows needs to > reboot after installing upgrades. AFAIK all versions of cmd & command execute .bat files doing an open/seek/close for each line, so it should be possible. |