So far so good, I made a few changes, see below. I'd like to better handle the checkboxes. Leaving one unchecked, like bios, might lead to an extra comma in the /c: parameters
Notice: Undefined index: bios in C:\wamp\www\tools\index.ph
might need an "if checked"
Also if nothing is checked, I'd like the /c: to be removed...
if nothing checked shell_exec("cscript /nologo c:\scripto\inv.vbs /s:$fqdn /u:$user /p:\"$pass\"
user, pass and fqdn (or IP) are required field can we check for that... after that this is all done!
-rich
Main Topics
Browse All Topics





by: cxrPosted on 2009-06-08 at 19:06:25ID: 24577764
This should get you started:
Select allOpen in new window