if a non-indian wants to use it, then he/she will need to change the link written in second line of the code.
for chrome users
to check your visa status easily do this (for paper based applications which have been applied through Visa Application centers/ VFS or VAC):
if firefox is your browser then see my new reply below)
step 1- open notepad and paste the following lines in it:
set WshShell = WScript.CreateObject("WScript.Shell")
call WshShell.Run("http://www.vfsglobal.ca/canada/india/track.html", 1, false) 'This will open your default browser
WScript.Sleep 4000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "delete this line and fill your tracking no. between the inverted commas after pasting in notepad"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "delete this line and fill your date of birth between the inverted commas after pasting in notepad"
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit()
step2- click on file in the left upper corner of notepad, then click on save as, then choose a saving location and fill the file name as script.vbs
step3- go to the directory/ place where you saved the notepad file., then double click the script.vbs file and wait for some time then automatically your tracking no. will be filled and your status will be there.
now, whenever you need to see your status, just double click the file named script.vbs which you just saved on your computer.
i am working on developing other way to make it work more efficiently.
NOTE: if you were born on, say, 23rd september 1992 then date of birth should be written as 23/09/1992
notefirst check if above written works!. it will not work if ur internet is very slow, if u want it to work on slow internet then increase the blue color number by 1000 and then try and repeat till it works.)
for chrome users
to check your visa status easily do this (for paper based applications which have been applied through Visa Application centers/ VFS or VAC):
if firefox is your browser then see my new reply below)
step 1- open notepad and paste the following lines in it:
set WshShell = WScript.CreateObject("WScript.Shell")
call WshShell.Run("http://www.vfsglobal.ca/canada/india/track.html", 1, false) 'This will open your default browser
WScript.Sleep 4000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "delete this line and fill your tracking no. between the inverted commas after pasting in notepad"
WScript.Sleep 1000
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "delete this line and fill your date of birth between the inverted commas after pasting in notepad"
WshShell.SendKeys "{TAB}"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit()
step2- click on file in the left upper corner of notepad, then click on save as, then choose a saving location and fill the file name as script.vbs
step3- go to the directory/ place where you saved the notepad file., then double click the script.vbs file and wait for some time then automatically your tracking no. will be filled and your status will be there.
now, whenever you need to see your status, just double click the file named script.vbs which you just saved on your computer.
i am working on developing other way to make it work more efficiently.
NOTE: if you were born on, say, 23rd september 1992 then date of birth should be written as 23/09/1992
notefirst check if above written works!. it will not work if ur internet is very slow, if u want it to work on slow internet then increase the blue color number by 1000 and then try and repeat till it works.)