[Freedos-user] 4dos bug

2007-08-22 Thread ice
Hi.

Seems I have found a bug in 4DOS 7,57. Function [EMAIL PROTECTED],c,4] 
will return 1980-00-00. So, if you want true date, then use m 
instead c in second argument. Version 4DOS 7.54 are free from this 
bug.

@FILEDATE[filename[,[acw][,n]]]:  Returns the date a file was last 
modified, in the default country format (mm-dd-yy for the US).  The 
optional second argument selects which date field is returned for 
files on an LFN drive: a means the last access date, c means the 
creation date, and w means the last modification (write) date, which 
is the default.  @FILEDATE also takes an optional third argument for 
the date format:

0 - System default format
1 - U.S. format (mm-dd-yy)
2 - European format (dd-mm-yy)
3 - Japanese format (yy-mm-dd)
4 - ISO 8601 international format (-mm-dd)

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] My sugestions after few days of use

2007-08-16 Thread ice
On Thu, 16 Aug 2007, Vytautas Rakeviius wrote:

 ant installed it in my FreeDOS. But norton comander is not GNU. So 
 it would be nice to see GNU Midnight Commander ported to FreeDOS.

Did you seen Dos Navigator 6.9.0 or Folder Manager?

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Problem with cyrillic folder names (fwd)

2007-07-10 Thread ice


--
ice 0x696365*gmail,com

-- Forwarded message --
From: ice [EMAIL PROTECTED]
To: Eric Auer [EMAIL PROTECTED]
Date: Mon, 9 Jul 2007 23:12:41 +0300 (EEST)
Subject: Re: Problem with cyrillic folder names

[...skiped...]

Next problem I have discover long time ago. It is impossible to type 
russian 'р' (hex E0) in command line. But it can be done easy in Dos 
Navigator command line.

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos-user Digest, Vol 13, Issue 10

2007-06-16 Thread ice
On Fri, 15 Jun 2007, Josberto Vieira wrote:

 Please, with freedos I can use my sound card for recorder personal 
 voice? What name of software used in freedos for sound recorder? 

I'm abale to do it with VIBRA16 ISA sound card. There is exist drivers 
package with record/play software.

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Doubt on batch stuff

2007-04-24 Thread ice
On Tue, 24 Apr 2007, Geraldo Netto wrote:

 and i would like to know how to rewrite it for command, by now i 
 have this:
 for %%p in ( entries separated by spaces ) do nslookup %%p  
 nslookup_log.txt
 any idea on how to pass a file as argument?

for %host in (host1 host2 host3) do nslookup %host  nslookup_log.txt
I'm sure it should work with 4dos.

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] encryption program

2007-04-02 Thread ice
Hello.

I would suggest to add into FreeDOS any encryption utility, as crypt 
in the FreeBSD for example.

http://vmsone.com/~decuslib/decus/secure/idea_v1_1.tar_z : IDEA 
implementation, easy to compile with Pacific C for MS-DOS, v7.51 and 
DJGPP Version 2.03.

--
ice 0x696365*gmail,com

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user