Yeah! You can talk with your computer. You watched talking computer, Jarvis with Tony Stark in Iron Man movie. You also thought to have a talking computer like him.
Am I right?
So, Don`t worry.
You can fulfill your wish with your own computer. You can make your computer talking to you.
Amazed!
Your computer will respond after your voice by speaking. You can do this without purchasing any software. Yeah, You heard right, you don`t need to purchase any software. It will only cost your some time :)
This article will guide you step by step to Make your Computer respond like Jarvis to you.
I think, You would like to check :
These links will tell you how to Know the Gender of your computer means whether it is a male or a female voice computer and according to that the name you can assign your computer according to the voice (say Jarvis, If it is male) or you can also call your computer with the Windows default voice name. You are free to assign any name to your computer of your choice.
Before You learn How to talk with your computer, You must have to know How to Operate Your Computer with Your Voice
Now, It`s time to make your computer talk with you.
It`s quite easy. Follow the Steps as directed...
You have to download a plugin software for it, called Windows speech recognition Macros provided by Microsoft. This will make your computer to respond after your voice.
Download Official from Microsoft `s website if you have a Genuine copy of windows.
If your copy of windows is not genuine, You can download it from other third party servers by searching in Google by it`s name.
After the successful completion of Installation, the real work starts here..
You can edit macro command using Edit speech macro..,if you want make changes to commands created before.
-You can Insert Text of your wish(personal info),you want computer to speak.
-You can run applications or software with your voice instead of mouse or keyboard using Run a Program.
-You can edit many commands according to your wish or need using Advanced
You have to do some coding in it so that your computer will respond according to your command.
For example, You call your computer`s name and it answers Yes Mr. your_name.
You say open my computer and it answers Computer is opening Sir/Madam.
so so.....
This coding will be done in Advanced by inserting xml.
New Speech macro..>> Choose Advanced and change the code like this
You have to add a command <speak>.....</speak> .
<listenFor>........</listenFor> - computer listens the words you specify here and respond accordingly.
<speak>............</speak> - computer speaks what is written in this field according to the command which it got.
Similarly, You can Edit more commands in the same way.
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Time</listenFor>
<listenFor>Give me the Time</listenFor>
<script language="vbscript">
<![CDATA[
dim currentTime
currentTime = FormatDateTime(Time(), 1)
Application.Speak Time
Application.SetTextFeedback Time
]]>
</script>
</command>
</speechMacros>
Make your code like this.
When You will say Time or Give me the Time , Your Computer will speak the exact Time of instant.
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Date</listenFor>
<script language="vbscript">
<![CDATA[
dim todaysDate
todaysDate = Date
Application.Speak Date
Application.SetTextFeedback Date
]]>
</script>
</command>
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Empty the Recycle Bin</listenFor>
<run command="C:\nir\nircmd.exe" params="emptybin" />
<speak> Done, Sir </speak>
</command>
</speechMacros>
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor> Trash It </listenFor>
<sendKeys>{DELETE}</sendKeys>
<speak> File has been Deleted, Sir </speak>
</command>
</speechMacros>
Imp. Note : After making such commands you have to digitally sign them for
security reasons which is a very easy task.
You can run a program with your voice instead of mouse/keyboard. Say,You want to run internet explorer with voice :
Go to New Speech Macro..>> Run a Program
- In second column , Write the path of the program,i.e. C:\Program Files\Internet Explorer\iexplorer.exe
Don`t forget to follow on social media and Subscribe to get latest updates direct to your Email.
Am I right?
So, Don`t worry.
You can fulfill your wish with your own computer. You can make your computer talking to you.
Amazed!
Your computer will respond after your voice by speaking. You can do this without purchasing any software. Yeah, You heard right, you don`t need to purchase any software. It will only cost your some time :)
This article will guide you step by step to Make your Computer respond like Jarvis to you.
I think, You would like to check :
These links will tell you how to Know the Gender of your computer means whether it is a male or a female voice computer and according to that the name you can assign your computer according to the voice (say Jarvis, If it is male) or you can also call your computer with the Windows default voice name. You are free to assign any name to your computer of your choice.
Before You learn How to talk with your computer, You must have to know How to Operate Your Computer with Your Voice
Now, It`s time to make your computer talk with you.
It`s quite easy. Follow the Steps as directed...
Download Windows Speech Recognition Macros Plugin :
You have to download a plugin software for it, called Windows speech recognition Macros provided by Microsoft. This will make your computer to respond after your voice.
Download Official from Microsoft `s website if you have a Genuine copy of windows.
If your copy of windows is not genuine, You can download it from other third party servers by searching in Google by it`s name.
- Install it, It`s very easy.
After the successful completion of Installation, the real work starts here..
- Go to Start Button >> All Programs
- Right Click on Windows Speech Recognition Macros
- Choose Run as administrator
- Then from Notification Area, Right Click on it`s Icon >> Select New Speech Macro..
You can edit macro command using Edit speech macro..,if you want make changes to commands created before.
What you can do with Windows Speech Recognition Macros :
-You can Insert Text of your wish(personal info),you want computer to speak.
-You can run applications or software with your voice instead of mouse or keyboard using Run a Program.
-You can edit many commands according to your wish or need using Advanced
You have to do some coding in it so that your computer will respond according to your command.
For example, You call your computer`s name and it answers Yes Mr. your_name.
You say open my computer and it answers Computer is opening Sir/Madam.
so so.....
This coding will be done in Advanced by inserting xml.
Code to Make your Computer like Jarvis :
- Computer Name :
New Speech macro..>> Choose Advanced and change the code like this
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Name your computer</listenFor>
<speak> Yes Sir/Madam </speak>
</command>
</speechMacros>
</speechMacros>
You have to add a command <speak>.....</speak> .
<listenFor>........</listenFor> - computer listens the words you specify here and respond accordingly.
<speak>............</speak> - computer speaks what is written in this field according to the command which it got.
Similarly, You can Edit more commands in the same way.
- Tell me Time :
<speechMacros>
<command>
<listenFor>Time</listenFor>
<listenFor>Give me the Time</listenFor>
<script language="vbscript">
<![CDATA[
dim currentTime
currentTime = FormatDateTime(Time(), 1)
Application.Speak Time
Application.SetTextFeedback Time
]]>
</script>
</command>
</speechMacros>
Make your code like this.
When You will say Time or Give me the Time , Your Computer will speak the exact Time of instant.
- Tell me Date :
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Date</listenFor>
<script language="vbscript">
<![CDATA[
dim todaysDate
todaysDate = Date
Application.Speak Date
Application.SetTextFeedback Date
]]>
</script>
</command>
</speechMacros>
- Empty Recycle Bin :
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Empty the Recycle Bin</listenFor>
<run command="C:\nir\nircmd.exe" params="emptybin" />
<speak> Done, Sir </speak>
</command>
</speechMacros>
- Delete any File or Folder :
<speechMacros>
<command>
<listenFor> Trash It </listenFor>
<sendKeys>{DELETE}</sendKeys>
<speak> File has been Deleted, Sir </speak>
</command>
</speechMacros>
- Shutdown the System :
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Shut it down</listenFor>
<speak> Windows is Shutting Down, Sir</speak>
<run command="C:\Windows\System32\shutdown.exe" params="-s -t 00"/>
</command>
security reasons which is a very easy task.
To create new digital sign certificate :
- Right Click on Speech Macros from Notification area >> Security
- Create Signing certificate and proceed as directed.
- Run a Program :
You can run a program with your voice instead of mouse/keyboard. Say,You want to run internet explorer with voice :
Go to New Speech Macro..>> Run a Program
- In First column, Write words what you want to say to run internet explorer, say open internet explorer
- In second column , Write the path of the program,i.e. C:\Program Files\Internet Explorer\iexplorer.exe
You can Run more programs in the same way by locating the exact address of that program in the second column.
Congrats! You have made your computer to talk with you. Now, Your computer talks with you like the Jarvis with Mr. Tony Stark in Iron Man movie. However, I would like to remind you that you can`t make an exact one as you have seen in the movie but you can get the most from this software based on your skills and knowledge of coding.
Do a lot with your Jarvis. Let me Know How much this article helped you. Queries will be resolved.
Congrats! You have made your computer to talk with you. Now, Your computer talks with you like the Jarvis with Mr. Tony Stark in Iron Man movie. However, I would like to remind you that you can`t make an exact one as you have seen in the movie but you can get the most from this software based on your skills and knowledge of coding.
Do a lot with your Jarvis. Let me Know How much this article helped you. Queries will be resolved.
Don`t forget to follow on social media and Subscribe to get latest updates direct to your Email.
Have Fun!
Great article Sir :)
ReplyDeleteI've searched for many articles but this really helped me ......such in detail.
My pc now talks.....it's amazing.
Thanks a lot :)
Hi there
DeleteFeedback, like this encourages me to work better...
My Pleasure :)
you are great bro thanks a lot
Deletemy macros wont save and i dont know why
ReplyDeleteHi there,
DeleteI think that`s due to Digital Signature not done properly.So, Again Create a macros command and make a new digital sign...
Hope it will work...:)
Can u explain me how to do the Digital Signature properly....... Please.
DeleteHi there,
DeleteWhen you`ll create any macros command, it will automatically proceed to make a sign certificate if you can`t have any before.
Manually, Right Click on Speech Macros >> Security >> Create Signing certificate >> Ok , no need to set security level at this time.
Then Speech Macros >> Security >> Sign Speech Macros... and choose any to sign,
I hope you got it.
How can the PC say Sorry when the speech recognition say "what's that"?
DeleteHey there!
DeleteThis software recognizes the pattern through listenfor and then respond, So, You`ll will get a response for what you have input in ListenFor tag that it detects.
So, I think, that will not like this way. You can try to read macros support forum for more help.
Regards
IJ Yadav
great job sir....some really great stuff here... thanks
ReplyDeleteHi There,
DeleteThanks for stopping by here. Comments like this encourages to put best work here.
Keep Visiting :)
With what .extension should i save my Code ????
ReplyDeleteHi Rohit!
DeleteIt will save your code automatically after your successful digital signature.Manually, The extension should be " .WSRMac " for it.
Thanks for stopping by here. Have Fun!
Thank you :)
DeleteThere's one more thing that i wanna ask.... Can this be done on Windows XP....
Coz i'm planning to do it on my Windows XP also.............
Hey Rohit! Welcome Again!
DeleteYou must check Speech Recognition option under Ease of access in Control Panel. If it supports, then download windows speech macros for XP. There settings may differ a little.
Yes i checked my pc it has Speech Recognition in it.....
DeleteSo what do i do now..... ??
Great!
DeleteThen Train your pc to understand your voice and if you want to get voice response from your pc then install windows speech macros for XP.
For more Help,Click Here
Thank you Sir.... :)
DeleteI'll try it and notify you later......
Most Welcome :)
DeleteHave Fun!
Sir, should i store my codes in a seperate folder......
DeleteIf yes, then please tell me in which drive and what should i name that folder........
Hey Rohit!
DeleteAs you know new speech macros are automatically saved to Speech Macros Default folder.There is no option available to change that folder in windows macros but i will try to find out.
I advice, You can copy that folder to any safe drive without deleting from documents to keep your codes safe.
Hope, you got this point.
Thank you.
Ok Sir.... :)
DeleteDo you have any video links that could help me Sir........
Sorry Rohit! I don`t have any video links.
DeleteBest of luck for future!
Thank You Sir....... :)
DeleteSir there's a problem.....
DeleteI get error " the procedure entry point shcreateitemfromparsingname could not be located in dynamic link library SHELL32.dll "
After installing MACROS when i try to Launch it i get the above error..........
What do i do........??
Hey Rohit!
DeleteThat occurs due to compatibility problem means you've installed a version of the speech library that's not designed for this operating system. I mean, It might not support XP.
I again checked the minimum requirements for speech macros, it runs on Vista or later versions.
I hope, you have got the point.
Ok Sir.....
DeleteThank you again...........
I was unnecessarily wasting my time trying to do the JARVIS project on XP..........
I'm also extremely Sorry for asking you so much.........
Most Welcome Rohit!
DeleteYou are good at Computers and doing something new. So, It`s a good thing to ask if you have any doubts.
Thank you!
how to sign
ReplyDeleteHi there,
DeleteI think you are asking about How to Sign Speech Macros...?
So, When you`ll create any macros command, it will automatically proceed to make a sign certificate if you can`t have any before.
Manually, Right Click on Speech Macros >> Security >> Create Signing certificate
and proceed to complete as directed.
I hope you got it.
Thank you.
Hey Akram!
ReplyDeleteYou can follow these steps:
-Right Click on Speech Macros >> Security >> Create Signing certificate
-Allow(if windows asks for confirmation) >> Click on Ok.
Then use this certificate for signing macros.Although, When you create any macros command, it will automatically proceed to make a sign certificate.
Hi
ReplyDeleteCan this jarvis talk in hindi to us
If yes pls tell the code for it
Also how to give same voice as jarvis in iron man to this speech recognizer
Hey there!
DeleteSorry, This does not support in hindi. This uses language of your computer system.
Check or change language and voice : Control Panel\Ease of Access\Speech Recognition\ advanced speech options.
By the way, In Iron man movie that computer- Jarvis voice is of an actor.
Thanks for stopping by here.
Sir plz give me some codes of show Date and Time at a Time
ReplyDeleteWhen I say the song name its play that song.....
plz sir help me.....
Hey Lalit!
DeleteFor Playing Any Song : You can create a new speech macros >> Run a program
- Then Enter the words you want to speak to play that song (like "Play my song")
- Browse to that particular song saved in your computer by choosing All Files...
or you can enter Run command for windows media player to play more songs in your playlist.
For Date, I have added that code in the post.
Thank you for stopping by here..
Sir,plz tell that can I change my laptop's gender????
ReplyDeleteSir,plz tell me that can I change my laptop's gender???? It's in female named 'ANNA' now & I'm using windows 7 32 bit.
ReplyDeleteHey Rana!
DeleteThat`s doesn`t matter really! By the way, Mine Laptop too female-ANNA.
That`s the speech voice installed in your operating system. There might be no option to change the default voice but you can install other sapi voices.
I hope, you got it.
respectd sir,
ReplyDeletei followd all the steps given by u, and my laptop listening what i am saying, and also doing like that, but i cnt able to listen laptops noise, it just doing its work bt it nt speakng,in ur step, u given that code command(Anna, it ll reply yes sir)
so what can i do for speaking it with me..
hope you ll help me in detail...
Hey Mayur!
DeleteI am assuming that you have already installed windows speech macros because it does all the response words. Also, You have successfully created any speech macros with successful digital signature because without that a speech macros might not be valid.
Now, computer listens for a command between
Name your computer tags and responds what you write between Yes Sir/Madam tag .
So, Make sure you added command correctly. The other reason might be that computer can`t understand voice what actually you are saying, so try to change the words.
Other possible reasons, that might not be in your case, sound drivers installed or not , sound might be Mute etc.
Alternately, If you are good upto now, Just run Windows speech macros as Administrator and Create a new speech macros say, copy-paste TIME command from here, successfully sign it and then try.
I hope, it will help you and you will be able to talk with your computer.
Thank you!
sir i did all whch u givn in steps bt my laptop means Anna nt responding, yes sir, window opening sir, like tht i thnk it shud b speak♥
ReplyDeleteHey Mayur!
DeleteThat`s Okay! If you have tried all steps and not getting response from your laptop. Although, I had already listed all the possible reasons in that comment.
Then, I suggest, You should try to uninstall windows speech macros and try once again in a fresh way from starting by installing it again by following all the steps. Try with a headset.
If everything is working properly, It will work.
Please tell me how to get jarvis voice
ReplyDeleteHi There!
DeleteThe voice of Jarvis, you hear, is the voice by an Actor - Paul Batteny. You`ll get response in the voice present in your windows os.
Sir please tell me how to get a male voice.
ReplyDeleteOr if there is any software which intalls male voice, then please tell that software's name.
Hi There,
DeleteI hope, you have already checked Control Panel >> Ease of Access >> Speech Recognition >> Text to Speech (left pane) >> Voice Selection for more voices, if available.
To get a male voice, you have to download Sapi5 voices but it is also possible they might not work on every system. If so, One has to purchase the voices but it can be expensive.
So, You can download other third party software for more sapi voices. Read Here Where to get sapi voices
I hope, this will be helpful for you.
Thank you!
cn we use it wid out headset or thrgh bluetooth?????
ReplyDeleteYes Mayur!
ReplyDeleteBasically, Your computer should be Microphone enabled, it can be your laptop`s default microphone.
You can try bluetooth too, it might work if properly connected.
okey.......thanxx sir...
ReplyDeleten one more daut iz, cn we make our laptop J.A.R.V.I.S. like assistant same as in Iron Man, i mean just like he sharezz his personl info, research work in his room wid JARVIS....cn it possible like ths way???
Most Welcome Mayur!
DeleteHaha..Not Exactly Mayur! That was an actor`s voice in the movie.
With this software, You can`t make this as intelligent. But, You can code it to get maximum of this software and that depends on how good you are at coding for new commands.
Best of luck!
I was just thinking, is something like this possible for my pc? just did google and landed here....Really, thank ful to you. i have successfully done it and many thanks to you Sir....you made my day. visited other pages of your blog..yah! helpful info.
ReplyDeletemany thanks.....
Hey There,
DeleteThanks for appreciation and stopping by here. Happy to hear that this article helped you in making your PC respond to you by speaking.
Hope, you continue to get some helpful info from here.
You made it easy dear.
ReplyDeletethanks a lot.....nw i also able to command my pc and it followa.unbelievable!!
u rocked.......
Hey, Welcome :)
DeleteThanks for stopping by for this valuable comment.
Done :)
ReplyDeleteThanks for step by step guide Sir :):)
I successfully made my lappy to talk to me......m so happy.
Great :)
DeleteWelcome,
Yeah! It really feels amazing when it is done. Thank you for such valuable comment.
Dear sir,
ReplyDeleteThank you for sharing the code for us, i got exactly the same school project, i have 1 problem, everytime i try to create certificate it keep popping up the error Messages like this Error 0x80092009 certificate cant be imported, i have a pic link for it, and i been googling for a week but no luck on finding the solution for it, i hope you can help me sir, pleaseee.. the error code pic is here
http://tinypic.com/r/2pt8mrn/8
thanks in advance, and God Bless you sir
Best regards,
-Denise W. Tansri-
Hello Denise W. Tansri,
DeleteMost Welcome and Thanks a lot for your wishes.
Regarding your problem, As i can see in Image, It is showing mistake in "COMMMAND" (spelling mistake) which should be "COMMAND". So, Recheck your code and then try again.
If this problem continues, Double check your code as you only have to copy-paste code between speechMacros tags.
Also, I suggest to create new sign certificate and then give a try from the initial step.
To create new digital sign certificate :
Right Click on Speech Macros from Notification area >> Security >> Create Signing certificate and proceed as directed.
Then Right Click again on Speech Macros and Select Advanced..and Enter your code properly. It will now surely successful.
Best of luck for your Project Denise :)
thank u very much sir . but i have a dought,i.e after getting the singing certificate how we have to run it?
ReplyDeleteMost Welcome, Surya!
DeleteAfter that, You have Set Default Signing Certificate, To do this follow :
- Right Click on Speech Macros from Notification area >> Security and Click on
Set Default Signing Certificate... and Select recent one.
That`s it.
Thanks!!!!!! especially for the most codes :)
ReplyDeleteHey Most Welcome :)
DeleteI hope, Now you can make and use the most of this software with your new edited codes from these to make your pc talk like jarvis :)
its working great sir, can u please suggest the command/programme for directly opening the website we need... any website like just say FACEBOOK and it should open the facebook page. please help me.
ReplyDeleteHello there,
DeletePlease to know you're making something out of it.
Regarding your query, Just follow the format of "Empty Recycle Bin" command and change the run command to the complete URL of the website...
Say, run command=" http://www.xyz.com"
Enjoy!
sir i am new to this thing and if u would help me with this one i would love it,
ReplyDeletesir my question is when i create a new command it shows the application is requesting access to a protected item and then i clicked ok but then it shows NEW SPEECH MACRO CREATED and the only option is close then i closed it but i dont know where to speak
will u please tell me what to do next to give commands
please
Hello Amaan,
DeleteWelcome here and i`ll be happy to help you :)
This post only guides you on How to Talk with your computer means computer will respond you, So, To operate your computer with your voice Please read and follow How to Operate Your Computer with Your Voice
This will guide you where to speak and what commands you can speak :)
This got me thinking, and granted I'm a newbie with WSR, but how about something like being able to pass a value to a search engine... sort of like this:
Deletesearch google [SearchValue]
Is that doable? The example doesn't work, just hoping you could share how to get that to work.
Thanks.
Hello Amaan,
DeleteRegarding that, Change your LISTENFOR to "search google [...]"
and RUN Command to "http://www.google.com/search?q={[...]}"
[...]- This will fetch your searching item with the command.
You can Edit this in Empty Recycle bin code.
If you face any further problem with WSR, Please first give a look on the follow up comments, Mostly questions have already been solved there :)
Have a nice time.
Thankyou sir and sorry to disturb u once again but can u help me to get a weather code so that when i will ask for the weather in any city it should give me weather conditions for it nd if the cities r limited then i would consider for the following cities
ReplyDeleteIndore
Raipur
Delhi
Mumbai
chicago
newyork
lagos,Nigeria
many thanks once again
Hello Amaan,
DeleteCheck out this for weather code : WSR Command Code To Know Weather of Any City
Regards.
Thankyou sir and a belated happy new year i am sorry to disturb u once again
ReplyDeletebut whenever i am trying to make a new command it is telling
"An error was encountered attempting to sign the new speech macro.Please check the Macro contents and your digital certificates" please look on this issue and thanks for helping sir
Welcome :)
DeleteThat might be either due to any error in your code or relating to certificate permission.
So, Double Check your code or if this further occurs, Try to make new digital certificate to sign your commands.
Thank you Sir
ReplyDeletebut once more I am need of your help :p I am sorry to disturb you again and again but can u give me some codes for the given things
Something like these:
Show me videos of [SearchValue]
and it should open some results in youtube
Give me information on [SearchValue]
and it should open the [SearchValue] on wikipedia
Give me images of [SearchValue]
and it should open the results in google images
This is all
Thankyou Sir
(if it is the same steps of the comment i posted about search engine of google then please tell me the links of the following many thanks)
but please reply
THANKYOU once again Sir:)
Hello Amaan,
DeleteLate reply due to busy schedule and regarding your query....Just try by changing the website address as code provided for google search in above comments.
Thank you.
OK thank you very much sir
ReplyDeletesir can it read ,for example if i say check wikipedia for {...} then it will open that particular article .So can it read??if yes then please tell me
ReplyDeletethankyou
And one more thing sir
ReplyDeletethere is a problem that i want to tell u that whenever i shutdown my computer after opening it again everything is gone means the command i had given is gone
Hello Amaan,
DeleteIt`s actually a common problem as this needs more updation as to more reliable. Regarding this, Give a try to manually open wsrmacros to make commands active when you turned on your system.
Regarding above query, you can use Narrator utility of windows available in ease of use tools, Use Run command procedure as mentioned in the article above.
Regards
ok sir thank you very much and sorry to disturb u!!!!
ReplyDeleteWhen I create a new speech macro it shows an error.....can't sing new speech macro, can you help me....I already have a command saying yes sir
ReplyDeleteHello Vivek,
DeleteIt`s actually a common problem as this needs more updation as to more reliable.
Regarding this, Give a try to manually open wsrmacros to make commands active when you turned on your system.
And this problem might persists when you will make more commands, so, creating new signatures each time will work fine.
Thank you. Regarding any query, follow up the comments as mostly problems has already been solved above.
iam using this sofware and nothing is happening when i enter the code please say what i have to do after entering codes
ReplyDeleteHello Manu,
DeleteFirst of all, i will suggest you to Read and follow How to Operate Your Computer with Your Voice
and then this article......this will work.
Double check your microphone and speaker working properly or not.
Thanks.
if problem persists, please follow above comments, as almost every query has been resolved.
I really like this .Great job
ReplyDeleteI want to learn how to code this way
i code a bit, ive written codes to respond back to what i say thats all
but i want to go further and see my comp do stuff other than the normal wsr commands for eg like shut down command like how you showed
i played with it to get it to hibernate thanks to you:)
The point is i wanna learn and explore, and know this prog lang well to handle my comp more effectively
thank you
Hello and Thank you Keith for the appreciation and all the very best for your success to make best out of it.
DeleteI can only suggest you to Read and follow the online WSR online tutorials or microsoft blogs about it.
Thanks again and all the best.
I really like this .Great job
ReplyDeleteI want to learn how to code this way
i code a bit, ive written codes to respond back to what i say thats all
but i want to go further and see my comp do stuff other than the normal wsr commands for eg like shut down command like how you showed
i played with it to get it to hibernate thanks to you:)
The point is i wanna learn and explore, and know this prog lang well to handle my comp more effectively
thank you
Hi
ReplyDeleteGreat job!!:)
I really liked your stuff.
i really am interested in this and wanna learn how to code and the prog lang
I code a bit and worked on your codes to make my comp do some more extra stuff eg you taught shutdown and i improvised with params to hibernate :)
but The point is i wanna learn this deep to make me handle my comp efficiently
and make my comp do a lot lot more.
Thank you
Hi
ReplyDeleteEvery time i restart my comp i have to sign in a new digital signature
but how many signatures can i keep making i currently have 6
Will it pose a problem in the future
Thank you
very nice article
ReplyDeletehow can i do this in Linux?
Thanks
Hello Uttam,
DeleteUnfortunately, This software is windows compatible. You can search other options for the same for linux, if available.
Thanks for appreciation and all the very best.
hello sir,
ReplyDeletethis is great article. sir can u send more codes for more commands.
thnx
Hello Dear Navjeet,
DeleteThanks for the appreciation and all the very best for trying to make your computer a digital assistant.
Mostly codes are shared here in the post and using these codes, you can change them as per your requirements.
Regards,
IJ yadav
hello sir,
ReplyDeletethis is really great article. sir can u send me the more code for more commands.
thnx,
sir i did all the comands but then what should i do
ReplyDeleteHello John
DeleteThat`s Great. Then, Have some words with your assistant, making sure that microphone is working, and operate it with your voice.
Best of Luck.
Regards
IJ Yadav
How can I combine the codes for date and time. Would love for the computer to state both date and time
Deletesir there is a problem when i m trying to install WSRmacro.exe but it is saying that entry point not found....
ReplyDeleteHello Aditya,
DeleteI would suggest you to download WSRmacro again according to your system configuration and make sure that your operating system is compatible with the same ( works fine on Win7 or latest).
If problem persists, would recommend to follow the process step by step.
Thanks for stopping by.
Regards
IJ Yadav
hey, there your are amazing! I'm so excited for using this!
ReplyDeletehey Ashley!
DeleteThanks for stopping by and praising the work!
Hey, I loved how you explained above commands.
ReplyDeleteI am working on laptop to create not a program but a system like JARVIS.
I have got speech macros, camera mouse cursor for 3d air gestures and planning to buy a Leap Motion.
I could maybe create a small system like JARVIS.
All this but my plan is to create offline JARVIS like program.
I could use your expertise.
And thanks again for commands.
Great information, thansk for this.Its very informative and i am sure it will help many other people like the way it helps me. Thanks for the information.
ReplyDeleteReally awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog. Keep update your blog.
Iron Man Phone Case
Can it work on win xp if yes then plzz give a link to download it
ReplyDeletesir my win xp SR engine doest give me train profile action plz can u give me a link to download SR for xp plz fast .........
ReplyDeleteHi Prashil
DeleteSorry for late response.
This is not compatible with XP. For reference, Check this: Comments chain
Regards.