س: هل هناك طريقة لإنشاء ملف دفعي من شأنه وضع رمز سطح المكتب على سطح المكتب الذي يستدعي صفحة HTML في متصفح الويب وتغيير الرمز المرتبط بعنصر سطح المكتب المحدد ، كل ذلك في ملف دفعي واحد؟ شكر
ج: نعم. هذا ممكن. وهنا بعض الأمثلة:
صدى [InternetShortcut]> "٪ userprofile٪ \ desktop \ localpage.url" صدى URL = C: \ myfile.htm >> "٪ userprofile٪ \ desktop \ localpage.url" صدى IconFile = C: \ icons \ favicon.ico> > "٪ userprofile٪ \ desktop \ localpage.url" صدى IconIndex = 0 >> "٪ userprofile٪ \ desktop \ localpage.url"
echo [InternetShortcut]> "٪ userprofile٪ \ desktop \ google.url" echo URL = http: //www.google.com/ >> "٪ userprofile٪ \ desktop \ google.url" echo IconFile = e: \ icons \ google.ico >> "٪ userprofile٪ \ desktop \ google.url" صدى IconIndex = 0 >> "٪ userprofile٪ \ desktop \ google.url"