Search found 6 matches

by roystreet
20 Jun 2010 22:28
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Re: Task Scheduler Isn't Running Bat File Correctly

OK, I simplified my bat script to only map drive "S" instead of the rest of the actions. You see below how I map the drive...It states that it's already in use, even though it doesn't appear it's being used anywhere. C:\Users\fred\Downloads\BAT-Files>NET USE S: \\SERVER\netty\star /persist...
by roystreet
19 Jun 2010 20:53
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Re: Task Scheduler Isn't Running Bat File Correctly

Hello...I want to say I appreciate your patience with me. I obviously thought that I knew more than I do concerning bat files. I have placed myfile.bat >>c:\script.log 2>&1 right under @echo on. I have placed it there with quotes & without quotes. I have also placed the full path & name...
by roystreet
17 Jun 2010 19:59
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Re: Task Scheduler Isn't Running Bat File Correctly

But...I would like to understand why it's not working. get detailed error message of command - schedule/run Bat with redirecting all output to file and then view this log: script.cmd >>c:\script.log 2>&1 if present "@echo off" command, change to "@echo on" or comment Hello, ...
by roystreet
17 Jun 2010 09:52
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Re: Task Scheduler Isn't Running Bat File Correctly

It appears to be doing it since it's running a bat file located there, but...It doesn't show it's mapped when I look at my computer. this bat files run on different separate sessions with its own map drives The problem persists when using task scheduler - otherwise they run fine no, for example, la...
by roystreet
16 Jun 2010 19:56
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Re: Task Scheduler Isn't Running Bat File Correctly

Hi - I will try what you said, but before I do I just wanted to offer a little bit more of what I'm finding it's doing. In the file it should map a the "S" (Admin) drive. It appears to be doing it since it's running a bat file located there, but...It doesn't show it's mapped when I look at...
by roystreet
16 Jun 2010 15:55
Forum: DOS Batch Forum
Topic: Task Scheduler Isn't Running Bat File Correctly
Replies: 11
Views: 17301

Task Scheduler Isn't Running Bat File Correctly

Hello, ...I've been searching for the answer to this, but I can't find the answer & just maybe someone here can answer it? I use Win 7 - I have a bat file that maps a temporary "admin" drive & then runs a bat file at that location. That bat file then maps other drives if necessary ...