CAPITAL LETTERS
Mar 30th, 2009, 10:39 PM
hey guys i work as an IT&C Technician in a large building (150-200 pc's)
and i am needing help on a VBS project.
what i need it to do:
it will have a msgbox at the start of the script asking a question needed, then
it has to have an input box for the user/s to submit the data (1-2 sentences to answer a question) requested from the previous msgbox and once the user hits submit, i need the data to be saved across the network to a dump folder. on another pc in a .txt file.
if it cannot be done across a network, just a folder already on the users PC (eg C:/Program files/vbsdata/[any name].txt)
but the tricky bit:
the dump file directory needs to not be known by the user, only me.
is this possible?
ANY help will be great
and i am needing help on a VBS project.
what i need it to do:
it will have a msgbox at the start of the script asking a question needed, then
it has to have an input box for the user/s to submit the data (1-2 sentences to answer a question) requested from the previous msgbox and once the user hits submit, i need the data to be saved across the network to a dump folder. on another pc in a .txt file.
if it cannot be done across a network, just a folder already on the users PC (eg C:/Program files/vbsdata/[any name].txt)
but the tricky bit:
the dump file directory needs to not be known by the user, only me.
is this possible?
ANY help will be great