Computing.Net > Forums > Programming > Batch file hang

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch file hang

Reply to Message Icon

Name: ham30
Date: April 26, 2006 at 13:39:38 Pacific
OS: WinXP Home
CPU/Ram: AMD 2000/512mb
Product: Generic
Comment:

I'm having a problem with running a program in a batch file. The batch file starts the program but then hangs waiting for it to complete. I need the batch file to continue on with other tasks. I haven't been able to find a way to do that. I sure would appreciate any suggestions.

Do yourself a favor BACKUP!!!
Sorry, I do not check for private messages



Sponsored Link
Ads by Google

Response Number 1
Name: IVO
Date: April 26, 2006 at 13:55:01 Pacific
Reply:

You need to use the Start command to enable multitasking execution of processes. Type Start /? to get a short overview of its parameters, but to just run a program while the batch goes on code

Start "" [Path_Name]Program_Name parameters

I suggest you don't miss the "" otherwise if you have to embrace the PathName with " nothing works.


0

Response Number 2
Name: ham30
Date: April 26, 2006 at 14:12:49 Pacific
Reply:

Thanks very much IVO. I still have problems but I think that fixed the main one. :-)

Do yourself a favor BACKUP!!!
Sorry, I do not check for private messages


0

Response Number 3
Name: ham30
Date: April 26, 2006 at 14:57:37 Pacific
Reply:

Got it running ok, thanks to you IVO.

Do yourself a favor BACKUP!!!
Sorry, I do not check for private messages


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Batch file hang

Simple batch file to loop some comm www.computing.net/answers/programming/simple-batch-file-to-loop-some-comm/10486.html

batch file programming www.computing.net/answers/programming/batch-file-programming/17121.html

A batch file HAS STOPPED working. www.computing.net/answers/programming/a-batch-file-has-stopped-working/17436.html