Me too.TechnoMage wrote:I still run XP on a FAT-32 formatted hard drive. It's faster than NTFS and I can access any file on the HD from my DOS boot disk.
Permissions? Forgetaboutit!!!


Me too.TechnoMage wrote:I still run XP on a FAT-32 formatted hard drive. It's faster than NTFS and I can access any file on the HD from my DOS boot disk.
Permissions? Forgetaboutit!!!
Ahh, that makes a bit more sense. I remember using && in if, but didn't realize it was more than that after NT. Good stuff.foxidrive wrote:It's not `& as a term.
` is the new command you created by copying doskey.exe and & is the command separator since Windows NT was introduced.
Code: Select all
@echo off
for /r "%CD%" %%f in (.) do (
copy "Text.txt" "%%~ff" > nul
)
So I kinda follow the vbscript, but don't know why you copy doskey and delete it at the end.npocmaka_ wrote:Samir wrote:I saw that and am totally confused.
![]()
![]()
![]()
Do not hesitate and ask.I'll be glad to explain.
das pimpnessnpocmaka_ wrote:oooh..
Multi-threading in batch....
penpen you are AMAZING!! I could only dream about writing my algorithm in such eloquent code.penpen wrote:The full code (Samir's algorithm)...