|
From: Eli Z. <el...@gn...> - 2014-06-26 02:58:41
|
> Date: Thu, 26 Jun 2014 02:30:15 +0300 > From: Yuri Kanivetsky <yur...@gm...> > > Well, the script I need this thing for was originally written for linux, > but now that I have a colleague working under windows, there arose the > necessity of having it run under windows. As the script basically runs > other programs and copies files I thought the bash was still a good fit for > it. Not that I changed my mind yet. If it a script written for Linux, then why do you invoke cmd.exe from MSYS Bash? Why that colleague of yours cannot invoke the (converted) script from cmd.exe? |