Author |
Message |
stolte.dansker
Joined: 28 Jan 2010 Posts: 3
|
Posted: Thu Jan 28, 2010 12:49 pm Post subject: VV not using entire path from command line |
|
|
You can see that the paths i send into VV with a command line are not the same paths that it looks for after VV starts working. What am I missing?
Code: | Version: ViceVersa PRO 2.5 Build 2500 BETA (SN204)
Command Line: "C:\Program Files\ViceVersa Pro 2\viceversa" "C:\Program Files\ViceVersa Pro 2\profile1.fsf" /source:C:\Completed Jobs /target:C:\Completed Jobs 2 /incsub /comptype:1 /ign2secs /ign1hour /createfolders /dialogautoexec /exec:3
System: Windows XP (Professional), (x86-32 Processor) v5.1 Build:2600 Service Pack:3
User: *************************
Computer: ***************************
**** Profile: C:\Program Files\ViceVersa Pro 2\profile1.fsf
**** - Folders -
**** Source: "c:\completed\" <----------
**** Target: "c:\completed\" <----------
**** Include Subfolders: Yes
**** Create sources/targets that do not exist
**** - Comparison Settings -
**** Comparison Type: CRC (CRC calculated on entire file)
**** - Execution Settings -
**** Method: Replication (Augment Target)
**** No archive for deleted/replaced source files
**** No archive for deleted/replaced target files
**** Copy directly to destination file (do not use a temporary file)
**** Copy file/folder permissions
**** No empty source/target check
Profile settings modified using options specified on the command line.
[ERROR] The same folder is present both in Source and Target: c:\completed\
Exit Code: 2. Execution not completed. [ERROR] |
|
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Thu Jan 28, 2010 1:23 pm Post subject: |
|
|
Hello
surround the two paths with " on the command line, since they contains blank spaces, e.g.
/source:"C:\Completed Jobs" /target:"C:\Completed Jobs 2"
Also download the latest version 2.5 , it looks like you are using a beta version.
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
stolte.dansker
Joined: 28 Jan 2010 Posts: 3
|
Posted: Thu Jan 28, 2010 3:17 pm Post subject: |
|
|
This fixed it, thanks!
Mark |
|
Back to top |
|
|
|