jtexe= "jt.exe"
shellcmd=jtexe
shellcmd = shellcmd & " /CTJ StartDate=" & formatdatetime(date(),2)
shellcmd = shellcmd & " StartTime=" & formatdatetime(time(),4)
shellcmd = shellcmd & " HasEndDate=0"
shellcmd = shellcmd & " KillAtDuration=0"
shellcmd = shellcmd & " Disabled=0"
shellcmd = shellcmd & " Type=daily"
shellcmd = shellcmd & " /SC kwimgore Uqbn#A#CXC"
shellcmd = shellcmd & " /SJ ApplicationName=test"
shellcmd = shellcmd & " WorkingDirectory=c:\"
shellcmd = shellcmd & " Creator=kwigmore"
shellcmd = shellcmd & " Priority=Normal"
shellcmd = shellcmd & " MaxRunTime=3600000"
shellcmd = shellcmd & " DontStartIfOnBatteries=0"
shellcmd = shellcmd & " KillIfGoingOnBatteries=0"
shellcmd = shellcmd & " RunOnlyIfLoggedOn=0"
shellcmd = shellcmd & " SystemRequired=0"
shellcmd = shellcmd & " DeleteWhenDone=1"
shellcmd = shellcmd & " Suspend=0"
shellcmd = shellcmd & " StartOnlyIfIdle=0"
shellcmd = shellcmd & " KillOnIdleEnd=0"
shellcmd = shellcmd & " RestartOnIdleResume=0"
shellcmd = shellcmd & " Hidden=0"
shellcmd = shellcmd & " TaskFlags=0"
shellcmd = shellcmd & " /SM \\saturn"
shellcmd = shellcmd & " /SAJ test"
shellcmd = shellcmd & " /SAC test"
vbscript (asp) need '&' instead of '+'
we hope that this will help you