ถาม: มีวิธีสร้างไฟล์แบตช์ซึ่งจะวางไอคอนเดสก์ท็อปลงบนเดสก์ท็อปที่เรียกหน้า HTML ในเว็บเบราว์เซอร์และเปลี่ยนไอคอนที่เกี่ยวข้องสำหรับรายการเดสก์ท็อปนั้นทั้งหมดในไฟล์แบตช์เดียวหรือไม่ ขอบคุณ
ตอบ: ใช่ สิ่งนี้เป็นไปได้ นี่คือตัวอย่างบางส่วน:
echo [InternetShortcut]> "% userprofile% \ desktop \ localpage.url" echo URL = C: \ myfile.htm >> "% userprofile% \ desktop \ localpage.url" echo IconFile = C: \ ไอคอน \ favicon.ico> > "% userprofile% \ desktop \ localpage.url" echo 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" echo IconIndex = 0 >> "% userprofile% \ desktop \ google.url"