gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] Oc and cygwin


From: studiok
Subject: [open-cobol-list] Oc and cygwin
Date: Wed, 10 Jul 2013 13:21:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Hello,
I am unable to exec a call "SYSTEM" in cygwin.
Os is windows 7 64 bits, cygwin version is "CYGWIN_NT-6.1-WOW64 1.7.20(0.266/5/3) 2013-06-07 11:11 i686".
As an example:
    cmdtoexec is full path to a previously builded .cmd file
    cmdtoexec, if executed from a cmd prompt executes regularely

    string
             "start "           delimited size
             '"comando" '  delimited size
             cmdtoexec    delimited spaces
             into w-syscall
   end-string

   resulting w-syscall is       start   "comando" c:\mystart\mycomand.cmd

   but call "SYSTEM" using w-syscall  does not execute.

I tried also
  move cmdtoexec     to w-syscall
  so that w-syscall contains c:\mystart\mycommand.cmd
  unsuccessfully.
   Some one of us has any suggestion?
Thanks
Marcellom


reply via email to

[Prev in Thread] Current Thread [Next in Thread]