This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ' file: FindAndReplaceFiles.vbs | |
| ' author: Steven Riggs | |
| ' created: 3/16/10 | |
| ' modified: 3/17/10 | |
| ' This script will get each file contained | |
| ' in the same folder as this script and search | |
| ' for files named the same on all physical | |
| ' drives of the computer it is executed on. | |
| ' If a match is found, it will be replaced by | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Option Explicit | |
| '================================== | |
| ' Plagarized by Steven Riggs (thanks google!) | |
| ' created:08/14/2009 | |
| ' modified: 08/17/2009 | |
| ' | |
| ' The script will check to see if the agent is installed, the current version, and the ePO | |
| ' server IP address. If any of the above mentioned items are incorrect according to your | |
| ' variables, the new agent will be installed. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 'base version:6 | |
| 'DESCRIPTION OF TASKS | |
| 'AUTHOR | |
| 'DATE CREATED | |
| 'To run this silently: | |
| 'cscript.exe install_APPNAME.vbs /q | |
| 'Deal with command line arguments | |
| Dim IsSilent | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # Bash shell script for generating self-signed certs. | |
| # | |
| # By: Steven Riggs | |
| # Date: 2/19/2015 | |
| # | |
| # Requires JDK 1.6 to generate a java keystore file (.jks) | |
| # | |
| # Script accepts 3 arguments | 
NewerOlder