Is there any OS/2 experts out there???
I use an OS/2 VM, Arca Noae, and I'm using FD/2 FE/2 and Irex/2 to send and receive mail. Anyway, I have a line in an old batch file I use to run on any windows maching, or DOS machine.... BTW it still works on my windows 10 machine.
for /f "delims=" %%x in.... See it in the section beclow??
:Start
@echo off
:start
cd\Somewhere
for /f "delims=" %%x in ('date /t') do set date=%%x
del joes.asc
echo %Date% >>JOES.ASC
for /f "delims=" %%x in.... See it in the section beclow??
:Start
@echo off
:start
cd\Somewhere
for /f "delims=" %%x in ('date /t') do set date=%%x
What do you expect from this code?
del joes.asc
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
It's seems to me, you may use simple code like:
date /t > JOES.ASC
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 28 |
Nodes: | 8 (0 / 8) |
Uptime: | 214:30:47 |
Calls: | 2,008 |
Files: | 11,116 |
Messages: | 942,607 |