Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch File Set Aspect
Name: jcgun Date: May 12, 2009 at 14:29:00 Pacific OS: Windows Vista Subcategory: Batch
Comment:
ok, here's the problem.
i want 'mA' to be set as a space (as in the thing you put between words).
The problem however, is that if you try this, you get this this:
Summary: Hi Everyone, I'm writing a batch file to delete folders older than a certain date and have come across a strange occurrence. When trying to reduce the number of a variable (ie. if 'Day' is currently...
Summary: Hi, I need to run a particular se of commands repetatively for some number of times provided by userin for loop. I am doing it this way user input the no of arguments and arguments i.e 3 d:\\input.txt...
Summary: I got tired of renaming or saving txt files at batch scripts so i whipped this up. @echo off echo Enter name of batch file set /p name= echo Enter location to save file set /p location= echo @echo of...