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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 1888 - 1917 of 8697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1888 Michael Marquart
foxidrive Offline Send Email
May 1, 2002
11:33 am
Replaceable parameters are not used in the way you have used them - consider this batch file: @echo off echo %1 %2 %3 %4 %5 %6 %7 %8 %9 Save it as batch1.bat...
1889 jeffreycann Offline Send Email May 2, 2002
1:15 pm
I'm storing log information in the files that I later reference in the batch and this batch could be called twice in the same second. Because you can only go...
1890 jeffreycann Offline Send Email May 2, 2002
1:23 pm
PID = Process ID It's the unique ID your computer gives to each process you have running. The task manager in NT and 2K shows the PID, but I'm pretty sure it...
1891 Michael Marquart
foxidrive Offline Send Email
May 2, 2002
1:40 pm
Try these 3 variations and see if they help. They should return the current time to the hundredth of a second - partially tested with military time format. ...
1892 jeffreycann Offline Send Email May 2, 2002
1:48 pm
The first works great. It'll be perfect. Thanks! The second I got a "< was unexpected at this time". The third I got a "| was unexpected at this time". ... ...
1893 Michael Marquart
foxidrive Offline Send Email
May 2, 2002
2:16 pm
I've just had a thought - you may need to add ... in strategic locations, or it will barf up. Who knows, one day I may upgrade to an NT class OS and be able to...
1894 Michael Marquart
foxidrive Offline Send Email
May 2, 2002
2:22 pm
Then you can ignore the msg I just posted :) Thanks for the feedback. On Thu, 02 May 2002 13:47:25 -0000, "jeffreycann" <jeffreycann@...>...
1895 Michael Marquart
foxidrive Offline Send Email
May 2, 2002
2:51 pm
I'm never one to flog a dead horse <grins> but I think I've worked out a workable syntax for the 3rd option. @echo off for /f "tokens=5,6,7,8 delims=:. " %%a...
1896 jeffreycann Offline Send Email May 2, 2002
3:12 pm
FYI: That works also... ... out a ... the ... military...
1897 Michael Marquart
foxidrive Offline Send Email
May 2, 2002
3:25 pm
Thanks. On Thu, 02 May 2002 15:11:10 -0000, "jeffreycann" <jeffreycann@...>...
1898 kcmjr@...
kcmjr Offline Send Email
May 2, 2002
5:16 pm
Jeff, You might be trying an operation that's not appropriate for batch operation. A custom executable might be more appropriate here. Try this. It uses a...
1899 mandrall stewart
decarlos69 Offline Send Email
May 2, 2002
9:09 pm
Michael, I tried what you said to try and I did figure out what that really means. For my homework I wrote three small bat. files and hopefully that is what...
1900 Michael Marquart
foxidrive Offline Send Email
May 3, 2002
11:35 am
On Thu, 2 May 2002 14:09:07 -0700 (PDT), mandrall stewart ... I'm glad to be of assistance. How about you post your batch files here? You may get some further...
1901 westernprotection
westernprote... Offline Send Email
May 3, 2002
9:32 pm
I am in need of a batch file to determine what the drive letter the user is running a powerpoint presentation from, and then uses that drive letter to execute...
1902 sam.wallace@...
guillaumedep Offline Send Email
May 3, 2002
9:57 pm
Hi Keith, First, it is important to know the OS this will run under. Second, are you trying to run the setup program from the same drive that the PPT file ...
1903 westernprotection
westernprote... Offline Send Email
May 3, 2002
10:11 pm
Hi, The OS could vary, I could make a different folder for each OS if nessecary. The powerpoint file would be on the same drive that they are using the...
1904 Yuanzheng@... Send Email May 4, 2002
1:07 am
Hello listers, Can anybody tell me how I could I set the system time through a batch _________ Yuanzheng...
1905 Lamar Morris
LamarMorris@... Send Email
May 4, 2002
2:14 am
The following will set time on the system this batch file is run on. This assumes that the system is on a network. NET TIME \\timeserver /SET /Y Lamar ... ...
1906 Michael Marquart
foxidrive Offline Send Email
May 4, 2002
10:09 am
If what you want is the current drive then perform a cd>%temp%.\temp.txt and parse that for the first character. On Fri, 03 May 2002 22:11:17 -0000,...
1907 Yuanzheng@... Send Email May 4, 2002
3:42 pm
Thanks Lamer, Can you tell me the commend which avails to my Win98-SE. _________ Yuanzheng ...
1908 Lamar Morris
LamarMorris@... Send Email
May 4, 2002
10:30 pm
The one below will work, just put the line in a batch file and schedule it or run it. Lamar ... From: Yuanzheng@... [mailto:Yuanzheng@...] ...
1909 Michael Marquart
foxidrive Offline Send Email
May 5, 2002
9:35 am
Do you want to set the system time to a static time?...
1910 badmofoka
badmofoka@... Send Email
May 7, 2002
12:22 am
Hey Guru's... How can I set the users environment variable called path through a login script? I want this to be set automatically every time the user runs...
1911 Asp, Peter
wccppa1 Offline Send Email
May 7, 2002
12:22 pm
Have you tried using SETX? ... From: badmofoka [mailto:badmofoka@...] Sent: Monday, May 06, 2002 8:33 PM To: batchworld@yahoogroups.com Subject:...
1912 sam.wallace@...
guillaumedep Offline Send Email
May 8, 2002
5:14 pm
Hello, I am putting together a small set of tools to be used in our environment for reporting on the status of various files across our network. The method my ...
1913 Michael Marquart
foxidrive Offline Send Email
May 8, 2002
6:49 pm
A Basic solution to split a large file into smaller files - tested with Qbasic. The limit on the number of output files is 9999 '===[start]=== ' filename$ is...
1914 sam.wallace@...
guillaumedep Offline Send Email
May 8, 2002
10:30 pm
Hi Michael, I feel a bit bad now as I was unable to check my e-mail for most of the day and get your suggestion. Instead, I kept plugging away at it and found...
1915 badmofoka
badmofoka@... Send Email
May 9, 2002
2:33 am
Hi All, Can someone direct me to some good information on batch creation and the syntax behind it? JJ...
1916 Michael Marquart
foxidrive Offline Send Email
May 9, 2002
1:15 pm
... I'm glad to see you found a solution Sam - can you tell me what LSS signifies? -- Regards, Michael...
1917 Jon Sibilski
Jon1787 Offline Send Email
May 9, 2002
1:57 pm
Hi there.. Anyone know the syntax to use to replace a variable based upon several entries in another file? For instance, my file needs to pump out a registry...
Messages 1888 - 1917 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