Summary: @echo off is a command for the Command Interpreter only to suppress displaying commands, not for Xcopy. Are you using the /Q switch with Xcopy? ...
Summary: I have several vb scripts that are timed to go off certain times of the day. My prob is the scripts won't run when we the times arrive. We double clic...
Summary: Can anyone tell me how to write a batch file that will do the following? 1.) Ask the user for a product key? 2.) Then call a program at command line w...
Summary: Try what I have put below. What exactly do you want it to output? @echo off SetLocal EnableDelayedExpansion echo !time! pause for /L %%N IN (0, 1, 3)...
Summary: i just started a class and need to install visual basic 6 student working model. I get so far in the install process, then i get errors that make no ...
Summary: For some reason, this program won't work. I try to build it, and the compiler says: 'add' : must return a value 'subtract' : must return a value 'mu...
Summary: Hi, guys. I'm trying to write a prog. in C for PPC, and the new line character (\n) won't work in an edit control.... For example, if I do this: SetD...
Summary: The ActiveSheet.Paste won't work when I paste to a disk? Sub Save() ' ' Save Macro ' Macro recorded 9/29/2003 by System Technology ' ' Range("A1:C...
Summary: What is wrong with the following line of batch? I don't know but it won't run. _____________________________________________ move "%userprofile%\My D...
Summary: oh ok, definitely didn't know that. i only started this about 1.5 weeks ago as a personal project for my programming class (this code is only a snippe...
Summary: My MP3 Won't Delete Files, The Files on The MP3 Are Not In The Music Folder Their In The Record Folder, And When I Go To Look On The Computer, And See...
Summary: Do you have a program specification that you could post? I'm not a c/c++ guru or anything but I'm confused by what you're trying to do with the class...
Summary: I tried taking the battery out and putting it back in but that won't work. I need my brother's laptop to play C&C Red Alert 3. I tried installing it o...
Summary: Hello!! At the bottom of this post is my tester for a Matrix Batch File. Problem? It keeps saying 'ECHO is off.' Don't know how to fix it. need your h...
Summary: The Windows Command Processor's language is quite powerful, albeit a bit quirky. So I'll try and keep it simple. Type FINDSTR /? for full details of h...
Summary: Thanks Tony but I had already seen that, but it kinda gave me an idea. Here is what I came up with in, case anyone is trying to do the same thing. Rem...
Summary: Okay, so this is actually kind of tricky if you want to use the "Xcopy" command, becuase when you use Xcopy to change a filename it isn't so smart and...
Summary: Hi all, I'm new here and I really hope you guys can help me with this. I want to add the current path variable to a registry key but it won't be added...
Summary: Hi, ren Logfile.log "%DATE%".log @echo off > Logfile.log ::----- Your mileage may vary, according to the way your date is formatted (in control panel)...
Summary: I got this script of of Computing.net, and it was posted quite a long time ago. It renames all files in a directory to the creation date and time. (...
Summary: thanks i like the compare the dir info idea Thanks I searched around here a bit and found how to compare files from one of your posts i believe is the...
Summary: This batch create directory for example: 08.09.2005 Replace the echo Command against the xcopy. @echo off date /t >date.txt FOR /f "tokens=2 skip=2...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title A...