Target Environment Variable in Copy/Move dialog
Posted: 27.03.2010, 13:37
Hi Marek.
Thanks for the great program !
I have a simple request :
In the file copy/move dialog, can you define an environment variable that will contain the name of the target file/folder ?
I currently use KillCopy, having the following lines in the .ini file:
FileMovePrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%|-mrg
FileCopyPrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%
However, when I change the name of the target file, it still gets copied with the original source name, because this information doesn't get passed to KillCopy.
If you can define a variable, say, %FileCopyMoveTarget%, this would go like this:
FileCopyPrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%FileCopyMoveTarget%
Thanks in advance.
Thanks for the great program !
I have a simple request :
In the file copy/move dialog, can you define an environment variable that will contain the name of the target file/folder ?
I currently use KillCopy, having the following lines in the .ini file:
FileMovePrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%|-mrg
FileCopyPrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%InactivDir%
However, when I change the name of the target file, it still gets copied with the original source name, because this information doesn't get passed to KillCopy.
If you can define a variable, say, %FileCopyMoveTarget%, this would go like this:
FileCopyPrg=C:\WINNT\system32\killcopy.exe |%ActivSelAsFile%|%FileCopyMoveTarget%
Thanks in advance.