Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to create an Alarm Clock?

6 views
Skip to first unread message

Dmitriy Kopnichev

unread,
Jul 24, 2002, 1:18:25 AM7/24/02
to
How to make a Windows ME work as an Alarm Clock? An Alarm should be a sound.
--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru


David Candy

unread,
Jul 24, 2002, 1:36:47 AM7/24/02
to
Use this in scheduled tasks

This is the command line for my alarm clock.
"C:\Program Files\Windows Media Player\mplayer2.exe" /play /close "C:\My Documents\My Music\beck.asf"

Which does play and close. This is one line and spaces and quotes are important.


--
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
http://www.winsite.com/bin/Info?500000002364 or http://www.simtel.com/pub/pd/18669.html
--
http://www.newstatesman.co.uk and http://www.newint.org
---------------------------------------------------------------
"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:OWExwJtMCHA.1936@tkmsftngp12...

Dmitriy Kopnichev

unread,
Jul 24, 2002, 2:20:03 AM7/24/02
to
Hello
Thanks.
How to play the file in a loop? How to play a playlist?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:eBHz9PtMCHA.2468@tkmsftngp12...

David Candy

unread,
Jul 24, 2002, 2:38:31 AM7/24/02
to
I repeat beck every three minutes (I actually use a short sound now so I don't get up and turn the power off while still sleeping). Use wmplayer to play a playlist. I'll let others gve the examples as I don't use playlists.

--
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
http://www.winsite.com/bin/Info?500000002364 or http://www.simtel.com/pub/pd/18669.html
--
http://www.newstatesman.co.uk and http://www.newint.org
---------------------------------------------------------------

"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:e2B3SstMCHA.2192@tkmsftngp11...

Dmitriy Kopnichev

unread,
Jul 24, 2002, 2:44:34 AM7/24/02
to
How to
How to play a playlist in a loop in wmplayer?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:u58MdytMCHA.840@tkmsftngp10...

Bill Blanton

unread,
Jul 24, 2002, 6:26:41 AM7/24/02
to
A playlist is simply a text file with an m3u extension.

Example for Dmitriy.m3u
d:\music\1.mp3
d:\music\2.mp3
d:\music\3.mp3
d:\music\SubFolder\4.wav
d:\music\SubFolder\x.mpg

To run:
C:\Program Files\Windows Media Player\mplayer2.exe" /play Dmitriy.m3u

To get a complete list of files in a bare format:
dir d:\music\*.* /s/b > Dmitriy.m3u
or mp3's only:
dir d:\music\*.mp3 /s/b > Dmitriy.m3u


"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:#3$yO6tMCHA.208@tkmsftngp12...

Dmitriy Kopnichev

unread,
Jul 24, 2002, 7:10:15 AM7/24/02
to
Hello
Does Dmitriy.m3u means "drive:\folder\folder 2\Dmitriy.m3u" in your line:
C:\Program Files\Windows Media Player\mplayer2.exe" /play Dmitriy.m3u?
Where should your line: dir d:\music\*.* /s/b > Dmitriy.m3u be run?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"Bill Blanton" <bbla...@REMOVEmagicnet.net> wrote in message
news:uT2p1xvMCHA.2488@tkmsftngp11...

Bill Blanton

unread,
Jul 24, 2002, 2:17:43 PM7/24/02
to
"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:#zMJhOwMCHA.2512@tkmsftngp10...

> Hello
> Does Dmitriy.m3u means "drive:\folder\folder 2\Dmitriy.m3u" in your line:
> C:\Program Files\Windows Media Player\mplayer2.exe" /play Dmitriy.m3u?

Depends. But yes, the full path will allow it to be loaded from anywhere..


You can also double-click on the m3u file in explorer. It should be
associated with your player.


> Where should your line: dir d:\music\*.* /s/b > Dmitriy.m3u be run?

From a DOS prompt. The file will be created in the current directory(folder).
To create the file on the desktop for example:
dir d:\music\*.* /s/b > c:\windows\desktop\Dmitriy.m3u
The > character redirects output to the device(file) that is pointed to.
The "dir" output will be written to a file.

Bill Blanton

unread,
Jul 24, 2002, 2:22:24 PM7/24/02
to
Also. You can edit the *.m3u file in notepad.


"Bill Blanton" <bbla...@REMOVEmagicnet.net> wrote in message news:uf2nC5zMCHA.2428@tkmsftngp12...

Dmitriy Kopnichev

unread,
Jul 25, 2002, 1:22:23 AM7/25/02
to
Thanks Bill :-)

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"Bill Blanton" <bbla...@REMOVEmagicnet.net> wrote in message
news:OOLEq7zMCHA.1936@tkmsftngp12...

Dmitriy Kopnichev

unread,
Jul 26, 2002, 5:42:56 AM7/26/02
to
Hello
How to get a file full path without typing? I know one way: coping the path
from Run window after browsing for the file.

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"Bill Blanton" <bbla...@REMOVEmagicnet.net> wrote in message
news:OOLEq7zMCHA.1936@tkmsftngp12...

David Candy

unread,
Jul 26, 2002, 6:42:30 AM7/26/02
to

Installing Sendto on Windows 98, 2000, ME, and XP

Install the Windows 95 Send To Power Toys. After installing go to Add/Remove programs in Control Panel and select Send To Extension Power Toys, click Add/Remove and clear the checkboxes for the three mail extensions. Type the following line in Start - Run.

regsrv32 sendmail

This fixes the one problem that installing Win95 Power Toys Send To causes. It still worthwhile installing then fixing for the added functionally of Send To Powertoys. Win98 Send To Desktop As Shortcut and Powertoys Send to Mail can't co-exist, but Win 98 includes it's own Send To Mail.

Send To Key Modifiers

Key Description
File System Objects
Control Copies a file
Shift Moves a file
Control and Shift Creates a shortcut
Send To Powertoys (except Send To Clipboard as Contents)
Control Uses the short file name rather than the long file name
Send To Clipboard as Contents Powertoys
Control Displays a dialog box to select the clipboard data formats

General Send To Tips

  • To create sub menus on the Send To menu type Sendto in the Start - Run dialog box. Click a blank spot and choose New then Folder. Rename the folder to the name you want on the Send To menu. Drag your shortcuts you want on the menu into this folder.
  • Put a shortcut to Sendto folder into the Sendto folder. Then when you want to add a program or folder to the Send To menu right click it, choose Send To then while holding Ctrl + Shift click Sendto.
  • To get a list of files you can use the first tip on this page or install the Win 95 Sendto Powertoys (described elsewhere on this page) and send the selected files to the Clipboard As Name powertoy.
  • To put the URL of a favourite on the clipboard rather than it's name use Clipboard As Content.

--
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
http://www.winsite.com/bin/Info?500000002364 or http://www.simtel.com/pub/pd/18669.html
--
http://www.newstatesman.co.uk and http://www.newint.org
---------------------------------------------------------------
"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:uORyKjINCHA.2016@tkmsftngp08...

Dmitriy Kopnichev

unread,
Jul 26, 2002, 8:13:35 AM7/26/02
to
Hello
How will Installing Sendto help to get a file full path without typing?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:uMJsIEJNCHA.2696@tkmsftngp13...

Installing Sendto on Windows 98, 2000, ME, and XP
Install the Windows 95 Send To Power Toys. After installing go to Add/Remove
programs in Control Panel and select Send To Extension Power Toys, click
Add/Remove and clear the checkboxes for the three mail extensions. Type the
following line in Start - Run.

regsrv32 sendmail

This fixes the one problem that installing Win95 Power Toys Send To causes.
It still worthwhile installing then fixing for the added functionally of
Send To Powertoys. Win98 Send To Desktop As Shortcut and Powertoys Send to
Mail can't co-exist, but Win 98 includes it's own Send To Mail.

Send To Key Modifiers
Key Description
File System Objects
Control Copies a file
Shift Moves a file
Control and Shift Creates a shortcut
Send To Powertoys (except Send To Clipboard as Contents)
Control Uses the short file name rather than the long file name
Send To Clipboard as Contents Powertoys
Control Displays a dialog box to select the clipboard data formats

General Send To Tips
a.. To create sub menus on the Send To menu type Sendto in the Start - Run


dialog box. Click a blank spot and choose New then Folder. Rename the folder
to the name you want on the Send To menu. Drag your shortcuts you want on
the menu into this folder.

b.. Put a shortcut to Sendto folder into the Sendto folder. Then when you


want to add a program or folder to the Send To menu right click it, choose
Send To then while holding Ctrl + Shift click Sendto.

c.. To get a list of files you can use the first tip on this page or


install the Win 95 Sendto Powertoys (described elsewhere on this page) and
send the selected files to the Clipboard As Name powertoy.

d.. To put the URL of a favourite on the clipboard rather than it's name

Dmitriy Kopnichev

unread,
Jul 26, 2002, 8:35:32 AM7/26/02
to
Hello
How will Installing Sendto help to paste a file full path in the command
line for an alarm clock?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:uMJsIEJNCHA.2696@tkmsftngp13...

Installing Sendto on Windows 98, 2000, ME, and XP
Install the Windows 95 Send To Power Toys. After installing go to Add/Remove
programs in Control Panel and select Send To Extension Power Toys, click
Add/Remove and clear the checkboxes for the three mail extensions. Type the
following line in Start - Run.

regsrv32 sendmail

This fixes the one problem that installing Win95 Power Toys Send To causes.
It still worthwhile installing then fixing for the added functionally of
Send To Powertoys. Win98 Send To Desktop As Shortcut and Powertoys Send to
Mail can't co-exist, but Win 98 includes it's own Send To Mail.

Send To Key Modifiers
Key Description
File System Objects
Control Copies a file
Shift Moves a file
Control and Shift Creates a shortcut
Send To Powertoys (except Send To Clipboard as Contents)
Control Uses the short file name rather than the long file name
Send To Clipboard as Contents Powertoys
Control Displays a dialog box to select the clipboard data formats

General Send To Tips
a.. To create sub menus on the Send To menu type Sendto in the Start - Run


dialog box. Click a blank spot and choose New then Folder. Rename the folder
to the name you want on the Send To menu. Drag your shortcuts you want on
the menu into this folder.

b.. Put a shortcut to Sendto folder into the Sendto folder. Then when you


want to add a program or folder to the Send To menu right click it, choose
Send To then while holding Ctrl + Shift click Sendto.

c.. To get a list of files you can use the first tip on this page or


install the Win 95 Sendto Powertoys (described elsewhere on this page) and
send the selected files to the Clipboard As Name powertoy.

d.. To put the URL of a favourite on the clipboard rather than it's name

David Candy

unread,
Jul 26, 2002, 8:39:11 AM7/26/02
to
Tells you in the post.

--
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
http://www.winsite.com/bin/Info?500000002364 or http://www.simtel.com/pub/pd/18669.html
--
http://www.newstatesman.co.uk and http://www.newint.org
---------------------------------------------------------------

"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:OmNM0CKNCHA.2004@tkmsftngp08...

Dmitriy Kopnichev

unread,
Jul 26, 2002, 9:03:05 AM7/26/02
to
Hello
There is a Send to in Windows XP file context menu?
Should I still install Windows 95 Send To Power Toys?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:ut3PiIKNCHA.2492@tkmsftngp10...

Dmitriy Kopnichev

unread,
Jul 26, 2002, 9:20:20 AM7/26/02
to
Hello
Can I use PowerToys for Windows XP instead of Windows 95 Send To Power Toys
for pasting a file full path?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"David Candy" <dav...@sia.net.au> wrote in message
news:ut3PiIKNCHA.2492@tkmsftngp10...

David Candy

unread,
Jul 26, 2002, 9:32:48 AM7/26/02
to
There is no XP Sendto powertoys, only windows 95. These add additional functions to sendto.

--
---------------------------------------------------------------
David Candy
http://www.mvps.org/serenitymacros
http://www.winsite.com/bin/Info?500000002364 or http://www.simtel.com/pub/pd/18669.html
--
http://www.newstatesman.co.uk and http://www.newint.org
---------------------------------------------------------------

"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:eSNGucKNCHA.1924@tkmsftngp12...

Bill Blanton

unread,
Jul 26, 2002, 1:30:05 PM7/26/02
to
I usually use the address bar in explorer. If you mean the command line
for the /play parameter then it shouldn't be too much work. If for the music
files then it might be more difficult if they are scattered about.
To get a list of all mp3s on C:

dir c:\*.mp3 /s/b > c:\desktop\playlist.m3u
Then to add all wav files to the same file
dir c:\*.wav /s/b >> c:\desktop\playlist.m3u
(note the double >> to append)

Then you can cut the lines you don't want and rearrange the order
using notepad.


"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:uORyKjINCHA.2016@tkmsftngp08...

sunny

unread,
Jul 26, 2002, 6:43:54 PM7/26/02
to

"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:uORyKjINCHA.2016@tkmsftngp08...

| Hello
| How to get a file full path without typing? I know one way: coping the path
| from Run window after browsing for the file.

I snagged a Visual Basic script "copy file path" from the ms stationery group some time ago.
It's a 256kb zipped appl. that adds "copy file path" to the right click menu that copies it to
the clipboard for pasting into other apps. (also grabbed "open new folder" from the same source)
both of which work fine in WinME. If you can't readily find them, I can send them to you :-)

Dmitriy Kopnichev

unread,
Jul 29, 2002, 9:55:54 AM7/29/02
to
Hello
The address bar in explorer contains a file full path without the file name.
How to get a file full path with file name?

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"Bill Blanton" <bbla...@REMOVEmagicnet.net> wrote in message
news:OKrf1nMNCHA.360@tkmsftngp13...

Dmitriy Kopnichev

unread,
Jul 29, 2002, 9:59:22 AM7/29/02
to
Hello
Yes. Please, send the Visual Basic scripts "copy file path" and "open new
folder" to me by e-mail.

--
Please, click Message menu, then 'Reply to all' in Outlook Express. This
sends your reply to the newsgroups and to
my email address at the same time. Or reply to the newsgroups and my e-mail.
Mr. Dmitriy Kopnichev
e-mail: ko...@hotbox.ru
"sunny" <womba...@hotmail.com> wrote in message
news:eumkEXPNCHA.2404@tkmsftngp11...

sunny

unread,
Jul 29, 2002, 8:15:35 PM7/29/02
to

"Dmitriy Kopnichev" <ko...@hotbox.ru> wrote in message news:ODckMkwNCHA.2556@tkmsftngp08...

| Hello
| Yes. Please, send the Visual Basic scripts "copy file path" and "open new
| folder" to me by e-mail.
On their way :-)

0 new messages