Search found 2 matches

by jwsnl
07 Aug 2008 08:29
Forum: DOS Batch Forum
Topic: start multiple exe in windows xp batch file
Replies: 1
Views: 6743

Please find attached my draft batch file: @echo off rem pause for X seconds echo. echo Dag Jan-Willem, echo even wachten om de standaard services te laden set X=10 call telaf.bat rem pause rem vodafone :1000 echo wil je Vodafone Connect laden? set choice= set /p choice= j(a) of n(ee)? echo. rem if '...
by jwsnl
07 Aug 2008 00:09
Forum: DOS Batch Forum
Topic: start multiple exe in windows xp batch file
Replies: 1
Views: 6743

start multiple exe in windows xp batch file

hi all, please think with me about the following: instead of loading all kinds of exe's and services i want my computer to run a batch file during startup asking me what services to start at the end of the boot cyclus so i'm able to load just these services that i actually need. the questioning and ...