testSuiteCollection in Windows not working for passing GlobalVariable

has anyone been successfully passing GlobalVariables in CMD with testSuiteCollection in Windows?
It works fine in Mac, but not in Windows.

In Windows, I can only pass GlobalVariables in CMD with testSuite. I’m using the latest Katalon version 6.2.1.

Yes we rely on this capability to do our testing and it’s working

Can you please share the excution command you are using to run the TestSuiteCollection and a screenshot of your global variables

This one is working to pass the GlobalVariable ‘search_keyWord’

katalon -g_search_keyWord=“testing” -noSplash -runMode=console -consoleLog -projectPath=“C:\automation\HCI_Group.prj” -retry=0 -testSuitePath=“Test Suites/smoke_build_test” -executionProfile=“default” -browserType=“Chrome”

this one is not working to pass the GlobalVariable ‘search_keyWord’

katalon -g_search_keyWord=“testing” -noSplash -runMode=console -consoleLog -projectPath=“C:\automation\HCI_Group.prj” -retry=0 -testSuiteCollectionPath=“Test Suites/run_upload_smoke_test/run_upload_smoke_test”