If you want to open a “SAP OSS Note” easily then you can use the following tiny .BAT file for this.I have found this useful trick on the net..
Just create a batch file like “SAPNOTE.BAT” and insert the following code into the file ;
@ ECHO QUICK COMMAND TO DISPLAY SAP NOTE
@ ECHO —————————————-
@ SET /P sapnote=Please provide SAP Note number ?
@ START /MAX iexplore -new https://service.sap.com/sap/support/notes/%sapnote%?nlang=E
@ PAUSE
Save it to the desktop of your system and just double click the icon.
You will see the following screen , now just write your “OSS Note” number to the related area and press the ENTER button.
At the end , new IE window will open and you will see the “OSS Note” which you entered.