Results 1 to 4 of 4

Thread: ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date: May:2005
    Location: Varna
    Posts: 57

    ?

    !
    , , 25.10.2005 051025.txt. . - , .. , Schedule- .
    bat , 051025.txt , .
    C++ .

  2. #2
    motherfather The Penalty's Avatar
    Join Date: Mar:2002
    Location:
    Posts: 20,469
    E :

    Code:
    @ECHO OFF
    VER  DATE > ~001.BAT
    ECHO SET DATE=%%3>~002.BAT
    ECHO SET DATE=%%5>~003.BAT
    CALL ~001.BAT
    DEL ~001.BAT
    DEL ~002.BAT
    DEL ~003.BAT
    ECHO Datata e: %DATE%
    
    MD %DATE%
    CD %DATE%
    ECHO %DATE% > TOZI_TEKST_FAJL_SYDYRJA_DNE6NATA_DATA.TXT
    *.BAT . .
    %DATE% .
    Last edited by The Penalty; 25th October 2005 at 23:28.

    • , -
    • Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us
    • Soul platinum 1 and 2. See? It's not the game - you suck.


  3. #3
    ɐ-əpoɔᴉu⋂ ɐ ə anrieff's Avatar
    Join Date: Apr:2004
    Location: Sofia
    Posts: 8,448
    C:
    Code:
    #include <stdio.h>
    #include <time.h>
    
    int main(void)
    {
        struct tm *date;
        time_t seconds;
        time(&seconds);
        date =   localtime(&seconds);
        printf("file name is %02d%02d%02d.txt\n",
    	date->tm_year%100,
    	date->tm_mon+1, 
    	date->tm_mday
    	);
        return 0;
    }
    help .
    , . .
    "640K ught to be enough for anybody" - Bill Gates, 1981
    ::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel

  4. #4
    Registered User
    Join Date: May:2005
    Location: Varna
    Posts: 57
    !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |