|
|
|
#1
|
|||
|
|||
|
Maybe this workaround can help you a bit ?! :
https://superuser.com/questions/1062...ter-batch-file Somewhere i read, batch programming is very basic,cant do multithreading as you want. Or im wrong?! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
This is the Unix bg command. It moves processes to the background - hence the name -, disconnecting their output from the console.
A more useful utility would be one that can launch command lines in the background. Try the built-in "start" command of Windows, with the options "/b" and "/min" and process priority, although it's not much. I use something like this when I want to compress multiple EXE's in the same directory with UPX. None of these can synchronize the subprocesses, that is, make sure that exactly N subprocesses run at the same time and when one of them finishes, only then does the next one start.
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
| The Following 2 Users Say Thank You to Joe Forster/STA For This Useful Post: | ||
GaMEr_2077 (06-06-2021), shazzla (05-06-2021) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SuperREP (SREP) Full Info! | yasitha | Conversion Tutorials | 27 | 26-08-2026 07:38 |
| [CIUv3] Custom Installer Ultimate v3 | KaktoR | Conversion Tutorials | 924 | 07-07-2026 08:24 |
| PMA Update failure....????????? | dannyk | DVD Backup Forum | 1 | 05-01-2005 14:19 |
| cd burner help | snatchcrash | CD/DVD-Writers | 1 | 14-09-2002 04:32 |
| HELP ME PLZ!!!! | Dalvin | DC Games | 0 | 02-01-2001 22:15 |