Does anyone know how I can use f.action ExitSession
in a script? I am trying to chain that together with shut down because
its the only thing that saves my session properly.
On 2/13/21, Jon Trulson wrote:
> On 2/12/21 9:08 AM, Chase via cdesktopenv-devel wrote:
>> This patch allows dtksh to be b
You can find dtwmcmd in this thread:
https://sourceforge.net/p/cdesktopenv/mailman/cdesktopenv-devel/thread/be174e7b-9644-199c-bf90-f4a274c763bf%40radscan.com/
Best regards,
Juergen.
Am 15.02.21 um 19:14 schrieb cyrus torros:
Does anyone know how I can use f.action ExitSession
in a script?
For what you want to do, you don't actually need to send an f. command at all;
you should be able to execute an action more directly with
dtaction ExitSession
You have may have to do something to keep your script from getting killed after
exiting the session but before issuing the shutdown com
Title is self explainatory.
Thank you for your time,
-ChaseFrom 04a7b4c8e33c721453c2e0cc311d96460e8d8f1b Mon Sep 17 00:00:00 2001
From: Chase
Date: Mon, 15 Feb 2021 19:27:54 -0600
Subject: [PATCH] dthelp/parser/canon1: get it to build
---
cde/.gitignore| 41 +
Well thats it for dthelp, the final boss seems to be dtinfo, seems extremely
complicated from the glance I took at it...
Thank you for your time,
-ChaseFrom e63a070a4a101c816d3d7a442f0b5ad2c81591da Mon Sep 17 00:00:00 2001
From: Chase
Date: Mon, 15 Feb 2021 21:31:52 -0600
Subject: [PATCH] dthelp