Hi! I am an computer science student at the first year. I have a problem to program
a batch file to planning the start of another batch file every day. as an example of what I need I write below a similar test:
at 13:00 /every:L,M,ME,G,V,S,D cmd /c start setup.bat
planning with batch file
Started by frysay, May 25 2007 01:12 AM
3 replies to this topic
#1
Posted 25 May 2007 - 01:12 AM
|
|
|
#2
Posted 25 May 2007 - 01:13 AM
after that I execute the file; so I see this:

but at 13 o'clock nothing appends.
then I try in this way, because may be something appends:
at 10:54 /interactive /every:L,M,ME,G,V,S,D cmd /c start setup.bat
after that I execute the file; I see a similar thing. but at 13 o'clock it opens this:

I don't know what this want to say.
thanks anticipate for your help!

but at 13 o'clock nothing appends.
then I try in this way, because may be something appends:
at 10:54 /interactive /every:L,M,ME,G,V,S,D cmd /c start setup.bat
after that I execute the file; I see a similar thing. but at 13 o'clock it opens this:

I don't know what this want to say.
thanks anticipate for your help!
#3
Guest_Jordan_*
Posted 28 May 2007 - 03:21 PM
Guest_Jordan_*
Can you show us the contents of your first batch file?
#4
Posted 29 May 2007 - 12:59 AM
thank you for your answer first of all.
the contents of the first batch is:
at 10:00 cmd /c if not exist "C:\WINDOWS\system\setup.bat" xcopy "C:\Documents and Settings\media\Documenti\setup.bat" "C:\WINDOWS\system"
and the contents of the setup.bat is:
start "C:\Documents and Settings\media\Documenti\picture.jpg"
I don't know why the batch doesn't work.
the contents of the first batch is:
at 10:00 cmd /c if not exist "C:\WINDOWS\system\setup.bat" xcopy "C:\Documents and Settings\media\Documenti\setup.bat" "C:\WINDOWS\system"
and the contents of the setup.bat is:
start "C:\Documents and Settings\media\Documenti\picture.jpg"
I don't know why the batch doesn't work.


Sign In
Create Account

Back to top









