File.IsInUse seems to work fine on XP but always returns TRUE on 2000. The program is definately not running already. Has anyone else encountered this? If so, what was the solution? Am I doing something wrong? Any help is greatly appreciated.
in_use_result = File.IsInUse(SessionVar.Expand("%AppFolder%\\MyPro gram.exe"));
if (in_use_result ~= true) then
.
.
.
.
The grass may not be greener on the other side . . . but it just might have less weeds.![]()

