Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Batch Language Programming <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Brother Rabbit | Joe Schweier | Question |
November 23, 2018 9:24 AM * |
|||
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 JS> and receive mail. Anyway, I have a line in an old batch file I use to run JS> on any windows maching, or DOS machine.... BTW it still works on my JS> windows 10 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) |
||||||
|
Previous Message | Next Message | Back to Batch Language Programming <-- <--- | Return to Home Page |
Execution Time: 0.1004 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |