MoveOrCopy erweitert, kann jetzt Netzlaufwerke verbinden
This commit is contained in:
@@ -46,6 +46,31 @@ FileCheckCounterLimit = 1000
|
||||
########################################## Profile Setup ###########################################
|
||||
#==================================================================================================#
|
||||
|
||||
####################################################################################################
|
||||
# Define Profiles in this config file for mapping network resources. #
|
||||
# Syntax: #
|
||||
# MountProfile = <SourcePath> ; <TargetLetter> ; <UserName|Domain\UserName> ; <Password> #
|
||||
# Example: #
|
||||
# MountProfile = \\path\share ; T ; domain\username ; password #
|
||||
#--------------------------------------------------------------------------------------------------#
|
||||
# First Parameter: <SourcePath> #
|
||||
# Set the path, you want to connect to. #
|
||||
# Example: \\path\share #
|
||||
#--------------------------------------------------------------------------------------------------#
|
||||
# Second Parameter: <SourceFile> #
|
||||
# Set the local letter or PSDrive Share name. #
|
||||
# Example: T #
|
||||
# Example: Testdrive #
|
||||
#--------------------------------------------------------------------------------------------------#
|
||||
# Third Parameter: <UserName|Domain\UserName> #
|
||||
# Set the Username (or domain\UserName) who has access rights to the share. #
|
||||
# Example: Administrator #
|
||||
#--------------------------------------------------------------------------------------------------#
|
||||
# Fourth Parameter: <Password> #
|
||||
# Set the password for the Username above. #
|
||||
# Example: SecurePassword #
|
||||
####################################################################################################
|
||||
|
||||
####################################################################################################
|
||||
# Define up to 99 MoveOrCopy Profiles in this config file for the executing Script. #
|
||||
# Syntax: #
|
||||
@@ -106,7 +131,7 @@ FileCheckCounterLimit = 1000
|
||||
# -argSourcePath E:\SourcePath -argDestinationPath E:\DestinationPath -argFileDelayAge 15" #
|
||||
####################################################################################################
|
||||
|
||||
mount = \\server\share ; M:\ ; Username ; password
|
||||
#MountProfile = \\path\share ; T ; domain\username ; password
|
||||
|
||||
MOCF_Profile = move; *Attm0.pdf ; E:\Testordner\input ; true ; writetest ; E:\Testordner\output1
|
||||
MOCF_Profile = move; %not% *Attm0.pdf ; E:\Testordner\input ; true ; writetest ; E:\Testordner\output2
|
||||
|
||||
Reference in New Issue
Block a user