Page 10 of 11 FirstFirst 1234567891011 LastLast
Results 91 to 100 of 107
  1. #91
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    [Ver 1.1.2.57]
    IT-Toolbox.exe software debug progress report.

    There should be a version update released in a week or two.....

    The pending release should fix some minor and major bugs in the current version.
    There is a couple of new options an some other functions added in the newer version.

    Hopefully time will permit........
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  2. #92
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    Still here......[24/11/2016]

    I hope to have an update version out by xmas time(2016), if not, then soon after.... I hope.....

    I will require help from the usual software bug testers. It's a pain trying to continuously bug test all options...

    I'd like some assistant from experienced I.T. guys to correct some of the operating system App side,and possibly clean up some of the network App issues. As with all operating systems, there is a few different ways to do the same job. It's handy to know if there is a better way to do the software job required. I like the K.I.S.S. method the best.

    The software is designed for all Technical an IT personnel.


    Apology for the delay....

    .....
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  3. #93
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    Yes ... same as before.... I have been plodding along in the man-cave.

    I was about to release the lastest version ittbox.exe software yesterday when I stubbled across 3 more software bugs.

    One bug halted the program. I have track down an fixed the darn illusive program halting bug.Two other minor bugs are still pending. For those interested, the minor bugs are associated with hanging pointers, which are an equal P.I.T.A to find. They are not critical, so I may release this version and fix them next round.
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  4. #94
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    While I'm on the topic of bug fixes....? (29-4-17)
    The below Del_Spooler.bat (ver 1.0) file had been post to a thread on the 27-04-2017.
    I have found a spaces and line-feed error in Ver1.0 that is caused by copytechnet text formatting when ever a person cut and pastes blocks of text into a new post. I have repaired the line-feed error. I have modified the below Del_Spooler.bat batch file output text spacing, which compensates for Copytechnet text block formatting condition.
    See insert version 1.1 below.

    Purpose:
    -----------------------------
    Some office staff ,I.T. and Technicians have experienced a corrupt print out when sending files from their PC to a printer. The problem at times appears more so from pages printed off the internet. There are a number of causes for the corrupt print file problem. One of the causes may be a corrupt print job file sitting in the Spooler service print queue of the personal computer. To fix the corrupt print file on the PC you may need to manually force Windows sofware to clear the print queue. The inserted batch file below does that, in that it deletes all corrupt print files residing in the \windows\system32\spool\printers directory.

    About Del_spooler batch file:
    -------------------------------
    On execution the Del_spooler.bat batch file will check for elevated administrator privileges, otherwise the batch file halts execution. The Del_spooler batch file must be run as an administrator to allow NET STOP SPOOLER and NET START SPOOLER to reset. If Del_spooler.bat passes the administrator test, the batch file then checks if there are any files in the \windows\system32\spool\printers directory. If no files are found, then the batch file exits. If Printer files are found in the \spool\printers directory, the batch file will display all files by Date,Time,Size,Owner and Filename. After displaying all files, Del_spooler will attempt to stop the windows print spooler services from receiving any new files into the\spool\Printers directory; by executing the NET STOP SPOOLER command.

    After stopping the spooler services, the batch file will then attempt to (/Force) delete all files found in the Spool\Printers directory. After deleting all files from the \spool\printers directory, the batch file will attempt to restart the print spooler service with the NET START SPOOLER command.

    After restarting the windows spooler service, the batch file will list any remaining files that where "not deleted" from the \spool\printer directory. If there are file(s) left over after deleting, those files may be hardware corrupt, or system protected files put there by undesirable activites. The user must delete those files manually.

    Example Del_Spooler displayed output:
    ------------------------------------------------
    (Apology for copytechnet ascii formatting)

    ======================================
    ****** WINDOWS XP -- WIN 10 **********
    *** Clear Print Spooler directory. ***
    * Author : NeoMatrix Date : 29-04-17 *
    **** Website: www.copytechnet.com ****
    ==========================[Ver 1.1]===
    --- Date ---- Time -------------- Size ---- Owner -------------- File Name ---
    29/04/2017 12:39 PM ----------- 2,460 NT AUTHORITY\SYSTEM ------ 00002.SHD
    29/04/2017 12:39 PM -------- 158,548 MyPC_APP\Sysop ------------- 00002.SPL

    The Print Spooler service is stopping.
    The Print Spooler service was stopped successfully.

    All Spooler Print files deleted....

    The Print Spooler service is starting.
    The Print Spooler service was started successfully.

    Press any key to continue . . .
    -----------------------------------------------------


    Cut and paste the inserted text below:
    ----------------------------------------
    The batch file below is shown as a do-it-yourself text file to allay any concerns
    about the transfer of viruses, or any other unwanted internet software code practices.

    Using notepade.exe, cut and paste the below inserted batch file to a text file, and save the text file as Del_Spooler.bat.

    Disclaimer :
    ----------------------
    Use the following batch file as is at your own risk.

    The below batch file has been tested on Win8.1

    -----------8<--------------- insert ---------------------------------------------
    @Echo off
    @Echo ======================================
    @Echo ****** WINDOWS XP -- WIN 10 **********
    @Echo *** Clear Print Spooler directory. ***
    @Echo * Author : NeoMatrix Date : 29-04-17 *
    @Echo **** Website: www.copytechnet.com ****
    @Echo ==========================[Ver 1.1]===
    @Rem Operating System: Microsoft Windows only.
    @Rem Must be run as Windows administrator.
    @Rem Feel free to modify this batch file however.
    @Echo.

    :Initialise
    @Setlocal
    @Set SpoolerDir="%comspec:cmd.exe=%spool\printers"

    :Start
    @>nul 2>nul dir /a-d "%SpoolerDir%\*" && (goto CheckPrivileges)
    @Echo No file(s) found in Spooler Print directory :
    @Echo %SpoolerDir%
    @Echo.
    @goto Halt

    :CheckPrivileges
    @Rem Check user has elevated admin privileges by forcing condition test.
    @NET FILE 1>NUL 2>NUL
    @if '%errorlevel%'=='0' goto AllOk
    @Echo Batch file must be run as Administrator
    @Echo to allow Spooler Service to Reset.
    @Echo.
    @goto Halt

    :AllOk
    @Rem @Echo Deleting all Print Files in :
    @Rem @Echo %SpoolerDir%
    @Rem Remove unwanted DIR headings.
    @echo --- Date ---- Time -------------- Size ---- Owner -------------- File Name ---
    @FOR /f "tokens=*" %%D IN ('dir /q /a-d %spoolerdir%\*.* ^| find "/"') DO echo %%D
    @Echo.

    :MainExecution
    @Net stop spooler
    @Del /F /Q %SpoolerDir%\*.*
    @Echo All Spooler Print files deleted....
    @Echo.
    @Net start spooler
    @Echo.

    :Remaining
    @Rem Show if any corrupt files still remaining in Spooler directory.
    @>nul 2>nul dir /a-d "%SpoolerDir%\*" || (goto Halt)
    @Echo Files Still Remaining in Spooler Directory :
    @Echo -------------------------------------------
    @Dir %SpoolerDir% /b
    @Echo.

    :Halt
    @EndLocal
    @pause
    -----------8<--------------- End ------------------------------------------------
    Last edited by NeoMatrix; 04-29-2017 at 07:15 AM.
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  5. #95
    Senior member of CRS 2,500+ Posts
    All in one I.T. Tech software.

    ZOOTECH's Avatar
    Join Date
    Jul 2007
    Location
    Insane Diego, CA
    Posts
    3,367
    Rep Power
    102

    Re: All in one I.T. Tech software.

    Mat, I hope you are spending as much time with your wife as you are with this honorable project!
    "You can't trust your eyes, if your mind is out of focus" --

  6. #96
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    Quote Originally Posted by ZOOTECH View Post
    Mat, I hope you are spending as much time with your wife as you are with this honorable project!
    Ouch... so you noticed that too...

    Hmm... no rest for the wicked as they saying goes.
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  7. #97
    Senior member of CRS 2,500+ Posts
    All in one I.T. Tech software.

    ZOOTECH's Avatar
    Join Date
    Jul 2007
    Location
    Insane Diego, CA
    Posts
    3,367
    Rep Power
    102

    Re: All in one I.T. Tech software.

    Quote Originally Posted by NeoMatrix View Post
    Ouch... so you noticed that too...

    Hmm... no rest for the wicked as they saying goes.
    Get some rest, hopefully, with your loved one. It's always better that way!!!
    "You can't trust your eyes, if your mind is out of focus" --

  8. #98
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    Just spring cleaning... [13-08-18]
    I've post the below LDAP ad.bat (ver1.3) below for keepsake before I delete the LDAP folder off my HDD.
    Some other people might find a use for it....

    For those that don't know the LDAP batch file topic was raised in the following post:
    hhttp://www.copytechnet.com/forums/konica-minolta/130117-populating-address-book-post607124.html#post607124
    Populating the address book

    Feel free to modify the below batch file to suit your requirements.

    Oh! and you'll require copy of ADFIND.EXE. You can download a copy of "Adfind.exe" from this URL:
    hhttp://joeware.net/freetools/tools/adfind/index.htm
    AdFind

    The below version fix's and output bug from ad.bat ver 1.2, and has been optimised for a lot faster execution.

    ------------------------8<--------------------------------------------------------------------------------------------------------

    echo off
    setlocal ENABLEDELAYEDEXPANSION ENABLEEXTENSIONS
    cls
    echo ************* LDAP Server Query. ********************
    echo This batch file Querys a public internet LDAP server.
    echo Output is limited to 50 lines of formatted text.
    echo This is a totally random LDAP filter demonstration.
    echo Author:Neomatrix, www.copytechnet.com
    echo ***********************************[Ver 1.3]*********
    echo.
    echo Running... please wait....

    rem -------------------- Main --------------
    rem Debian host is anonymous login, no password required.
    set LDAP_Server=db.debian.org:389
    set datafile="_ldapdata.txt"
    set csvfile="_outfile.txt"
    set "T= "
    set "Bar="
    for /L %%i in (1,1,70) do set "Bar=!Bar!="
    rem set maxlines high value to output all lines.
    set /a maxlines=50

    rem *** Critical matching search and output fields here.***
    rem *** Add more matching fields here as required. ***
    rem *** Must update ---filter--- procedure to same. ***
    set "RS=dn:"
    set /a matching=4
    set "f1=>cn:"
    set "f2=>sn:"
    set "f3=>labeledURI:"
    set "f4=>keyFingerPrint:"
    set fields="!RS! !f1! !f2! !f3! !f4!"

    rem *** main ****
    call :Init !LDAP_Server! !datafile! !fields!
    call :Header !csvfile!
    call :Body !datafile! !csvfile!
    call :Footer !csvfile!
    call :CRT_Display !csvfile!
    goto End


    rem ----------------- Init -----------------
    :Init LDAP_Server datafile fields
    set host=-h %1 -simple -up
    rem set sw=-list -s one -soao
    set "sw="
    set params=-b ou=users,dc=debian,dc=org
    rem **Filter LDAP server data here with user fields.**
    (adfind %host% %sw% %params% | findstr /i /p /b %3) > %2
    if %~z2==0 (
    echo No matching filter records found...
    set NoRecords=1
    exit /b
    )
    echo LDAP server query done...
    exit /b

    rem ---------------- Header ----------------
    :Header outfile
    echo !Bar! > %1
    echo First!T!Last!T!!T!PGP Key!T!!T!URL >>%1
    echo !Bar! >> %1
    exit /b

    rem ------------------ Filter -------------
    :Body datafile csvfile
    set /a max=0
    set /a block=0
    set /a sameblock=1

    rem for /f "tokens=1* delims=:" %%i in ('findstr /i /p !fields! %~1') do (
    for /f "tokens=1* delims=:" %%i in (%~1) do (
    set id=%%i:
    set value=%%j
    if "!id!"=="!RS!" set /a block=!block!+1

    if !block!==!sameblock! (
    rem *** filter values from datafile ***
    rem add more search and output fields here.
    if "!id!"=="!f1!" set cname=!value!
    if "!id!"=="!f2!" set sname=!value!
    if "!id!"=="!f3!" set aUrl=!value!
    if "!id!"=="!f4!" set Pgp=!value!
    set /a cnt=!cnt!+1

    ) else (

    rem *** Output 1-4 matching fields above. ***
    if !cnt! GEQ !matching! (
    echo !cname!,!sname!,!Pgp:~0,16!,!aUrl!>> %2

    rem **limit max lines output**
    set /a max=!max!+1
    if !max!==!maxlines! exit /b

    rem ** must clear if "matching" less than fields count **
    set "cname="
    set "sname="
    set "aUrl="
    set "Pgp="
    )
    set /a sameblock=!block!
    set /a cnt=0
    ))
    exit /b

    rem ---------------- Footer ----------------
    :Footer outfile
    echo !Bar! >> %1
    echo Searched Users: !block! Filter matched :!max! Truncated at:!maxlines! >> %1
    exit /b

    rem ---------------- CRT Display ----------------
    :CRT_Display outfile
    if DEFINED NoRecords exit /b
    type %1
    exit /b

    :End
    endlocal
    echo hit any key to quit...
    > nul timeout /t 15



    ------------------------8<--------------------------------------------------------------------------------------------------------
    Last edited by NeoMatrix; 08-13-2018 at 12:44 AM.
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  9. #99
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    Trying to keep all the relevant topics in one place, so I can find them a bit easier... [16-08-18]

    The following topic comes from the below forum.
    hhttp://www.copytechnet.com/forums/connectivity/129798-little-fyi-those-scan-smb-issues-smb1-disabled-post609138.html#post609138

    A little fyi for those with scan to smb issues with smb1 disabled

    Scan to FTP using a local in-house NAS device or private cloud.

    -----------------------------8<------------------------------------------------------------
    You don't require any additional FTP server software running on any PC or Server.

    FTP Plug-n-Play for DIY home/small office Networks:

    1. Plug 1GB - 2 Terrabyte USB/FLASH/HDD/SSD into any PC. Create individual customer scan folder/directories for all PC's on the network onto this USB stick or HDD. This will be come our NAS (Network Address/Adapter Share)
    USB/HDD Create Folder example:
    |_Bill
    |_Fred
    |_Mary
    |_Jane

    2. Plug in the above NAS into the local network "Modem/Router" or "Switch".

    3. You will need to enter the NAS Router or switch configuration WIM (eg.http://10.1.1.254) and setup customized names,passwords and individual directories. These are the same directories you created in step 1. on the USB/HDD. Look for the "Set up Share" menu tab while inside the Router WIM.
    Share setup Example:
    User/Share name : Mary
    Password : -accounts-123-
    [x] Use directory :Mary
    [x] read/write access

    4.Configure all your customers MFD's or Scanners to "FTP Scan" to the same multiple customised NAS directories above.
    Ricoh MFD address book setup :
    FTP[x]
    user :Mary
    password :-accounts-123-
    scan to folder:\\10.1.1.254\Mary\

    5.On all PC's, run windows "File Explorer".
    Right click on: Computer | Map Network Drive | enter \\NAS-IP<eg.10.1.1.254>\NAS-User-Id<eg Mary>\ | [Z] Drive | [x] Reconnect at logon| <enter>


    DIY scan to FTP --as straight forward as it can be.

    NB. FTP is not totally secure, but its a step up from SMBv1-2.

    HTH




    -----------------------------8<------------------------------------------------------------
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  10. #100
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: All in one I.T. Tech software.

    An LDAP topic reference by TheOwl....

    htttp://www.copytechnet.com/forums/connectivity/68472-ldap-dummies.html#post307313

    LDAP for Dummies
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

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
  •  
Get the Android App
click or scan for the Copytechnet Mobile App

-= -= -= -= -=


IDrive Remote Backup

Lunarpages Internet Solutions

Advertise on Copytechnet

Your Link Here