Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 20th, 2003, 05:29 PM
Authorized User
 
Join Date: Aug 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rosalynb
Default Scheduled the exe file in windows

Scheduled the exe file in windows

Guys,
How can I schedule the execute file on my machine?
I am running windows 2000.
I have 2 exe(.NET files) which I am trying to run them daily on my machine automatically.

Dose anyone have idea about that?

Thanx
Roz


__________________
--------------------
Thanks
Rose
[email protected]
 
Old November 20th, 2003, 05:44 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default


Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

D:\>at /?
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.

AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
    [ /EVERY:date[,...] | /NEXT:date[,...]] "command"

\\computername Specifies a remote computer. Commands are scheduled on the
                   local computer if this parameter is omitted.
id Is an identification number assigned to a scheduled
                   command.
/delete Cancels a scheduled command. If id is omitted, all the
                   scheduled commands on the computer are canceled.
/yes Used with cancel all jobs command when no further
                   confirmation is desired.
time Specifies the time when command is to run.
/interactive Allows the job to interact with the desktop of the user
                   who is logged on at the time the job runs.
/every:date[,...] Runs the command on each specified day(s) of the week or
                   month. If date is omitted, the current day of the month
                   is assumed.
/next:date[,...] Runs the specified command on the next occurrence of the
                   day (for example, next Thursday). If date is omitted, the
                   current day of the month is assumed.
"command" Is the Windows NT command, or batch program to be run.


D:\>


Or go to "Scheduled Tasks..." in the control panel.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled Task for Windows XP SQLScott Pro Visual Basic 2005 1 September 12th, 2008 09:38 AM
scheduled export to XML file jjhm93 SQL Server 2005 2 December 15th, 2006 02:28 PM
scheduled export to XML file from sql 2005 jjhm93 XML 0 November 28th, 2006 07:02 AM
How to create an EXE file for windows awais_syed VB.NET 2002/2003 Basics 2 December 30th, 2004 11:26 AM
Scheduled VBS file is not working properly bsrini SQL Server 2000 16 April 14th, 2004 04:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.