home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.msdos.batch      Fun with MS-DOS batch files      42,547 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 41,654 of 42,547   
   Ajith Raman to All   
   Re: Unable to launch multiple programs v   
   10 Aug 18 08:39:14   
   
   From: raman783@gmail.com   
      
   On Friday, 10 August 2018 20:50:00 UTC+5:30, JJ  wrote:   
   > On Fri, 10 Aug 2018 06:00:52 -0700 (PDT), raman783@gmail.com wrote:   
   > > Hello All,   
   > >   
   > > Am trying to create a batch file, that would launch multiple programs. But   
   unfortunately, things don't seem to work.   
   > >   
   > > Kindly, find below my requirement:   
   > > 1. Open InfluxDB server   
   > > 2. Launch Grafana application.   
   > >   
   > > Commands used in the batch:   
   > > @echo off   
   > > cd "C:\Users\C51539A\Downloads\influxdb-1.5.2-1"   
   > > Start.cmd   
   > > timeout 5   
   > > cd "C:\Users\C51539A\Downloads\grafana-5.1.3\bin"   
   > > grafana-server.exe   
   > >   
   > > The above script, launches InfluxDB. But doesn't moves further.   
   > >   
   > > Could you please suggest me, on how to proceed?   
   > >   
   > > Thanks in Advance.   
   > >   
   > > Regards,   
   > > Ajith   
   >   
   > Change:   
   >   
   >   start.cmd   
   >   
   > To:   
   >   
   >   .\start.cmd   
   >   
   > Or to:   
   >   
   >   "start.cmd"   
      
   Start.cmd is a file within the folder structure "C:\Users\C51539   
   \Downloads\influxdb-1.5.2-1"   
      
   When I try to open these software's individually i.e either   
      
   @echo off   
   cd "C:\Users\C51539A\Downloads\influxdb-1.5.2-1"   
   Start.cmd   
      
   (or)   
      
   @echo off   
   cd "C:\Users\C51539A\Downloads\grafana-5.1.3\bin"   
   grafana-server.exe   
      
   They work perfect. But when these are combined, only the first one opens.   
      
   Thanks!   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca