From: "Florian Sukup" Newsgroups: comp.os.msdos.djgpp Subject: passing variable to calling .bat file Date: Fri, 19 Jul 2002 12:37:00 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Lines: 17 Message-ID: <3d37ebcc$0$25810$91cee783@newsreader02.highway.telekom.at> NNTP-Posting-Host: 193.154.243.18 X-Trace: 1027075020 newsreader02.highway.telekom.at 25810 193.154.243.18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I am calling in a .bat file an .exe (C-source and compiled with djgpp). I want to pass values from the C-program to variables in the calling script such that I can work with them after I called this .exe. setenv() did not work at the test I did, I tried work arounds but no success. Does anyone knows a solution for this problem? Thanks in advance, Florian.