I have a problem :
I want to programm a VBScript which can be started, from the context-menu, when you click the right mousebutton on a .pdf-File.
To do that, i have added an entry to the registry.
My VBScript must know the whole name of the .pdf-File. When i add a %1 to my registry-entry, the DOS-name of my .pdf-File gets added.
(command : wscript.exe D:\TEMP\mzu\Ablage.vbs %1)
Is there an other possibility (%2?), to get the whole windows-name of my file, or can i find this name with a function of my Script?
Can anyone help me?
Mirjam
I want to programm a VBScript which can be started, from the context-menu, when you click the right mousebutton on a .pdf-File.
To do that, i have added an entry to the registry.
My VBScript must know the whole name of the .pdf-File. When i add a %1 to my registry-entry, the DOS-name of my .pdf-File gets added.
(command : wscript.exe D:\TEMP\mzu\Ablage.vbs %1)
Is there an other possibility (%2?), to get the whole windows-name of my file, or can i find this name with a function of my Script?
Can anyone help me?
Mirjam