Close

Results 1 to 6 of 6
  1. #1
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default HELP: Reminder/WhiteBoard APP

    ok I know nothing about programming. I have an Archos Jukebox which when plugged in to the PC acts like a HDD. At the moment I have a Autorun.inf file in there which changed the icon of the drive letter.

    What I need is to have a application that runs as soon as I plug it that can act as like a reminder/white board. For example: I'm at work and I remember that I need to download a certain MP3 when I get in. So I write it on the white board. when I get home It pops up and I remember to d/l it. This would apply to lots of things Milk, Wipe my arse, etc

    Any Ideas? I got Visual Basic here. I dont think it would be hard to code, but as I say.. I know nuffin
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  2. #2
    DF VIP Member graham.edmon's Avatar
    Join Date
    May 2001
    Location
    Edinburgh
    Posts
    263
    Thanks
    0
    Thanked:        0
    Karma Level
    290

    Default

    how about creating a batch file with your reminders in Messenger boxes i.e.


    reminder.bat
    @echo off
    net send 127.0.0.1 "Remember to wash car"
    net send 127.0.0.1 "Our wedding anniversary, don't forget pressie or you're sleeping with the dog"



    then in your autorun.inf you have

    [autorun]
    open= reminder.bat

  3. #3
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default

    yes i have been toying with this sort of idea. But I really want an editable list.. just like notepad. I'm going to see if I can launch a .txt file using .bat files
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  4. #4
    DF VIP Member graham.edmon's Avatar
    Join Date
    May 2001
    Location
    Edinburgh
    Posts
    263
    Thanks
    0
    Thanked:        0
    Karma Level
    290

    Default

    put this into your bat file

    @echo off
    notepad.exe c:\temp\myfile.txt

  5. #5
    DF VIP Member wizer's Avatar
    Join Date
    Jul 2001
    Location
    daan saaf
    Posts
    2,594
    Thanks
    1
    Thanked:        8
    Karma Level
    402

    Default

    thanks, the batch file works now and if i double click the drive letter it loads the txt file. But I cant get it to launch the txt file when I plug the drive in?

    any ideas?

    autorun.inf
    [autorun]
    ICON=\.rockbox\ARCHOS.ICO
    OPEN=autorun.bat

    autorun.bat
    @echo off
    notepad.exe \reminder.txt
    Photography: Nikon D50 - 18-55mm, 70-300mm, 105mm Macro, 2 x 2gb SD Cards, Jessops Tripod, LowePro Rucksack

  6. #6
    DF VIP Member nitelife's Avatar
    Join Date
    Nov 2002
    Location
    Reading, Berks
    Posts
    1,170
    Thanks
    115
    Thanked:        13
    Karma Level
    337

    Default

    Are you sure the PC is setup to use the autorun feature? I know you can disable it...

    You could (if you wanted) add a menu option (right click) on the drive as well:

    shell\todo\command=notepad readme.txt
    shell\todo=To &Do...

Similar Threads

  1. Reminder
    By Giggahertz in forum PC Software
    Replies: 3
    Last Post: 16th April 2005, 03:21 AM
  2. DF Napster Reminder
    By fonetech in forum Gamblers Anonymous
    Replies: 2
    Last Post: 25th February 2005, 09:47 AM
  3. Reminder - READ THE RULES
    By Panda in forum Funny Pictures
    Replies: 0
    Last Post: 14th November 2004, 09:52 AM
  4. Just a friendly reminder.....
    By flumperino in forum Funny Pictures
    Replies: 3
    Last Post: 2nd September 2004, 04:26 PM
  5. C&C Generals beta tommorrow! Just a reminder
    By evstein7 in forum PC Gaming
    Replies: 3
    Last Post: 11th October 2002, 12:59 AM

Social Networking Bookmarks

Posting Permissions

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