fpschultze - Downloads

fpschultze

Frank-Peter Schultze's Scripting Site

WebRing
Login Consultants BlogRing
Previous Site : Random Site : Next Site : List Sites
Powered by WebRingo
Main Menu
Site Search
License
Creative Commons License
Cool Companies
Login Consultants
Immidio | Shortcuts For Sharp Minds
My PowerShell IDE is PowerGUI

Disclaimer

Disclaimer

The script files on this site are offered as is and may be freely modified or altered as necessary to meet your needs. I make no guarantees or warranties, express, implied or of any other kind to this code or any user modifications. Do not use in a production environment until you have tested in a secured lab environment. Use at your own risk.



Main Category Listings

New Submitted Before Last Week Batch File Repository (53)
New Submitted Before Last Week Tools (8)
New Submitted Before Last Week VBScript Script Repository (15)
New Submitted Before Last Week PowerShell Script Repository (3)

There are 4 Categories and 79 Downloads listed

 New Today  New 3 Days  New This Week  Over 1 Week

Latest Listings

IniFileFunctions.ps1 View Full Details
Submitter: webmaster
Released:   Sun, 11-Oct-2009
 

A small PowerShell library that provides the following functions:
o Import-Ini - read an INI file's entire content into memory, structured as hashtable
o Export-Ini - write the hashtable back to file
o Remove-IniCategory - remove a category from an INI file
o Remove-IniKey - remove a key from an INI file
o Get-IniKey - return value of an INI file key
o Set-IniKey - set a key in an INI file
Version: 0
Downloads162
File Size: 0 bytes
Platform: None
Home Page: Not Specified

Rating:    (0 Votes)

Start-Process.ps1 View Full Details
Submitter: webmaster
Released:   Sun, 11-Oct-2009
 

# NAME
# Start-Process.ps1
#
# SYNOPSIS
# Starts a process and waits for it to complete.
#
# SYNTAX
# Start-Process -FilePath <string> -ArgumentList <string> -Timeout <int> -WaitForChildProcesses
#
# DETAILED DESCRIPTION
# http://www.fpschultze.de/news+article.storyid+121.htm
Version: 0
Downloads126
File Size: 0 bytes
Platform: None
Home Page: Not Specified

Rating:    (1 Vote)

Notepad++ Language File for PowerShell View Full Details
Submitter: webmaster
Released:   Thu, 08-Oct-2009
 

Installing a user defined language file for Notepad++ that someone else has written is pretty simple as long as you haven't installed any previously - you just drop the file in your %APPDATA%\Notepad++\ directory. If you've added other user defined languages, you need to merge the two XML files together. That's pretty bad on the user experience side, but if you're the kind of person who needs two user defined languages, you're a total geek who loves merging XML files anyways
Version: 0
Downloads219
File Size: 0 bytes
Platform: None
Home Page: Not Specified

Rating:    (3 Votes)

Add-DisableICALogonLE.ps1 View Full Details
Submitter: webmaster
Released:   Sun, 27-Jul-2008
 

# NAME
#     Add-DisableICALogonLE.ps1
#
# SYNOPSIS
#     Creates a Load Evaluator with an empty Schedule Rule.
#
# SYNTAX
#     .\Add-DisableICALogonLE.ps1 [-name Name] [-description Description]
#
# DETAILED DESCRIPTION
#     A Load Evaluator with an empty Schedule Rule will maximize a XenApp
#     server's load. Thus, it won't accept new ICA sessions while active
#     and disconnected sessions are not affected.
#
# AUTHOR
#     Frank-Peter Schultze www.fpschultze.de
#
# DATE
#     27-Jul-2008
Version: 20080727
Downloads983
File Size: 0 bytes
Platform: Windows Server 2003
Home Page: Not Specified

Rating:    (5 Votes)

Bits-Download.cmd View Full Details
Submitter: webmaster
Released:   Mon, 21-Jul-2008
 

:: NAME
:: Bits-Download.cmd
::
:: SYNOPSIS
:: Downloads a remote file with BITS.
::
:: SYNTAX
:: Bits-Download remote_url local_name
::
:: DETAILED DESCRIPTION
:: The Bits-Download.cmd batch file uses BITS to download
:: the given remote file. Bits-Download.cmd requires the
:: BITS Admin Utility Bitsadmin.exe.
::
:: NOTES
:: Bits-Download.cmd was developed and tested on Windows Vista.
::
:: AUTHOR
:: Frank-Peter Schultze
::
:: DATE
:: 00:18 21.07.2008
Version: 20080721
Downloads938
File Size: 0 bytes
Platform: Windows Server 2003
Home Page: Not Specified

Rating:    (4 Votes)

AttachLoadEvaluatorToServer.vbs View Full Details
Submitter: webmaster
Released:   Fri, 11-Apr-2008
 

AttachLoadEvaluatorToServer.vbs attaches a Load Evaluator to a Citrix terminal server.
AttachLoadEvaluatorToServer servername lename

  servername     The Citrix terminal server's computer name.
  lename         The load evaluator's name (case sensitive)
Version: 20080411
Downloads923
File Size: 2.08 KB
Platform: Windows Server 2003
Home Page: Not Specified

Rating:    (3 Votes)

Start-Wait.cmd View Full Details
Submitter: webmaster
Released:   Sat, 05-Apr-2008
 

The Start-Wait.cmd batch file suspends script activity as logn as a specified program and its sub process is running. You can use it in a batch script to wait for a setup program to complete completely.
Version: 20080404
Downloads1557
File Size: 1.84 KB
Platform: Windows Server 2003
Home Page: Not Specified

Rating:    (4 Votes)

AddSharedPrinter.cmd View Full Details
Submitter: webmaster
Released:   Wed, 08-Feb-2006
 

AddSharedPrinter.cmd adds and shares a (network) printer on the local computer (print server).

Syntax:
AddSharedPrinter /N:printer /S:share /D:driver /P:port [/F:inffile] [/L:location]

  /N:printer      The printer's name.
  /S:share        The printer's share name.
  /D:driver       The printer driver's model name.
  /P:port         The port name.
  /F:inffile      The .inf file (Default: %SystemRoot%\inf\ntprint.inf)
  /L:location     The printer location.

Example:

AddSharedPrinter /n:"Test Printer" /p:"IP_10.1.2.3" /d:"AGFA-AccuSet v52.3" /s:AgfaTest
Version: 20060208
Downloads4387
File Size: 1.64 KB
Platform: Windows 2000
Home Page: Not Specified

Rating:    (3 Votes)

propy.cmd View Full Details
Submitter: webmaster
Released:   Thu, 15-Sep-2005
 

propy.cmd (Progress Bar Copy) shows a minimalist progress bar while copying the specified file(s).
C:\temp\FPSCHU~1.DE>propy
Copy a file showing a progress bar.

propy source target [/copyoptions]

  source          The file(s) to be copied.
  target          The copy destination.
  copyoptions     Correspond to Windows XP's COPY command options.
Version: 2005-09-15
Downloads6087
File Size: 1.57 KB
Platform: Windows 2000
Home Page: Not Specified

Rating:    (4 Votes)

cmpVer View Full Details
Submitter: webmaster
Released:   Sun, 11-Sep-2005
 

cmpVer compares version information of MS modules.
c:\temp\fpschultze.de>cmpver.exe
cmpVer  1.0 (C)1997 FPS & SH Project
        Compares version information of MS modules.

cmpVer sourcefile targetfile

Returns errorlevel:
         1: ver(source) > ver(target)
         2: ver(target) = invalid
         3: ver(source) = ver(target)
         4: ver(source) < ver(target)
         5: ver(source) = invalid
         9: Argumenterror
        10: Unkownerror

Batch file example:
Batchfile CopyFiles.bat:
For %%F In (*.*) Do Call InstFile.bat %%F C:\WINNT\system32\%%F
Batchfile InstFile.bat:
CmpVer %1 %2
If Not ErrorLevel 3 Copy %1 %2
 Exitcode: 9
Version: 1.0
Downloads1643
File Size: 57.61 KB
Platform: Windows NT4+
Home Page: Not Specified

Rating:    (2 Votes)


 

© 2000-2006 mail | Powered by XOOPS 2.0.13.1 © 2001-2005 The XOOPS Project