Subject: Invoking a batch file with Ruby on Windows
From: brian.kejser protexis.com
Date: Mon, 21 Aug 2006 08:28:43 +0900
Hi
Does anyone know how I could invoke a Windows batch file (e.g.
MyBatchFile.bat) and check the ERRORLEVEL environment variable after the
batch file completes execution.
Thanks