- Joined
- Jan 28, 2007
- Messages
- 186 (0.03/day)
System Name | Gaming PC from bestby |
---|---|
Processor | I7 |
Motherboard | Ibuypower |
Cooling | Stock |
Video Card(s) | Nvidia 3080 |
Storage | 1TB shared with windows 11 and FerenOS |
Display(s) | MPG ARTYMIS 323CQR |
Case | nice big case with rainbow fans allover it |
Audio Device(s) | realtech |
Software | OS is Windows 7 home premium, sometimes I use linux mint mate or sabayon both live |
Benchmark Scores | CL-RCD-RP-RAS Write Speed 2x DDR3-1333 SDRAM 9-9-9-23 CR1 10484 MB/s |
im testing from this:
saved as .vbs; its in my startup folder now
1 It would be fun to be able to start software with it besides whats builtin without getting the cannot find file error.
2 I can go to websites this way but it automaticlly opens ie.
Any ideas worth a try?
source: https://www.instructables.com/id/Ma...8iJFLr06y_D5TNY2MfSRNm4sBql8b_xJd--UDuNFllNUs
Code:
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
set wshshell = wscript.CreateObject("wscript.shell")
dim Input
Sapi.speak "Please type, what you want to open?"
Input = inputbox ("Please type, what you want to open.")
Sapi.speak Input
wshshell.run Input
1 It would be fun to be able to start software with it besides whats builtin without getting the cannot find file error.
2 I can go to websites this way but it automaticlly opens ie.
Any ideas worth a try?
source: https://www.instructables.com/id/Ma...8iJFLr06y_D5TNY2MfSRNm4sBql8b_xJd--UDuNFllNUs
Last edited: