Skip to search.
batchworld · Batch World

Group Information

  • Members: 1062
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 5755 - 5784 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5755 Derek Byrne
theodorik2003 Offline Send Email
Apr 1, 2005
8:50 am
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,...
5756 Christian Rodriguez
CRodriguez@... Send Email
Apr 1, 2005
8:47 pm
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...
5757 Derek Byrne
theodorik2003 Offline Send Email
Apr 1, 2005
10:27 pm
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 ...
5758 Bill Brown
bill_qnx Offline Send Email
Apr 6, 2005
3:55 am
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...
5759 obarthelemy Online Now Send Email Apr 6, 2005
3:55 am
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...
5760 Mr Richard Vance
geeksite Offline Send Email
Apr 6, 2005
3:55 am
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....
5761 Mic
foxidrive Offline Send Email
Apr 6, 2005
4:41 am
... 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...
5762 Mic
foxidrive Offline Send Email
Apr 6, 2005
4:47 am
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"...
5763 Derek Byrne
theodorik2003 Offline Send Email
Apr 6, 2005
8:49 am
Hi, Just ran the code below and received the following results after running it ten times : C:\Documents and Settings\dbyrne>seed ...
5764 obarthelemy Online Now Send Email Apr 8, 2005
4:07 am
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...
5765 beatconnect Offline Send Email Apr 8, 2005
4:08 am
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...
5766 Mic
foxidrive Offline Send Email
Apr 8, 2005
7:09 am
... 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...
5767 Mic
foxidrive Offline Send Email
Apr 8, 2005
7:12 am
... 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...
5768 Derek Byrne
theodorik2003 Offline Send Email
Apr 8, 2005
8:36 am
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++,...
5769 batch exe
batch2exe Offline Send Email
Apr 8, 2005
12:38 pm
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...
5770 Derek Byrne
theodorik2003 Offline Send Email
Apr 8, 2005
12:43 pm
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...
5771 Andy Streule
brother_wolf2 Offline Send Email
Apr 8, 2005
3:19 pm
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...
5772 kcmjr@...
kcmjr Offline Send Email
Apr 8, 2005
3:47 pm
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 ...
5773 David Farley
dfarofus Offline Send Email
Apr 8, 2005
6:58 pm
Is anyone using a batch file compiler? Which one is the easiest and best to use? All input is appreciated....
5774 dutch.shenefield@...
dutchshenefield Offline Send Email
Apr 8, 2005
7:24 pm
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...
5775 dennis.p.morgan@...
kd4wyd Offline Send Email
Apr 8, 2005
9:03 pm
Not easy, not inexpensive...but powerful http://www.winbatch.com "David Farley" <cdavidfarley@...> 04/08/2005 02:58 PM Please respond to batchworld To:...
5776 Klaus Meinhard
k_meinhard2002 Offline Send Email
Apr 8, 2005
10:30 pm
... Michael Jackson's homepage?! * Klaus Meinhard * www.4dos.info - 4DOS Info - - Info for DOS -...
5777 Klaus Meinhard
k_meinhard2002 Offline Send Email
Apr 8, 2005
10:52 pm
... Sorry, site is dead. There are several good download sites, however, like ...
5778 David Farley
dfarofus Offline Send Email
Apr 9, 2005
4:10 am
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...
5779 gfunk99999 Offline Send Email Apr 10, 2005
6:14 am
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....
5780 Klaus Meinhard
k_meinhard2002 Offline Send Email
Apr 10, 2005
6:11 pm
... Have you got a link to their homepage, please? * Klaus Meinhard * www.4dos.info - 4DOS Info - - Info for DOS -...
5781 Andy Streule
brother_wolf2 Offline Send Email
Apr 11, 2005
8:10 am
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...
5782 David Farley
dfarofus Offline Send Email
Apr 11, 2005
12:45 pm
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...
5783 Mike
mike@... Send Email
Apr 11, 2005
1:42 pm
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...
5784 beatconnect Offline Send Email Apr 11, 2005
1:42 pm
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...
Messages 5755 - 5784 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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