sorry for the confusion, I meant to say that i already have the code for dual list boxes in asp.net. But i cannot call psexec from asp.net code. so, i have to revert to asp 3.0 code and then call psexec w/vbscript. The main goal is to populate a dual list box with Active Directory computer names. the other box will be computer names that i selected from list box one. Then i will select a program from a list(databound from db) then a button will execute psexec via vbscript to silent install programs. we have already built the psexec scripts. just need the GUI to make it easier. I would rather use asp.net to do this, so if anyone has suggestions, please help!
I have tried process.startinfo and process.start. it wouldnt work by placing cmd as the process and psexec in the arguments. I have also tried to place psexec as the process. nothing
|