
1. Create a new MS-DOS batch file on your desktop. Insert below command inside and save.
set PATH=%PATH%;C:\Program Files\SAP\FrontEnd\SapGui; sapshcut -user=<USERNAME> -pw=<PASSWORD> -system=<SID> -client=<CLIENT-NUMBER>
2. Please make sure that you already insert all your SAP system configuration in your SAPGUI shortcut (normally in desktop). To test the SAP system with no username / password login, double click on the MS-DOS file that you have created earlier. If success, you will be prompted with the SAP system initial screen.
Note:
• set PATH = The location of your installed sapshcut
• -user = System Username
• -pw = System Password
• -system = System SID
• -client = System Client



