Цитата:
YNY
спасибо за ответ, но решил делать по старинке...
YNY
WaitMessage
YURETS777
WSUS-а пока нет,
на самом деле если компы слабые, то будут просто ох-е тормоза при накате обновок-это касяк микрософт
Allows you to create a shortcut programmatically.
<Creates a new shortcut, or opens an existing shortcut.>
<object.CreateShortcut(strPathname) >
Example
The following example demonstrates the creation of a shortcut to the script being run:
set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut(strDesktop & "\Shortcut Script.lnk")
oShellLink.TargetPath = WScript.ScriptFullName
oShellLink.WindowStyle = 1
oShellLink.Hotkey = "CTRL+SHIFT+F"
oShellLink.IconLocation = "notepad.exe, 0"
oShellLink.Description = "Shortcut Script"
oShellLink.WorkingDirectory = strDesktop
oShellLink.Save
Serg41
Junior Member
YURETS777
Serg41
надо проверить у юзера путь сетевых дисков и
Set objRange = objExcel.Range("C1")
objRange.Activate
set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run """E:\Lineage II - Interlude\LineageII.exe"""", 1
Конфигурация компьютера\Кофигурация Windows\Сценарии (запуска\завершение)
Страницы: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
Предыдущая тема: BackUp Win2003Serer