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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5755 - 5784 of 8119   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5755
Hi Mic, Noticed that when I tried to create a .bks file from notepad - it only saves it as ANSI. Opening up the .bks from ntbackup in notepad it reads fine,...
Derek Byrne
theodorik2003
Offline Send Email
Apr 1, 2005
8:50 am
5756
Hi guys in the past I've used enquire.com to what I am trying to do, however it is not working under Windows XP. What I want to do is write a batch file that...
Christian Rodriguez
CRodriguez@...
Send Email
Apr 1, 2005
8:47 pm
5757
Hi Christian, The problem with using %username% as a variable in your prog is that it is already used by XP, hence why "echo %username%" will work without you ...
Derek Byrne
theodorik2003
Offline Send Email
Apr 1, 2005
10:27 pm
5758
Thanks Derek, Garry and dfunk. You answered all my questions. I should have stated my actuall problem, instead of breaking it down into questions that I...
Bill Brown
bill_qnx
Offline Send Email
Apr 6, 2005
3:55 am
5759
Hi I am running into a very frustrating problem with batch in XP sp2, that looks simple but I couldn't find a solution: I need to create a random or serialized...
obarthelemy
Offline Send Email
Apr 6, 2005
3:55 am
5760
Yes that was all that I was trying to do but I was able to find a different zip program that did batch zipping with just a GUI instead of needing a batch file....
Mr Richard Vance
geeksite
Offline Send Email
Apr 6, 2005
3:55 am
5761
... You are creating variables with spaces in their name. Try this: (untested) set /a count=0 set /a count+=1 set /a count2=%random% set seed1=temp%count% set...
Mic
foxidrive
Offline Send Email
Apr 6, 2005
4:41 am
5762
On Mon, 4 Apr 2005 01:07:08 -0700 (PDT), Mr Richard Vance wrote: Untested @echo off for /f "delims=" %%a in ('dir *.* /b /a-d') do ( wzzip -m "%%~na.zip" "%%a"...
Mic
foxidrive
Offline Send Email
Apr 6, 2005
4:47 am
5763
Hi, Just ran the code below and received the following results after running it ten times : C:\Documents and Settings\dbyrne>seed ...
Derek Byrne
theodorik2003
Offline Send Email
Apr 6, 2005
8:49 am
5764
Thanks for the hint about spaces, my batch is indeed a bit rusty. I fixed that, BUT still... %random% is in fact not actually random, but more...
obarthelemy
Offline Send Email
Apr 8, 2005
4:07 am
5765
I am a beginner in batchfile programming. I would like to login automatically through telnet. I am able to go till login screen and curser points to enter the...
beatconnect
Offline Send Email
Apr 8, 2005
4:08 am
5766
... Microsoft telnet isn't scriptable. Try this if you can find it Telnet Scripting Tool v.1.0 by Albert Yale http://ay.home.ml.org/ a utility to automate...
Mic
foxidrive
Offline Send Email
Apr 8, 2005
7:09 am
5767
... This issue has probably roots in a for in do loop. Try this: @echo off for %%a in ( 1 2 3 4 5) do echo %random% pause for %%a in ( 1 2 3 4 5) do call...
Mic
foxidrive
Offline Send Email
Apr 8, 2005
7:12 am
5768
Hi, Looking at the link you sent below, there was another link pointing towards "topics in C++ : random numbers". As it stands, I've been dappling with C/C++,...
Derek Byrne
theodorik2003
Offline Send Email
Apr 8, 2005
8:36 am
5769
Hi all, I have to rename files in a set of folder; the folder structure is like, Say parent folder is A (say) which will in turn will have 3 more folders and...
batch exe
batch2exe
Offline Send Email
Apr 8, 2005
12:38 pm
5770
Hi, Can you post a sample of your code so that we could see from which angle you are approaching this feat? Cheers, Derek ... From: batch exe...
Derek Byrne
theodorik2003
Offline Send Email
Apr 8, 2005
12:43 pm
5771
Hi, I'm trying to rewrite a script that shuts down comps on the network but I'm getting lost in too many loops. I can tell u what I'm trying to do in...
Andy Streule
brother_wolf2
Offline Send Email
Apr 8, 2005
3:19 pm
5772
Andy, Please define "not allowed"..... Also you mentioned you want to enumerate the PCs. Normally I would assume that to mean something like scanning the ...
kcmjr@...
kcmjr
Online Now Send Email
Apr 8, 2005
3:47 pm
5773
Is anyone using a batch file compiler? Which one is the easiest and best to use? All input is appreciated....
David Farley
dfarofus
Offline Send Email
Apr 8, 2005
6:58 pm
5774
Not quite a batch compiler but a program to do many things you'd use a batch file for is macro scheduler at mjnet.com. I bought this program last year and...
dutch.shenefield@...
dutchshenefield
Offline Send Email
Apr 8, 2005
7:24 pm
5775
Not easy, not inexpensive...but powerful http://www.winbatch.com "David Farley" <cdavidfarley@...> 04/08/2005 02:58 PM Please respond to batchworld To:...
dennis.p.morgan@...
kd4wyd
Offline Send Email
Apr 8, 2005
9:03 pm
5776
... Michael Jackson's homepage?! * Klaus Meinhard * www.4dos.info - 4DOS Info - - Info for DOS -...
Klaus Meinhard
k_meinhard2002
Offline Send Email
Apr 8, 2005
10:30 pm
5777
... Sorry, site is dead. There are several good download sites, however, like ...
Klaus Meinhard
k_meinhard2002
Offline Send Email
Apr 8, 2005
10:52 pm
5778
I am now getting in to the MEAT of this post and I have a feeling tha I have come into the correcrt groop we are doing similare things, What is you beist an...
David Farley
dfarofus
Offline Send Email
Apr 9, 2005
4:10 am
5779
Batch Compiler is good. I have compiled several programs that had sensitive code (i.e. admin passwords, hidden shares, etc...) and I have not had any problems....
gfunk99999
Offline Send Email
Apr 10, 2005
6:14 am
5780
... Have you got a link to their homepage, please? * Klaus Meinhard * www.4dos.info - 4DOS Info - - Info for DOS -...
Klaus Meinhard
k_meinhard2002
Offline Send Email
Apr 10, 2005
6:11 pm
5781
I think I posted that older code. That is in fact my existing shutdown script. trouble is its very slow. takes over 30mins to shut down 500 pcs. I'm trying to...
Andy Streule
brother_wolf2
Offline Send Email
Apr 11, 2005
8:10 am
5782
Does anyone know how to get the number of files in a directory and then use it as a variable so that when you get a certain number of files you can delete the...
David Farley
dfarofus
Offline Send Email
Apr 11, 2005
12:45 pm
5783
Hello all, I have a batch file that I use to run updates and hotfixes on MS Windows systems. I would like to have the automatic script run certain updates...
Mike
mike@...
Send Email
Apr 11, 2005
1:42 pm
5784
My original csv file is 192.169.0.1;729;00447865499974;0017039808543. How can I add date and time either in the beginning of each line or at the end of line...
beatconnect
Offline Send Email
Apr 11, 2005
1:42 pm
Messages 5755 - 5784 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