Hi, Joe!
22 ¡«∩ 18 06:38, Joe Schweier -> All:
JS> Is there any OS/2 experts out there???
JS> I use an OS/2 VM, Arca Noae, and I'm using FD/2 FE/2 and Irex/2 to send and
JS> receive mail. Anyway, I have a line in an old batch file I use to run on
JS> any windows maching, or DOS machine.... BTW it still works on my windows 10
JS> machine.
JS> for /f "delims=" %%x in.... See it in the section beclow??
JS> :Start
JS> @echo off
JS> :start
JS> cd\Somewhere
JS> for /f "delims=" %%x in ('date /t') do set date=%%x
What do you expect from this code?
JS> del joes.asc
JS> echo %Date% >>JOES.ASC
It's seems to me, you may use simple code like:
date /t > JOES.ASC
BTW, %DATE% holds current date in windows environment. Try it in OS/2.
D:\Fido>echo %date%
23.11.2018
D:\Fido>date /t
23.11.2018
Have nice nights.
Brother Rabbit.
---
* Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)
|