VOGONS

Common searches


Search results

Display options

Re: Possible to get system date in a bat file?

OK, here goes: @echo off VER|DATE>TEMP.BAT ECHO SET DATE=%%4>CURRENT.BAT CALL TEMP.BAT DEL TEMP.BAT DEL CURRENT.BAT md C:\AUTOBACK\%DATE% copy C:\AUTOEXEC.BAT C:\AUTOBACK\%DATE% copy C:\CONFIG.SYS C:\AUTOBACK\%DATE% ECHO Backup created on %DATE% It has been quite a long time since I dived into this …

Re: Compact Flash Card Help (sorry, I've looked and looked)

in DOS
Windows 10 definitely works with FAT16 partitions. I tried that just yesterday. It can even format disks into FAT16 if the requirements are met (FAT16 is VERY restrictive by modern standards). However, if you wish to use a CF card in old systems, it's not a good idea to partition/format them on …

Page 3 of 92