i'm gonna try this again i need help in creating a program that converts files that i have into a jpeg format as a batch program these files are a CAD...
251
rmccann
rmccann@...
Sep 2, 2000 4:14 pm
While this is not a batch file, have you tried a "shareware" program called Paint Shop Pro? It is able to perform "batch" conversions, I have changed up to 300...
252
garry mackner
gmackner@...
Sep 2, 2000 11:40 pm
do you know of a site that i can download paint shop pro to see if it will work thanks ... __________________________________________________ Do You Yahoo!? ...
253
rmccann
rmccann@...
Sep 3, 2000 1:25 am
Hello This is the "parent" company, while it may seem expensive, I personally gave up "Adobe Photoshop" a number of years ago in favor if this one for graphics...
254
Keith Thompson
ka_thompson@...
Sep 8, 2000 1:56 pm
There is a freeware program called IrfanView which will do the job very nicely. Right in the File menu is the option for both conversion and renaming via...
255
jschilling@...
Sep 11, 2000 2:21 pm
I have a number of NT boxes. I want to poll the event logs of these and retrieve all error events and pool them into a central location for easy review as...
256
Michael Marquart
micm@...
Sep 11, 2000 3:59 pm
On Mon, 11 Sep 2000 14:21:26 -0000 Subject: [BATCH WORLD] Event Viewer logs jschilling@... wrote: What format does an error event take? Is it, for...
257
Kenneth C Mazie
kcmazie@...
Sep 11, 2000 8:18 pm
jschilling@... on 09/11/2000 07:25:00 AM To: batchworld@egroups.com@Internet cc: (bcc: Kenneth C Mazie/PO/KAIPERM) Subject: [BATCH WORLD] Event...
258
Barry Aronson
baronson52@...
Sep 12, 2000 6:03 pm
We need to create 1,300 user accounts for a school system, no email, under the Win NT 4.0 operating system. We are going to use a script file to auto create...
259
Alex Peters
petersa@...
Sep 13, 2000 5:18 am
Hi Barry, I believe that this should be possible with KiXtart, which is a free NT logon processor and enhanced batch language. You can find it at ...
260
Dan
dmoore@...
Sep 14, 2000 8:19 pm
I donīt suppose anyone has found a telnet client for NT that works? Iīm getting a little bored of the standard MS client. I would rather one that ran from...
261
forgot2
forgot2@...
Sep 14, 2000 8:31 pm
I have a version of netcat that acts just like Win98/95 Telnet. Its all commandline. Its nice and ported to NT/2000 with source...
262
Laurence
batfiles@...
Sep 15, 2000 8:36 pm
... a percentage ... Does it have to be a percent indicator? How about showing the total files to be copied on screen aand directly under it, a progress ...
263
Geoff Skews
skewsy@...
Sep 16, 2000 12:01 am
Hi folks. I've set my system up to do various tasks in the middle of the night. (Usually when I'm asleep !) I have two minor problems. I run these things with...
264
Geoff Skews
skewsy@...
Sep 16, 2000 1:02 am
Hi folks. I've set my system up to do various tasks in the middle of the night. (Usually when I'm asleep !) I have two minor problems. I run these things with...
265
Klaus Meinhard
K_Meinhard@...
Sep 16, 2000 10:44 pm
Geoff, ... Right click on the windows bar, Properties, Programm, check box "Close on Exit" or whatever itīs called in an English version. ... Try to run...
266
rmccann
rmccann@...
Sep 18, 2000 6:58 am
As funny as this may sound, if the last command in your batch file is "cls" the window will close on its own ... From: "Klaus Meinhard"...
267
steven.lewin@...
Sep 18, 2000 8:06 am
Sounds Good to me.......... "Laurence " <batfiles@...> on 15/09/2000 10:28:32 PM Please respond to batchworld@egroups.com To: batchworld@egroups.com ...
268
steven.lewin@...
Sep 18, 2000 8:44 am
... on 18/09/2000 10:44 AM --------------------------- steven.lewin@... on 18/09/2000 10:05:50 AM Please respond to batchworld@egroups.com To:...
269
Schuyler_Sandheinrich...
Sep 19, 2000 10:28 pm
I have to write a task that has several thousand variables and I would like to find a way to pipe it in the batch file as the %1 variable. See example. ...
270
Martin Williams
martin.williams@...
Sep 19, 2000 10:52 pm
Schuyler, If you are using WinNT you can use the FOR command, type "FOR /?" at the command prompt. I'm not sure if it is available in Win9x. Regards Martin...
271
Schuyler_Sandheinrich...
Sep 20, 2000 11:48 am
I had tried that but the problem is the variables are directory names, so wildcards won't work. A work around is listing the directory names to a temp dir but...
272
Michael Marquart
micm@...
Sep 20, 2000 12:17 pm
On Wed, 20 Sep 2000 07:48:10 -0400 Subject: Re: [BATCH WORLD] Digest Number 83 Schuyler_Sandheinrich@... wrote: Hi Schuyler. Not having access to NT I...
273
Dunney
dunney@...
Sep 20, 2000 1:58 pm
Does anyone know how to put multiple commands in the DO section of a FOR statement? For example.. FOR %%v IN (*.bat) DO echo %%v ...will echo out the names of...
274
Michael Marquart
micm@...
Sep 20, 2000 2:09 pm
Hi Chris. This will recurse once for each filename in the %1 filespec and your batch commands go between the :doit and :end labels, referencing %1 as the...
275
Matt English
ntjedi@...
Sep 20, 2000 3:00 pm
I had problems with NT and the Time command. the following two batch files were my solution. This was created to grab all the user names from \winnt92;profiles...
276
Dan
dmoore@...
Sep 20, 2000 3:04 pm
Let me clarify... Do you want to take something from a file and turn it into a system variable? If so I can help you with that part... Daniel....
277
Hanz Fisher
hanzfisher1@...
Sep 21, 2000 6:50 pm
I peruse and save to files, many text based USENET newsgroups for my archivals. Is there a 16bit DOS based (freeware/shareware) filter utility that will input...
278
steven.lewin@...
Sep 27, 2000 10:43 am
How can I create shorcuts within a batch file? If I copy shortcuts from a Workstation to a central place and then use them in the batch file the shortcut...
279
Schelske, Steve K.
skschelske@...
Sep 27, 2000 11:58 am
I don't know exactly what you're trying to do, but I copy shortcuts to users desktops from a bat file like this: I added the !! lines for explanation !! %drv%...