Talk With Your Computer like Jarvis in Iron Man

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...



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..                                             



Talk With Your Computer like Jarvis in Iron Man Image


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


Talk With Your Computer like Jarvis in Iron Man Image


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>


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 :

<?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.


  • 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 :



<?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>



  • 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> 
</speechMacros>


Imp. Note : After making such commands you have to digitally sign them for 
                  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.

Don`t forget to follow on social media and Subscribe to get latest updates direct to your Email.


Have Fun!



105 comments:

  1. Great article Sir :)

    I've searched for many articles but this really helped me ......such in detail.

    My pc now talks.....it's amazing.

    Thanks a lot :)

    ReplyDelete
    Replies
    1. Hi there

      Feedback, like this encourages me to work better...

      My Pleasure :)

      Delete
    2. you are great bro thanks a lot

      Delete
  2. my macros wont save and i dont know why

    ReplyDelete
    Replies
    1. Hi there,

      I 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...:)

      Delete
    2. Can u explain me how to do the Digital Signature properly....... Please.

      Delete
    3. Hi there,

      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 >> 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.

      Delete
    4. How can the PC say Sorry when the speech recognition say "what's that"?

      Delete
    5. Hey there!

      This 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

      Delete
  3. great job sir....some really great stuff here... thanks

    ReplyDelete
    Replies
    1. Hi There,

      Thanks for stopping by here. Comments like this encourages to put best work here.
      Keep Visiting :)

      Delete
  4. With what .extension should i save my Code ????

    ReplyDelete
    Replies
    1. Hi Rohit!

      It 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!

      Delete
    2. Thank you :)

      There'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.............

      Delete
    3. Hey Rohit! Welcome Again!

      You 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.

      Delete
    4. Yes i checked my pc it has Speech Recognition in it.....

      So what do i do now..... ??

      Delete
    5. Great!
      Then 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

      Delete
    6. Thank you Sir.... :)

      I'll try it and notify you later......

      Delete
    7. Most Welcome :)

      Have Fun!

      Delete
    8. Sir, should i store my codes in a seperate folder......

      If yes, then please tell me in which drive and what should i name that folder........

      Delete
    9. Hey Rohit!

      As 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.

      Delete
    10. Ok Sir.... :)

      Do you have any video links that could help me Sir........

      Delete
    11. Sorry Rohit! I don`t have any video links.

      Best of luck for future!

      Delete
    12. Sir there's a problem.....

      I 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........??

      Delete
    13. Hey Rohit!

      That 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.

      Delete
    14. Ok Sir.....

      Thank 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.........

      Delete
    15. Most Welcome Rohit!

      You are good at Computers and doing something new. So, It`s a good thing to ask if you have any doubts.

      Thank you!

      Delete
  5. Replies
    1. Hi there,
      I 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.

      Delete
  6. Hey Akram!

    You 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.

    ReplyDelete
  7. Hi
    Can 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

    ReplyDelete
    Replies
    1. Hey there!

      Sorry, 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.

      Delete
  8. Sir plz give me some codes of show Date and Time at a Time

    When I say the song name its play that song.....


    plz sir help me.....

    ReplyDelete
    Replies
    1. Hey Lalit!

      For 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..

      Delete
  9. Sir,plz tell that can I change my laptop's gender????

    ReplyDelete
  10. Sir,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.

    ReplyDelete
    Replies
    1. Hey Rana!

      That`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.

      Delete
  11. Mayur Dhokchaule30 March 2014 at 17:47

    respectd sir,
    i 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...

    ReplyDelete
    Replies
    1. Hey Mayur!

      I 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!

      Delete
  12. 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♥

    ReplyDelete
    Replies
    1. Hey Mayur!

      That`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.

      Delete
  13. Please tell me how to get jarvis voice

    ReplyDelete
    Replies
    1. Hi There!

      The 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.

      Delete
  14. Sir please tell me how to get a male voice.
    Or if there is any software which intalls male voice, then please tell that software's name.

    ReplyDelete
    Replies
    1. Hi There,

      I 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!

      Delete
  15. cn we use it wid out headset or thrgh bluetooth?????

    ReplyDelete
  16. Yes Mayur!

    Basically, 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.

    ReplyDelete
  17. okey.......thanxx sir...
    n 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???

    ReplyDelete
    Replies
    1. Most Welcome Mayur!

      Haha..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!

      Delete
  18. 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.
    many thanks.....

    ReplyDelete
    Replies
    1. Hey There,

      Thanks 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.

      Delete
  19. You made it easy dear.
    thanks a lot.....nw i also able to command my pc and it followa.unbelievable!!
    u rocked.......

    ReplyDelete
    Replies
    1. Hey, Welcome :)

      Thanks for stopping by for this valuable comment.

      Delete
  20. Done :)
    Thanks for step by step guide Sir :):)

    I successfully made my lappy to talk to me......m so happy.

    ReplyDelete
    Replies
    1. Great :)

      Welcome,
      Yeah! It really feels amazing when it is done. Thank you for such valuable comment.

      Delete
  21. Dear sir,

    Thank 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-

    ReplyDelete
    Replies
    1. Hello Denise W. Tansri,

      Most 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 :)

      Delete
  22. thank u very much sir . but i have a dought,i.e after getting the singing certificate how we have to run it?

    ReplyDelete
    Replies
    1. Most Welcome, Surya!

      After 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.

      Delete
  23. Thanks!!!!!! especially for the most codes :)

    ReplyDelete
    Replies
    1. Hey Most Welcome :)

      I 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 :)



      Delete
  24. 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.

    ReplyDelete
    Replies
    1. Hello there,

      Please 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!

      Delete
  25. sir i am new to this thing and if u would help me with this one i would love it,

    sir 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

    ReplyDelete
    Replies
    1. Hello Amaan,

      Welcome 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 :)

      Delete
    2. 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:





      search google [SearchValue]







      Is that doable? The example doesn't work, just hoping you could share how to get that to work.

      Thanks.

      Delete
    3. Hello Amaan,


      Regarding 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.

      Delete
  26. 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
    Indore
    Raipur
    Delhi
    Mumbai
    chicago
    newyork
    lagos,Nigeria

    many thanks once again

    ReplyDelete
  27. Thankyou sir and a belated happy new year i am sorry to disturb u once again
    but 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

    ReplyDelete
    Replies
    1. Welcome :)

      That 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.

      Delete
  28. Thank you Sir
    but 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:)

    ReplyDelete
    Replies
    1. Hello Amaan,

      Late 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.

      Delete
  29. OK thank you very much sir

    ReplyDelete
  30. sir 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
    thankyou

    ReplyDelete
  31. And one more thing sir

    there 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

    ReplyDelete
    Replies
    1. Hello Amaan,

      It`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

      Delete
  32. ok sir thank you very much and sorry to disturb u!!!!

    ReplyDelete
  33. When 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

    ReplyDelete
    Replies
    1. Hello Vivek,

      It`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.

      Delete
  34. iam using this sofware and nothing is happening when i enter the code please say what i have to do after entering codes

    ReplyDelete
    Replies
    1. Hello Manu,

      First 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.

      Delete
  35. I really like this .Great job
    I 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

    ReplyDelete
    Replies
    1. Hello and Thank you Keith for the appreciation and all the very best for your success to make best out of it.

      I can only suggest you to Read and follow the online WSR online tutorials or microsoft blogs about it.

      Thanks again and all the best.

      Delete
  36. I really like this .Great job
    I 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

    ReplyDelete
  37. Hi
    Great 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

    ReplyDelete
  38. Hi
    Every 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

    ReplyDelete
  39. very nice article
    how can i do this in Linux?
    Thanks

    ReplyDelete
    Replies
    1. Hello Uttam,

      Unfortunately, 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.

      Delete
  40. hello sir,
    this is great article. sir can u send more codes for more commands.
    thnx

    ReplyDelete
    Replies
    1. Hello Dear Navjeet,

      Thanks 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

      Delete
  41. hello sir,
    this is really great article. sir can u send me the more code for more commands.
    thnx,

    ReplyDelete
  42. sir i did all the comands but then what should i do

    ReplyDelete
    Replies
    1. Hello John

      That`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

      Delete
    2. How can I combine the codes for date and time. Would love for the computer to state both date and time

      Delete
  43. sir there is a problem when i m trying to install WSRmacro.exe but it is saying that entry point not found....

    ReplyDelete
    Replies
    1. Hello Aditya,

      I 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

      Delete
  44. hey, there your are amazing! I'm so excited for using this!

    ReplyDelete
    Replies
    1. hey Ashley!

      Thanks for stopping by and praising the work!

      Delete
  45. Hey, I loved how you explained above commands.
    I 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.

    ReplyDelete
  46. 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.
    Really awesome blog. Your blog is really useful for me. Thanks for sharing this informative blog. Keep update your blog.


    Iron Man Phone Case

    ReplyDelete
  47. Can it work on win xp if yes then plzz give a link to download it

    ReplyDelete
  48. sir 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 .........

    ReplyDelete
    Replies
    1. Hi Prashil

      Sorry for late response.

      This is not compatible with XP. For reference, Check this: Comments chain

      Regards.

      Delete

About | Contact | Disclaimer-Privacy Statement
©2013-2014 isearchfun.in All Rights Reserved.
Friends : bindassnet.in- An Internet Blog
Protected by Copyscape DMCA Takedown Notice Violation Search