Re: whine multiple instances
Thorsten Schöning <[email protected]> Tue, 6 Sep 2022 16:49:03 +0200
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Organization | AM-SoFT IT-Service - Bitstore Hameln GmbH |
| Message-ID | <[email protected]> |
Guten Tag Philip Parsons (Velindre - Medical Physics), am Dienstag, 6. September 2022 um 16:06 schrieben Sie: > Basically we're running C:\Strawberry\perl\bin\perl.exe -wT > C:\Bugzilla\whine.pl from a scheduled task. Do I include the PROJECT variable in this somehow? AFAIK "including" in the command line is not possible, you need some custom script to be executed and set the environment variable in there. ``` @echo OFF setlocal EnableDelayedExpansion set PROJECT=[...] C:\Strawberry\perl\bin\perl.exe -wT "C:\Bugzilla\whine.pl" ``` The task itself might need to be configured to exec C:\[...]\cmd.exe with arguments '/C "[...].cmd"', you need to test that on your own. Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service - Bitstore Hameln GmbH Mitglied der Bitstore Gruppe - Ihr Full-Service-Dienstleister für IT und TK E-Mail: [email protected] Web: http://www.AM-SoFT.de/ Tel: +49 5151- 9468- 0 Tel: +49 5151- 9468-55 Mobil: +49 178-8 9468-04 AM-SoFT IT-Service - Bitstore Hameln GmbH, Brandenburger Str. 7c, 31789 Hameln AG Hannover HRB 221853 - Geschäftsführer: Janine Galonska Für Rückfragen stehe ich Ihnen jederzeit zur Verfügung. Mit freundlichen Grüßen, Thorsten Schöning Telefon: +49 5151 9468-55 Fax: E-Mail: [email protected] AM-Soft IT-Service - Bitstore Hameln GmbH Brandenburger Straße 7c 31789 Hameln Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen und ist ausschliesslich für den Adressaten bestimmt. Jeglicher Zugriff auf diese E-Mail durch andere Personen als den Adressaten ist untersagt. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, ist Ihnen jede Veröffentlichung, Vervielfältigung oder Weitergabe wie auch das Ergreifen oder Unterlassen von Massnahmen im Vertrauen auf erlangte Information untersagt. This e-mail may contain confidential and/or privileged information and is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Hinweise zum Datenschutz: bitstore.group/datenschutz _______________________________________________ support-list mailing list [email protected] https://lists.bugzilla.org/listinfo/support-list