[THIN] Re: OT: kixtart help
- From: "Shannon Wyatt" <swyatt@xxxxxxx>
- To: <thin@xxxxxxxxxxxxx>
- Date: Tue, 17 Sep 2002 12:11:15 -0400
If you need to copy a file to or from a server everyday you could write
a script to do this from a remote pc and not have to do anything on the
servers, or am I missing something here.
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Evan Mann
Sent: Tuesday, September 17, 2002 12:04 PM
To: 'thin@xxxxxxxxxxxxx'
Subject: [THIN] Re: OT: kixtart help
It needs to run once per computer, not per user. Sorry about that. So
thats why I said a registry key not user dependant (which HKCU is).
I could use the scheduler, but than I need to modify the scheduler to
add the task and drop a bat file onto the computer (the program runs
over network via UNC path) would I not? Is kixtart capable of modifying
scheduler and adding a task? That way I could have the script add a
task to every computer and copy off a small .bat file.
-----Original Message-----
From: Shannon Wyatt [mailto:swyatt@xxxxxxx]
Sent: Tuesday, September 17, 2002 11:59 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: OT: kixtart help
I'm not sure what you mean by user dependent. Is this something that is
going to run for all users, or run one on the server per day regardless.
If it has to run once per day and only once I would recommend that you
schedule the task with the scheduler and then you don't need to mess
with the registry key. If it need to run once per user you would put it
in the HKCU key. You can make up your own keys. I usually do this in
HKCU\Software and make up my own key with the company name.
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Evan Mann
Sent: Tuesday, September 17, 2002 11:42 AM
To: 'thin@xxxxxxxxxxxxx'
Subject: [THIN] Re: OT: kixtart help
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
**********************************************
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: Rob Beekmans
- References:
- [THIN] Re: OT: kixtart help
- From: Evan Mann
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: Rob Beekmans
- [THIN] Re: OT: kixtart help
- From: Evan Mann