Subversion Repositories DevTools

Rev

Rev 25 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 29
Line 81... Line 81...
81
Sub CheckPackages ()
81
Sub CheckPackages ()
82
	'On Error Resume Next
82
	'On Error Resume Next
83
	Dim objWSH, IntReturn
83
	Dim objWSH, IntReturn
84
	Set objWSH = Server.CreateObject("WScript.Shell")
84
	Set objWSH = Server.CreateObject("WScript.Shell")
85
 
85
 
86
	objWSH.Run   "cmd.exe /c cscript.exe //B //NoLogo "& APP_ROOT &"\jobs\CheckForUnitTests.wsf /user_name:"&objAccessControl.UserName&" /bom_id:"& parBom_id_list&" /compare_bom_id:"&parParentBomId , 0, False
86
	objWSH.Run   "cmd.exe /c cscript.exe //B //NoLogo "& APP_ROOT &"\jobs\CheckForPackageVersions.wsf /user_name:"&objAccessControl.UserName&" /bom_id:"& parBom_id_list&" /compare_bom_id:"&parParentBomId , 0, False
87
 
87
 
88
	Set objWSH = nothing
88
	Set objWSH = nothing
89
	
89
	
90
End Sub
90
End Sub
91
'--------------------------------------------------------------------------------------------------------------------------
91
'--------------------------------------------------------------------------------------------------------------------------
Line 241... Line 241...
241
<%
241
<%
242
'------------ RUN AFTER PAGE RENDER -----------
242
'------------ RUN AFTER PAGE RENDER -----------
243
Set objPMod = Nothing
243
Set objPMod = Nothing
244
'----------------------------------------------
244
'----------------------------------------------
245
%>
245
%>
246
<!--#include file="common/globals_destructor.asp"-->
-
 
247
246
<!--#include file="common/globals_destructor.asp"-->
-
 
247