ContributionsMost RecentMost LikesSolutionsRe: how to suppress popus while opening the script Thank you Tanya. I will check that out.Re: how to suppress popus while opening the scriptHi Tanya, Thanks for your reply. I work in TC 8.5 and i dont have opportunity to upgrade it now. this is the command i use for silent mode 'TCApp.Manager.RunMode =3' let me know if u use some thing different. Re: TC lauch errorHi James and Tanya sorry for the delay. yes its while launching TC8 before any projects opened instal & uninstall is bit time taking i've not tried it. os: XP service pack- sp 3 processor is latest and ram is 4 gb but now i'm not facing this issue btw, not uninstalled or installed again. suddenly this error occurs and after some days begins to work fine. dont know the reason. it would be fine if i find a solution. Thanks AnandHow to avoid any popup during TC lauchHi when i lauch TC(version 8.5) some times i encounter log file deletion error message. i get this even if i lauch TC in silent mode. but in silent mode popups are suppressed while closing the TC only. so i need a way to run TC without any popup from launch till closing. if any one gives me a solution then it would be of great help. Thanks in advance, AnandTC lauch errorhi whenever i open test complete (ver 8) i get one 'invalid floating point operation' error message. how to solve that thanks in advanceinvalid floating point operationHi whenever i open test complete (ver 8) i get one 'invalid floating point operation' error msg. in that case if i open any script and click on log files then TC hangs. why that error msg comes and how to solve that thanks in advance AnandRe: Passing an array of string as a parameter to a function (VB Script)Hi if ur array is say 'abc' then pass it to ur function as fun1 abc and in called function get it as ref function fun1(byref abc) ........... end function use value of abc as such and check it out does it helps u.how to suppress popus while opening the scriptHi 1)while opening the script for the first time from a shared drive one popup comes like 'this is from a shared drive do u want to open' 2) If there is some prob in script log then also one popup comes while opening the script both the above problems are not solved by the silent mode. it only suppress the popup during closing of script. so how can this be handled. so from beginning of the script opening till TC is closed i dont want any popups related to TC. Thanks in advance.Re: how to avoid 'save project popup' upon closing the project after runHi Helen, one more thing similiarly, 1)while opening the script for the first time from a shared drive one popup comes like 'this is from a shared drive do u want to open' 2) also if there is some prob in script log then also one popup comes while opening the script both the above problems are not solved by the silent mode. it only suppress the popup during closing of script. so how can this be handled. so from beginning of the script opening till TC is closed i dont want any popups related to TC. thanks in advance.Re: how to avoid 'save project popup' upon closing the project after runHi Helen fantastic. it worked very well. i also found one more method TCApp.Visible = False this also works instead of silent mode. so happy, thank u very much. :)