PC Review


Reply
Thread Tools Rate Thread

how to return from an applcation

 
 
Jean Pierre Daviau
Guest
Posts: n/a
 
      15th Oct 2008
Hi,

How can I return from a batch calling an application?
--- file.cmd---
start "C:\Program Files\EasyPHP1-8\EasyPHP.exe"
-------
===========================
call file.cmd
pause
iexplorer.exe
.....

=============================

Jean Pierre Daviau

--
windows XP professionnel 2002 SP2
asus p4 s533/333/133

http://jeanpierredaviau.com

Aimons les étrangers; l'on vit avec eux les trois quart de notre vie.


 
Reply With Quote
 
 
 
 
Al Dunbar
Guest
Posts: n/a
 
      15th Oct 2008

"Jean Pierre Daviau" <(E-Mail Removed)> wrote in message
news:u%(E-Mail Removed)...
> Hi,
>
> How can I return from a batch calling an application?


In what sense is your batch file failing to return? Or is it that control is
not returning from the application to your batch script?

/Al

> --- file.cmd---
> start "C:\Program Files\EasyPHP1-8\EasyPHP.exe"
> -------
> ===========================
> call file.cmd
> pause
> iexplorer.exe
> ....
>
> =============================
>
> Jean Pierre Daviau
>
> --
> windows XP professionnel 2002 SP2
> asus p4 s533/333/133
>
> http://jeanpierredaviau.com
>
> Aimons les étrangers; l'on vit avec eux les trois quart de notre vie.
>



 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      15th Oct 2008

"Jean Pierre Daviau" <(E-Mail Removed)> wrote in message
news:u%(E-Mail Removed)...
> Hi,
>
> How can I return from a batch calling an application?
> --- file.cmd---
> start "C:\Program Files\EasyPHP1-8\EasyPHP.exe"
> -------
> ===========================
> call file.cmd
> pause
> iexplorer.exe
> =============================
>
> Jean Pierre Daviau


You appear to call the batch file "file.cmd" from within itself, resulting
in a recursive loop with no exit.


 
Reply With Quote
 
foxidrive
Guest
Posts: n/a
 
      15th Oct 2008
On Wed, 15 Oct 2008 11:06:12 -0400, "Jean Pierre Daviau" <(E-Mail Removed)>
wrote:

>Hi,
>
>How can I return from a batch calling an application?
>--- file.cmd---
>start "C:\Program Files\EasyPHP1-8\EasyPHP.exe"


Should be:

start "" "C:\Program Files\EasyPHP1-8\EasyPHP.exe"

>-------
>===========================
>call file.cmd
>pause
>iexplorer.exe
>....
>
>=============================
>
>Jean Pierre Daviau

 
Reply With Quote
 
Jean Pierre Daviau
Guest
Posts: n/a
 
      16th Oct 2008


>>start "C:\Program Files\EasyPHP1-8\EasyPHP.exe"

>
> Should be:
>
> start "" "C:\Program Files\EasyPHP1-8\EasyPHP.exe"


Yes. Thank to everyone ;-).


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
applcation.run SURESH TP Microsoft Excel Programming 4 4th May 2005 09:11 PM
Deploy applcation VBNET and Sql Carlos G via DotNetMonster.com Microsoft ADO .NET 7 9th Mar 2005 10:27 PM
how to run windows applcation in Low CPU Usage mode aa Microsoft Dot NET Framework 2 10th Feb 2005 04:17 PM
External data queries within applcation collection Andy S Microsoft Excel Programming 2 24th Nov 2003 09:44 PM
c:\windows\winupdate.com.xtr is not a valid win32 applcation hoops Windows XP General 5 3rd Oct 2003 03:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:32 AM.