Search found 4 matches

by bbugyi200
16 Jul 2013 19:51
Forum: DOS Batch Forum
Topic: Help creating xcopy batch file??
Replies: 5
Views: 5101

Re: Help creating xcopy batch file??

I just discovered the fix. By checking, "Run with highest privileges", in task scheduler I was able to make it run as admin. This worked beautifully. Thanks guys.
by bbugyi200
16 Jul 2013 19:11
Forum: DOS Batch Forum
Topic: Help creating xcopy batch file??
Replies: 5
Views: 5101

Re: Help creating xcopy batch file??

I just ran it from command line like you asked. This is the error:

Access denied
0 files copied

Because it's not running as admin I'm assuming?? how do I fix it? This is windows 8 by the way. I'm not sure if that's relevant.
by bbugyi200
16 Jul 2013 18:56
Forum: DOS Batch Forum
Topic: Help creating xcopy batch file??
Replies: 5
Views: 5101

Re: Help creating xcopy batch file??

I have a feeling that it is something stupid that I am overlooking. All I did was type this up in a notepad document, save it with a .bat extension, and then try to open it through windows explorer. When I do, I see a command prompt pop up briefly and then disappear. Nothing seems to copy or change....
by bbugyi200
16 Jul 2013 18:36
Forum: DOS Batch Forum
Topic: Help creating xcopy batch file??
Replies: 5
Views: 5101

Help creating xcopy batch file??

I'm trying to create a script to copy a file to a backup drive.. This is what I'm using:

@echo off
xcopy source destination /c /d /h /i /k /q /r /s /x /y

It doesn't seem to be working. I'm really new to this. Can someone help me??