Hi there, In XP I used 2 batch files to create a popup reminder in a cmd window. I don't want to use a program like task manager as it requires to much input for the type of reminder I want. With these batch files I would run one of them, enter a time, enter a description and that was it. A cmd window would popup at the set time and show me whatever I had typed in the description. Quick and easy, no mucking around. I have tried to use them on W7 but they don't seem to work. Can someone please tell me if I can do this on W7 and how? Here are the details of the 2 batch files used in XP:
They both go in C:\Windows. Run setalarm.bat to create the reminder. Type time in 00:00 format and press Enter. Type description and press Enter.
1: setalarm.bat
@ECHO OFF
SETLOCAL
SET _t=%1
SET _d=%2 %3 %4 %5
SET _x=%_d: =%
IF NOT DEFINED _t (SET /P _t=Enter the time: )
IF NOT DEFINED _x (SET /p _d=Enter the description: )
IF NOT DEFINED _d (SET /p _d=Enter the description: )
ECHO. reminder at %_t% to %_d%
at \\%COMPUTERNAME% %_t% /interactive cmd /c showalarm "%_d%"
2: showalarm.bat
@echo off
cls
echo.
echo.
echo %1
echo.
echo.
pause
Cheers.
They both go in C:\Windows. Run setalarm.bat to create the reminder. Type time in 00:00 format and press Enter. Type description and press Enter.
1: setalarm.bat
@ECHO OFF
SETLOCAL
SET _t=%1
SET _d=%2 %3 %4 %5
SET _x=%_d: =%
IF NOT DEFINED _t (SET /P _t=Enter the time: )
IF NOT DEFINED _x (SET /p _d=Enter the description: )
IF NOT DEFINED _d (SET /p _d=Enter the description: )
ECHO. reminder at %_t% to %_d%
at \\%COMPUTERNAME% %_t% /interactive cmd /c showalarm "%_d%"
2: showalarm.bat
@echo off
cls
echo.
echo.
echo %1
echo.
echo.
pause
Cheers.
My Computer
- Computer Manufacturer/Model Number
- Acer Aspire 5741
- OS
- windows 7 Home Premium
- CPU
- Intel Core i5 @ 2.27GHz 32nm Technology
- Motherboard
- Acer Aspire 5741 (CPU)
- Memory
- DDR3 4.0GB
- Graphics Card(s)
- Intel(R) Graphics Media Accelerator HD
- Sound Card
- Realtek High Definition Audio Intel(R) Display Audio
- Monitor(s) Displays
- Generic PnP Monitor on Intel Graphics Media Accelerator HD
- Screen Resolution
- 1366x768
- Hard Drives
- Seagate 2.5" SATA 500GB
- Keyboard
- Synaptics PS/2 Port TouchPad
- Mouse
- Microsoft Comfort Mouse 4500 (IntelliPoint)
Everyone here at sevenforums is usually soooooooo amazing but this post has had 180+ views over a week and not one reply. I'm sure this must be possible in w7 but is there no-one out there who can show me how? (Or at least confirm it's possible.) Please help!! Please please please.



