Author: brad
Date: 2006-06-13 02:51:23 +0000 (Tue, 13 Jun 2006)
New Revision: 16178

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16178

Log:
Put everything in a common directory.


Added:
   branches/SOC/bnh/common.vbs
   branches/SOC/bnh/fs_common.vbs
Removed:
   branches/SOC/bnh/include/
Modified:
   branches/SOC/bnh/smb_addshare.wsf
   branches/SOC/bnh/smb_delshare.wsf


Changeset:
Copied: branches/SOC/bnh/common.vbs (from rev 16177, 
branches/SOC/bnh/include/common.vbs)

Copied: branches/SOC/bnh/fs_common.vbs (from rev 16177, 
branches/SOC/bnh/include/fs_common.vbs)

Modified: branches/SOC/bnh/smb_addshare.wsf
===================================================================
--- branches/SOC/bnh/smb_addshare.wsf   2006-06-13 01:54:44 UTC (rev 16177)
+++ branches/SOC/bnh/smb_addshare.wsf   2006-06-13 02:51:23 UTC (rev 16178)
@@ -1,12 +1,12 @@
 <package>
 <job id=smb_addshare>
-<script language="VBScript" src="include\common.vbs">
+<script language="VBScript" src="common.vbs">
 
 ' A windows script (.wsf) to add a shared directory, written in VBScript.
 ' Copyright Brad Henry <[EMAIL PROTECTED]> 2006
 ' Released under the GNU GPL v2 or later.
 
-execute include("include\fs_common.vbs")
+execute include("fs_common.vbs")
 
 const USAGE_STATEMENT = "Usage: cscript smb_addshare.vbs /username:<username> 
/sharename:<share name> /sharepath:<share path>"
 

Modified: branches/SOC/bnh/smb_delshare.wsf
===================================================================
--- branches/SOC/bnh/smb_delshare.wsf   2006-06-13 01:54:44 UTC (rev 16177)
+++ branches/SOC/bnh/smb_delshare.wsf   2006-06-13 02:51:23 UTC (rev 16178)
@@ -1,12 +1,12 @@
 <package>
 <job id=smb_delshare>
-<script language="VBScript" src="include\common.vbs">
+<script language="VBScript" src="common.vbs">
 
 ' A windows script (.wsf) to remove a shared directory, written in VBScript.
 ' Copyright Brad Henry <[EMAIL PROTECTED]> 2006
 ' Released under the GNU GPL v2 or later.
 
-execute include("include\fs_common.vbs")
+execute include("fs_common.vbs")
 
 const USAGE_STATEMENT =  "Usage: cscript smb_delshare.vbs /sharename:<share 
name> /sharepath:<share path>"
 

Reply via email to