Search the web
Sign In
New User? Sign Up
batchworld · Batch World
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7725 - 7754 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7725
Hello All I want to zip all the contents of a directory in this format:- zip tempyymmdd.zip * How would I append yymmdd to temp each time I create a zip file....
rajesh_k51
Offline Send Email
Dec 18, 2007
5:36 pm
7726
... ZIP is a free tool but it doesn't come with Windows. If you tell me what this returns on the screen then I can offer some code: echo %date%...
foxidrive
Offline Send Email
Dec 19, 2007
12:05 am
7727
echo %date% returns 19.12.2007...
rajesh_k51
Offline Send Email
Dec 19, 2007
10:18 am
7728
On Wed, 19 Dec 2007 10:18:39 -0000, "rajesh_k51" <rajesh_k51@...> wrote: Untested: @echo off set v=%date% set v=%v:~8,2%%v:~3,2%%v:~0,2% zip temp%v%.zip...
foxidrive
Offline Send Email
Dec 19, 2007
10:48 am
7729
Thanks for your input. It worked. ... file. I ... zip...
rajesh_k51
Offline Send Email
Dec 19, 2007
3:15 pm
7730
... tested and used daily... ... for /f "tokens=1-4 delims=/ " %%a in ('DATE /T') do (set DOW=%%a) & (set dd=%%c) & (set mm=%%b) & (set yy=%%d) for /f...
jj
bigjuic3man
Offline Send Email
Dec 19, 2007
4:33 pm
7731
Hello, In order to set a password for MySQL under Windows, I have to run the following command: c:\webserver\mysql\bin\mysqladmin -u root password <desired...
Aristos M. Vasiliou
aristos_vasi...
Offline Send Email
Dec 28, 2007
8:32 am
7732
On Fri, 28 Dec 2007 10:32:54 +0200, "Aristos M. Vasiliou" <aristos@...> ... Sure, if you don't mind the password being displayed while you type it. :) ...
foxidrive
Offline Send Email
Dec 28, 2007
8:58 am
7733
Hi Mic, The database will be running on Windows XP and Windows Server 2003. If I type the password once, then it's better if it's displayed while typing. If...
Aristos M. Vasiliou
aristos_vasi...
Offline Send Email
Dec 28, 2007
9:09 am
7734
Did you try to google this? Its a straight forward input to a variable and then to command line. On 28/12/2007, at 8:09 PM, "Aristos M. Vasiliou"...
Andrew Palm
andrewjpalm
Offline Send Email
Dec 28, 2007
11:38 am
7735
I searched for "dos password prompt" but I couldn't find anything relative to what I am looking for. Maybe you can direct me to a guide? Thanks ...
Aristos M. Vasiliou
aristos_vasi...
Offline Send Email
Dec 28, 2007
12:23 pm
7736
If it's something that you don't mind being displayed then the simplest way is with standard commands: @echo off setlocal set /p "pw=Enter password for...
foxidrive
Offline Send Email
Dec 28, 2007
1:18 pm
7737
Thank you very much for your help. Works great. Aristos From: batchworld@yahoogroups.com [mailto:batchworld@yahoogroups.com] On Behalf Of foxidrive Sent:...
Aristos M. Vasiliou
aristos_vasi...
Offline Send Email
Dec 28, 2007
3:25 pm
7738
Is there any way that i can use bach file which should be included in CD-ROM to copy some files to location of programme files folder in the hard disk? thx...
Micky G/tsadik
miki_blue2002
Offline Send Email
Dec 30, 2007
7:12 pm
7739
I'm really new to batch files and only do a few things, such as opening up files. My question is, how do I open up a folder? When I type something like...
shungfungyu
Offline Send Email
Dec 30, 2007
7:12 pm
7740
Hi, I am avid novice on batch programming which has fascinated me by its simplicity and capability. I've spent days on learning how to programme the following...
herbalix
Offline Send Email
Dec 30, 2007
7:12 pm
7741
"c:\Program Files" Raz ... [Non-text portions of this message have been removed]...
Raz Goren
raz_goren
Offline Send Email
Dec 30, 2007
7:19 pm
7742
On Thu, 20 Dec 2007 08:56:47 -0000, "Micky G/tsadik" <miki_blue2002@...> ... Explain what you need to do in further detail, please....
foxidrive
Offline Send Email
Dec 31, 2007
5:08 am
7743
Hello All. Wishing everyone a very happy new year. I have a tiny question. Is there a method in batch files to echo something without the newline ? [equivalent...
Parag P. Doke
paragpdoke@...
Send Email
Jan 2, 2008
11:58 am
7744
On Wed, 2 Jan 2008 17:28:04 +0530, "Parag P. Doke" <paragpdoke@...> ... XP has a command line limit of 8KB but W2k is a 'paltry' 2KB. An example of what...
foxidrive
Offline Send Email
Jan 2, 2008
12:13 pm
7745
Hi Mic. Ummm.....I'm not sure if pasting the command or its output would be the right thing to do....so let me share a fake one instead. ... C:\>for /f...
Parag P. Doke
paragpdoke@...
Send Email
Jan 2, 2008
12:58 pm
7746
... I'm not really sure what you're trying to achieve but the following will produce the equivalent of echo -n set /p "dummyvar=Test string " <nul Garry...
Garry Deane
garrydeane
Offline Send Email
Jan 3, 2008
1:16 am
7747
Hello Garry. Yes ! It works for me. I wanted to add a word (or redirect to be precise) to a file. Then on the same line, add output of another command. I tried...
Parag P. Doke
paragpdoke@...
Send Email
Jan 3, 2008
2:35 pm
7748
Hi i am having doubt in batch file programming ... file name:setup.txt Contains : input = a b c d e output = o ... filename: force.txt contains s1 a gnd (0 5 5...
muthamilans
Offline Send Email
Jan 7, 2008
5:26 am
7749
This kinda looks like a homework assignment. Kind regards, Derek Byrne IT Retail Field Engineer E: derek.byrne@... <mailto:derek.byrne@...> P: 01 -...
Byrne, Derek
theodorik2003
Offline Send Email
Jan 7, 2008
10:50 am
7750
HI Derek.Byrne i am worked on this issue before 3 months and i had also completed this issue using basic batch file programming (using sed etc...).but it take...
muthamilans
Offline Send Email
Jan 8, 2008
8:26 am
7751
The logic you are using is ... odd. What is the output for force.txt in subsequent few cases? On Tue, 08 Jan 2008 08:26:11 -0000, "muthamilans"...
foxidrive
Offline Send Email
Jan 8, 2008
9:19 am
7752
hi friend ... for the 3rd time it takes 'c' from setup.txt and changes s1 c gnd (0 5 5 5 10) s2 a gnd 5 s3 b gnd 5 s4 d gnd 5 s5 e gnd 5 Like this the...
muthamilans
Offline Send Email
Jan 8, 2008
9:46 am
7753
Ok... will there only be the 5 iterations or could there be more?...
foxidrive
Offline Send Email
Jan 8, 2008
10:20 am
7754
Hi friend Ya There can be more and the iteration depends on the value in the setup.txt file(Input = a b c d e f...). Actually due to this problem only i need...
muthamilans
Offline Send Email
Jan 8, 2008
11:36 am
Messages 7725 - 7754 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help