well, i already have a question lol
im pretty sure that for the start one i would need to write in the full file directory if it isnt part of windows, right? (like explorer.exe would just work, as opposed to C:\Program Files\TrueTransparency\Truetransparency.exe)
and also, what parameter would i use for the start one? /d Path? i also thought it could have been /b, bot after looking at it a second time the /d one seems like it would be right.
so here are some examples (kept to 2 items each lol), and i have 3. are these right?
for ending a program...
Code:
taskkill /im iTunes.exe
taskkill /im TrueTransparency.exe
for starting programs...
Code:
start /d C:\Program Files\TrueTransparency\TrueTransparency.exe
start /d C:\Program Files\ViStart\ViStart.exe
and, say, to reset explorer.exe in case it hangs (manually doing it normally fixes it)
Code:
taskkill /im explorer.exe
start /d explorer.exe
or would it be...
start FileName explorer.exe ?
once again, thanks a whole bunch for those links. im pretty sure i understand the taskkill one but the start one seems a little more confusing.
well, time to restart my pc so i can get all the normal processes in there lol before i write the taskkill one.
~plasma
EDIT: one last quick thing. it shouldnt matter whether its a .bat or .exe file, right?