View Single Post
Old 05-04-2003, 02:46 PM   #7 (permalink)
charliex
Junkie
 
Location: North Hollywood
you need a pif file to be able to do close on exit, which would require one for each, or possibly one for just cmd.exe but thats unlikely since its executed directly.

not sure of a global close on exit feature on XP, so other solutions are

create a bat file , use systeminf.bat or such , if you use systeminfo.bat it'll run the exe first, even if its in the path first, and if you rename the exe it will likely put it back with WFP

@systeminfo.exe
pause

or use
cmd /ksysteminfo
charliex is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37