Bugünün tarihine göre dinamik olarak adlandırılmış günlük dosyaları oluşturmaya çalışıyorum. İnternette bulunan örnekleri kullanıyorum, ancak hiçbiri benim için çalışmıyor gibi görünüyor.
C:\Users\Amit>echo hello > %date%.txt
The system cannot find the path specified.
C:\Users\Amit>echo hello > %date%.txt
The system cannot find the path specified.
C:\Users\Amit>echo hello > %date%.dat
The system cannot find the path specified.
C:\Users\Amit>echo hello > %date%.dat
The system cannot find the path specified.
C:\Users\Amit>echo hello > "%date%.dat"
The system cannot find the path specified.
C:\Users\Amit>echo hello > test.txt #this works
C:\Users\Amit>echo hello > %date%.txt
The system cannot find the path specified.
C:\Users\Amit>echo "testfile" >> backup-%DATE%.txt
The system cannot find the path specified.
C:\Users\Amit>echo "testfile" > backup-%DATE%.txt
The system cannot find the path specified.
Ben de bir demetini kopyalayıp yapıştıracağım. Windows 7 kullanıyorum .
Hangi hatayı yaptığımı anlayamıyorum.
Teşekkür ederim.
% Date% 'nın sevimli tarihi aldığını düşündüren nedir?
—
Ramhound
Hmm Sevimli buluşma? Eminim ki o :) @Ramhound
—
DavidPostill
date
% Date% kullanmadan önce ilk olarak ayarlamanız gerekir . Cevabım bakın Windows toplu Farklı bölgesel ayarını dizin YYYYmmDD_HHmmSS yeniden adlandırma bir yerel bağımsız tarih ve saat dizesini almak için tek yön.
@DavidPostill Tarih dizgisi ile uğraşarak ve bölüm bölüm çıkartarak şimdi çalışmasını sağladığımı düşünüyorum.
—
moondra
@DavidPostill: Ne demek istiyorsun
—
Axel Kemper
set date
? Windows tarihi nasıl belirlenemedi?