@echo off
set backupdir=X:\i8\Stages\BU\
set sourcedir=c:\temp
REM Create the date and time elements.
for /f "tokens=1-7 delims=:/-, " %%i in ('echo exit^|cmd /q /k"prompt $d $t"') do (
for /f "tokens=2-4 delims=/-,() skip=1" %%a in ('echo.^|date') do (
set dow=%%i
set %%a=%%j
set %%b=%%k
set %%c=%%l
set hh=00%%m
set hh=%hh:~-2%
set min=%%n
set ss=%%o
set datetime=%yy%%mm%%dd%_%hh%%min%
)
)
echo %datetime%
@echo on
REM Make Backup dir
if not exist %backupdir%%datetime% mkdir %backupdir%%datetime%
REM Copy file to backup including sub dirs
xcopy %sourcedir% %backupdir%%datetime%\ /S /Y
Till Next Time
Wednesday, January 29, 2014
Sunday, March 17, 2013
NMEA Baudrate Change Sentences
4800/8/N/1 $PSRF100,1,4800,8,1,0*0E
9600/8/N/1 $PSRF100,1,9600,8,1,0*0D
19200/8/N/1 $PSRF100,1,19200,8,1,0*38
38400/8/N/1 $PSRF100,1,38400,8,1,0*3D
Till Next Time
9600/8/N/1 $PSRF100,1,9600,8,1,0*0D
19200/8/N/1 $PSRF100,1,19200,8,1,0*38
38400/8/N/1 $PSRF100,1,38400,8,1,0*3D
Till Next Time
Tuesday, July 14, 2009
Tuesday, March 31, 2009
NOKIA Presenter PowerPoint 2007
From Anton3s:
Till Next Time
First the good news:
I got Nokia Presenter to recognize Powerpoint 2007.
Open C:\Program Files\Nokia\Nokia Wireless
Presenter\Profiles\Powerpoint.ini(in notepad or something).
Add the value PP12FrameClass to the ClassName field.Now Presenter should
recognize Powerpoint 2007.
But now the bad news:
It still doesn't work with PP 2007 presentations (.pptx files).However if
you save your presentation in the old format (.ppt), then it works
perfectly.
Hope this helps you.
Till Next Time
Sunday, January 11, 2009
NOKIA Presenter
One of my kids had "borrowed" my phone will she was "bored" sitting in the back of the car on the way back from het grandparents..... So it was completly messed up when I got it back. Including the presenter which I really need next wednesday! It took me ages to find it again at web, especialy the phone part:
The PC appplication can be found at:
http://europe.nokia.com/A4149109
Install this application just by running the executable.
The Java app for your phone can be found at:
http://europe.nokia.com/A4174140
Copy both the JAR and JAD, then use PC Suite to "Install Application" to your phone.
Till Next Time
The PC appplication can be found at:
http://europe.nokia.com/A4149109
Install this application just by running the executable.
The Java app for your phone can be found at:
http://europe.nokia.com/A4174140
Copy both the JAR and JAD, then use PC Suite to "Install Application" to your phone.
Till Next Time
Welcome to Stuff I Sometimes Need
I will put here all the stuff which doesn't fit one off my 101 blogs.
Till Next Time
Till Next Time
Subscribe to:
Posts (Atom)