Computing.Net > Forums > Programming > Dos script run in the background

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.

Dos script run in the background

Reply to Message Icon

Name: amuljono
Date: August 3, 2006 at 18:42:38 Pacific
OS: Windows XP
CPU/Ram: 2.4GHz/1GB
Product: Dell
Comment:

Experts,

I want to create a dos script to do some routine work. However, I would like to have it run in the background. In UNIX, it just simple put "&" at the end of the command. Is it a way to do it in the Windows environment ? Any suggestions are highly appreciated.


thanks & best regards,



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: August 4, 2006 at 02:45:25 Pacific
Reply:

Windows doesn'y have the features of a real OS.

Not much way to assign 'CPU priority'.

If you want to simply not see it, you can create a shortcut to the BAT and in the shortcut properties set it to run minimized.


=====================================
If at first you don't succeed, you're about average.

M2



0

Response Number 2
Name: Shr0Om
Date: August 4, 2006 at 03:50:26 Pacific
Reply:

Another option is to download bat2exe (not freeware)
http://www.battoexe.com/?gclid=CIDL_OXtxYYCFSpZQgodZHrhng

When you compile the bat file to a exe file, you can choose to compile it so it runs in ghost mode.


0

Response Number 3
Name: Mechanix2Go
Date: August 4, 2006 at 04:08:04 Pacific
Reply:

Hi Shroom,

If that's the bat2exe which has been kicking around for 20 years, I have found it to be useless on all but the most trivial bat files.


=====================================
If at first you don't succeed, you're about average.

M2



0

Response Number 4
Name: Shr0Om
Date: August 4, 2006 at 04:30:03 Pacific
Reply:

Hi M2,

Its not that old bat2exe.com file. (Which really IS useless).

This version is pretty new to my knowledge, and it has worked well so far on all batches i have converted. Check out the link:)


0

Response Number 5
Name: Mechanix2Go
Date: August 4, 2006 at 19:38:45 Pacific
Reply:

I got the DL. I'll see if it does anything useful.



=====================================
If at first you don't succeed, you're about average.

M2



0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

Capturing return value in... interface status



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: Dos script run in the background

Process running in background www.computing.net/answers/programming/process-running-in-background/11300.html

Running in system tray www.computing.net/answers/programming/running-in-system-tray/10221.html

Running A VB6 EXE in the background www.computing.net/answers/programming/running-a-vb6-exe-in-the-background/17879.html