Dear all;
I am using the following scripts to run some progrmas
______________________________________________________
' VBScript Source File -
'
' NAME:
'
' AUTHOR: Eng. Saleh Diab , SCS-NET
' DATE : 4/9/2006
'
' COMMENT:
'
'==========================================================================
Option Explicit
Dim Programs
Dim Return
Dim fs
Dim aFile
Set Programs = CreateObject("WScript.Shell")
Set fs = CreateObject("Scripting.FileSystemObject")
Const MINIMIZE_WINDOW = 6
' Starting LanTalk
Return = Programs.Run("C:\PROGRA~1\CEZEOS~2\LANTAL~1\LanTalk.exe", MINIMIZE_WINDOW)
' Starting Windows Live Messenger
Return = Programs.Run("C:\PROGRA~1\MSNMES~1\msnmsgr.exe", MINIMIZE_WINDOW, False )
__________________________________________________________
The problem that I need to run these program in Low priority, How could I do this?
Thanks
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.