Results 1 to 7 of 7

Thread: little Challenge(winxp)

  1. #1

    little Challenge(winxp)

    Challenge
    On windows XP try creating a folder that appears to have no name!
    See the attachment for more info.
    Note: this has nothing to do with the alt+255 thing

  2. #2
    Take a screenshot, Open MSPaint and Edit out the name =]

    OR

    alt+0160

  3. #3
    Now, RFC Compliant! Noia's Avatar
    Join Date
    Jan 2002
    Posts
    1,210
    Alt+0160 works but only for folders as far as I know.
    With all the subtlety of an artillery barrage / Follow blindly, for the true path is sketchy at best. .:Bring OS X to x86!:.
    Og ingen kan minnast dei linne drag i dronningas andlet den fagre dag Då landet her kvilte i heilag fred og alle hadde kjærleik å elske med.

  4. #4
    this dose not have anything to do with alt+*** or taking a screenshot, it must be possible to copy,paste,delete,... the folder

  5. #5
    Senior Member
    Join Date
    Jan 2003
    Posts
    686
    LOL, old programming trick. You have to use command to do it. And basically use a programming trick to get a space to be used as a file name. Here's how it works

    Open your command prompt and type the following

    mkdir \" \"

    Note there is a space inbetween the sets of the symbols \"

    whereever you type that, there iwll be a folder that is make that has no file name. And to delete it you have to do the same thing, just use the rd command instead of mkdir. The \ symbol escapes the meaning of the quote, which allows this to happen.

    Sorry I can't explain it that well, it was a trick I leanred a long time ago. Good brain teaser for a school admin that knows nothing about comptuers though < April Fools trick LONG time ago > Because you can't delete the folder in windows or command prompt unless you use the \
    [shadow]There is no right and wrong, only fun and boring...
    Formatting my server because someone hacked into it sounds pretty boring to me...
    That\'s why it\'s all about AntiOnline.com!
    [/shadow]

  6. #6
    to go a step farther you can make a hidden directory (with no name) by using non ASCII characters. Just look in the back of your Windows manual and it should have a listing of differant combinations that make up symbols and what not. Just use those.

    I know that it worked in Win98, not sure about WinXP
    To be God is to be Root, if someone is erking you just type: rm -d /home/heathen

  7. #7
    Junior Member
    Join Date
    Feb 2003
    Posts
    21
    Error on site???
    Code:
    Warning: stat failed for c:/apache/attachments/51b50ec53f466b080df40eb261c0227b.file (errno=2 - No such file or directory) in /data/httpd1/htdocs/attachment.php on line 73
    
    Warning: fopen("c:/apache/attachments/51b50ec53f466b080df40eb261c0227b.file", "rb") - No such file or directory in /data/httpd1/htdocs/attachment.php on line 74
    
    Warning: fread(): supplied argument is not a valid File-Handle resource in /data/httpd1/htdocs/attachment.php on line 75
    
    Warning: fclose(): supplied argument is not a valid File-Handle resource in /data/httpd1/htdocs/attachment.php on line 76
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 78
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 79
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 80
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 81
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 82
    
    Warning: Cannot add header information - headers already sent by (output started at /data/httpd1/htdocs/attachment.php:73) in /data/httpd1/htdocs/attachment.php on line 87
    .

Posting Permissions

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