vbscript - how to make exporting of file in hta and saving to disk -


i working on hta app have made app u can enter text , voice plugin reading want code can make sound exported , saved disk

set objvoice = createobject("sapi.spvoice") set objstream = createobject("sapi.spfilestream") line="hello there" objstream.open "c:\users\hellothere.wav", 3, vbfalse set objvoice.audiooutputstream = objstream objvoice.speak line 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -