Search found 6 matches

by Vicente
06 Feb 2012 15:36
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Re: Didn't Expect ( at this moment

Hm, had to mix both solutions to make it work, but it does! Thanks!
by Vicente
05 Feb 2012 23:43
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Re: Didn't Expect ( at this moment

Hmm, troubles again: It' s set to run the first commands in the timespace between 7:20 and 7:20. All fine if it runs on that time or of it runs 8:00 - 24:00 and 24:01 - 6:59. But if it meets the first condition yet not the 2nd one, it doesn't do anything (7:21-7:59). I know I'm bad at this, but I go...
by Vicente
05 Feb 2012 17:52
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Re: Didn't Expect ( at this moment

Corrected the Quote thing, the parenthesis was only here, it was ok on the script. Changed the piped commands to run as Start /B, here: @ECHO OFF COLOR 1F SET Hr=%Time:~0,2% SET Min=%Time:~3,2% IF %Hr%==7 ( IF %Min% LEQ 20 ( TITLE "Despierta Mierr...!" ECHO. ECHO ========================= ...
by Vicente
05 Feb 2012 14:36
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Re: Didn't Expect ( at this moment

I am using them so all the commands on that line run at the same time, i haven't found alternate solutions...
Thing is if I don't use the pipes, the .bat wont keep running until I close iTunes, for example.
by Vicente
04 Feb 2012 20:52
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Re: Didn't Expect ( at this moment

Didn't quite get your idea, but I changed the song's file name to "Good Riddance.mp3", same on the file. Still getting the same error :s
(Edited the post to reflect the changes made)
by Vicente
04 Feb 2012 18:47
Forum: DOS Batch Forum
Topic: Didn't Expect ( at this moment
Replies: 10
Views: 10045

Didn't Expect ( at this moment

So I got a batch file that goes like this @ECHO OFF Color 1F SET Hr=%Time:~0,2% SET Min=%Time:~3,2% IF %Hr%==7 ( IF %Min% LEQ 20 ( TITLE "Despierta Mierr...!" ECHO. ECHO ========================= ECHO. ECHO .:- Buenos D¡as -:. ECHO. ECHO ========================= ECHO. ECHO. ECHO =========...