Jump to content

ckislam

Member
  • Posts

    137
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

About ckislam

Contact Methods

  • AIM
    islamadel
  • MSN
    ckislam@hotmail.com
  • Website URL
    http://www.tgup.net
  • ICQ
    76552364
  • Yahoo
    ckislam

Profile Information

  • OS
    Windows 7 x64

Recent Profile Visitors

2,547 profile views

ckislam's Achievements

1

Reputation

  1. TGUP is still running.. development is continuing.. check updates at the official site: www.tgup.net
  2. Here is a batch script to install Fonts in any Folder automatically. Paste the following code in notepad and save it as "ADD_Fonts.cmd" place the cmd file inside the folder of the fonts you want to install and run it or add the source folder as a parameter. for example "ADD_fonts.cmd" C:\Folder 1\Folder 2\ @ECHO OFF TITLE Adding Fonts.. REM Filename: ADD_Fonts.cmd REM Script to ADD TrueType and OpenType Fonts for Windows REM By Islam Adel REM 2012-01-16 REM How to use: REM Place the batch file inside the folder of the font files OR: REM Optional Add source folder as parameter with ending backslash and dont use quotes, spaces are allowed REM example "ADD_fonts.cmd" C:\Folder 1\Folder 2\ IF NOT "%*"=="" SET SRC=%* ECHO. ECHO Adding Fonts.. ECHO. FOR /F %%i in ('dir /b "%SRC%*.*tf"') DO CALL :FONT %%i REM OPTIONAL REBOOT REM shutdown -r -f -t 10 -c "Reboot required for Fonts installation" ECHO. ECHO Done! PAUSE EXIT :FONT ECHO. REM ECHO FILE=%~f1 SET FFILE=%~n1%~x1 SET FNAME=%~n1 SET FNAME=%FNAME:-= % IF "%~x1"==".otf" SET FTYPE=(OpenType) IF "%~x1"==".ttf" SET FTYPE=(TrueType) ECHO FILE=%FFILE% ECHO NAME=%FNAME% ECHO TYPE=%FTYPE% COPY /Y "%SRC%%~n1%~x1" "%SystemRoot%\Fonts\" reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "%FNAME% %FTYPE%" /t REG_SZ /d "%FFILE%" /f GOTO :EOF ADD_Fonts.cmd
  3. Anybody knows?
  4. Development of TGUP has been suspended due to health related reasons, if interested to take it over, reply with a good reason + sourceforge username
  5. This method doesn't Install TeamViewer as Service, doesn't create Shortcuts and doesn't add Uninstall Information!
×
×
  • Create New...