Is there a way to set relative path to the icon in win shortcut? for the target location it works fine:
%windir%\system32\cmd.exe /c "cd %CD% && start fileToExecute.bat"
I read that win shortcuts can pick up icon from .exe files automatically but what to do if my target file is a batch file?