[THIN] Re: OT: kixtart help
- From: Evan Mann <emann@xxxxxxxxxxxx>
- To: "'thin@xxxxxxxxxxxxx'" <thin@xxxxxxxxxxxxx>
- Date: Tue, 17 Sep 2002 11:42:04 -0400
Yes, it would be so that the program is only run ONCE on that particular
computer and only on 1 specified day of the week. The registry idea sounds
like the best bet, but that requires a registry key that the user can write
to to set any flags/dates/times, and it has to be a key that is not user
dependant.
-----Original Message-----
From: Shannon Wyatt [mailto:swyatt@xxxxxxx]
Sent: Tuesday, September 17, 2002 11:35 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: OT: kixtart help
I think that he only wants it to run once a day per user, and only on
certain days. I would suggest either creating a registry entry to check
or create a file and looking at the files creation date.
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Ron Oglesby
Sent: Tuesday, September 17, 2002 11:27 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: OT: kixtart help
cls
color g+/n
break on
? @day
SELECT
CASE @day =3D "Tuesday"
Run "c:\winnt\Notepad.exe"
CASE @day =3D "Monday"
Run "c:\winnt\regedit.exe"
CASE 1=20
? "This is not a day of the week that we work on computers."=20
ENDSELECT
Ron Oglesby
Senior Technical Architect
=20
RapidApp
Office 312.372.7188
Mobile 312.961.2380
email roglesby@xxxxxxxxxxxx
=20
-----Original Message-----
From: Evan Mann [mailto:emann@xxxxxxxxxxxx]=20
Sent: Tuesday, September 17, 2002 10:23 AM
To: 'thin@xxxxxxxxxxxxx'
Subject: [THIN] OT: kixtart help
Never touched kixtart before so hoping someone can give me a few
pointers on what I wnat to do.
Basic script which executes commands based on a given day of the week.
something like if @day =3D "monday" seems to conver this part of the
requirement.
The second requirement is that it only runs the commands ONCE that day.
**********************************************
This weeks sponsor Jetro Platforms=20
Jetro Platforms Ltd. is an enterprise software developer,=20 bringing a
new era in server-based computing, secured internet=20 access, and
disaster recovery. We make IT Easy!=20 http://www.jp-inc.com/
***********************************************
For Archives, to Unsubscribe, Subscribe or=20
set Digest or Vacation mode use the below link.
http://thethin.net/citrixlist.cfm
**********************************************
This weeks sponsor Jetro Platforms
Jetro Platforms Ltd. is an enterprise software developer,
bringing a new era in server-based computing, secured internet
access, and disaster recovery. We make IT Easy!
http://www.jp-inc.com/
***********************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link.
http://thethin.net/citrixlist.cfm
**********************************************
This weeks sponsor Jetro Platforms
Jetro Platforms Ltd. is an enterprise software developer,
bringing a new era in server-based computing, secured internet
access, and disaster recovery. We make IT Easy!
http://www.jp-inc.com/
***********************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link.
http://thethin.net/citrixlist.cfm
**********************************************
This weeks sponsor Jetro Platforms
Jetro Platforms Ltd. is an enterprise software developer,
bringing a new era in server-based computing, secured internet
access, and disaster recovery. We make IT Easy!
http://www.jp-inc.com/
***********************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link.
http://thethin.net/citrixlist.cfm
- Follow-Ups:
- [THIN] Re: OT: kixtart help
- From: Shannon Wyatt
Other related posts:
- » [THIN] OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- » [THIN] Re: OT: kixtart help
- [THIN] Re: OT: kixtart help
- From: Shannon Wyatt