dim ShellObj
set ShellObj = WScript.CreateObject("WScript.Shell")
str= """C:\WINDOWS\system32\compact.exe"" ""C:\jaison.zip"" C:\jaison.txt"
ShellObj.run str,,true
dim ShellObj
set ShellObj = WScript.CreateObject("WScript.Shell")
str= """C:\Program Files\WinRAR\rar.exe"" ""C:\Jaison.rar"" C:\Jaison.txt"
ShellObj.run str,,true
dim ShellObj
set ShellObj = WScript.CreateObject("WScript.Shell")
str= "C:\Program Files\WinRAR\rar.exe a C:\Jaison.rar C:\Jaison.txt"
ShellObj.run str,,true