Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
alt . msdos . batch . nt
This is a Usenet group - learn more
Find or start a Google Group about nt.
Group info
Language: English
Group categories:
Other
More group info »
Related Groups
MS-DOS batch files.
Low activity, Usenet
Microsoft Windows 2000 newsgroup.
Low activity, Usenet
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 8588  Older »
Description: The NT variant of MS-DOS batch files
 

gnuwin32 grep and RegEx in batchfiles 
  Hello, I would like to use (gnuwin32) grep in a batch file e.g. set REGEX=^hello echo util.exe /c grep.exe -e %REGEX% > myout.txt util.exe /c | grep.exe -e %REGEX% > myout.txt FOR /L %%i IN (0,1,100) DO ( util.exe /c | grep -e %REGEX% >> myout.txt ) This should fetch all occurrences of lines which contains... more »
By Thomas Steinbach  - 15:38 - 3 new of 3 messages    

How to delete subfolders using batch script 
  Hi guys, How can I delete only subfolder/s and files which it conatins using a batch file. thanks adil
By adilsiv  - 13:53 - 9 new of 9 messages    

checking log 
  I suspected a problem and my previous log question solved it now how would I prevent a double hit in a day @echo off echo %date% %time:~0,5% >> c:\Logfile.txt @echo on start task 1 start task 2 start task 3 Problem my wife is running this batch file every time she turns on the computer How would I like to do is check the last entry date to make sure it has... more »
By Smiles  - 00:40 - 4 new of 4 messages    

Sexo Explicido Videos: Huelva Sexo 
  ...VVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVVVVV .... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .... more »
By jayennichols43@gmail.com  - 26 Nov - 1 new of 1 message    

FOR loop not incrementing value until after loop exits 
  am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move that file to a sub directory "OLD." Since I order the DIR command by date it will only leave the 3 newest files untouched in the folder. here is what I have...... more »
By keneo  - 25 Nov - 9 new of 9 messages    

String Replacement Routine 
  This string replacement routine seems able to handle any characters if they are properly entered into variables. The routine is written as a subroutine which would be added to a script and called from within the script. Documentation is included with the subroutine. The subroutine is presented here as part of a demonstraton script. This... more »
By Frank P. Westlake  - 24 Nov - 5 new of 5 messages    

how to replace an asterix or "*" in a string 
  I've got a question on which different colleagues are also stuck How do I replace all asterixes (or "*") in a string in commandline or batch? Set var=This*Is*A*String* I want to replace all * with a space. Set var=%var:*= % does not work Set var=%var:^*= % neither. I know the cause (from set /?):... more »
By dabur  - 23 Nov - 21 new of 21 messages    

JScript From CMD Script Without External Files 
  Here is a method of executing JScript from CMD without first writing the JScript to an external file. It is very similar to the same procedure from HTML source. Three simple steps: 1. Begin the CMD script with a command which is common to both scripts and which makes the remainder of the line inconsequential to CMD. I have... more »
By Frank P. Westlake  - 22 Nov - 10 new of 10 messages    

Batch Game : Worm Color 1.0 
  Here a new old batch game, now with colors and with circular movements. md5 worm.cmd 1CC8EAD3B289833DC20220E48D65BD C8 wormcrea.cmd @ECHO OFF ...SETLOCAL ENABLEEXTENSIONS IF "%~nx0" NEQ "WORMCREA.CMD" ( REN "%~0" WORMCREA.CMD WORMCREA.CMD ) DEL /F /Q /A "WORM.CMD" >NUL 2>&1 ECHO.PLEASE WAIT ... FOR %%%% IN (... more »
By carlos  - 22 Nov - 3 new of 3 messages    

Date functions without date variable 
  Hello, I write this code for get the date information in distinct variables, (international support) withou use the date variable. @echo off setlocal enableextensions pushd "%userprofile%" (echo.a 100 echo.mov ah,2a echo.int 21 echo.int 3 echo. echo.g echo.q echo.) | debug | find "AX=" > df.dat for /f "tokens=2,6,8 delims== " %%a in (df.dat) do set "df=%%a%%b%%c"... more »
By carlos  - 22 Nov - 8 new of 8 messages    

1 - 10 of 8588   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google