Hi!

I'm new to VirtualDub scripting! But how come VDMod give me error messages when I try to open a script from the command line.

For example this very simple script opens with VirtualDub from the Command line with
virtualdub /s test.jobs
-------------------------
VirtualDub.Open("c:\\test.avi",0,0);
VirtualDub.SaveWAV("c:\\100.wav"); though it saves the file in mp3 format
VirtualDub.Close();
------------------------
while virtualdubmod /s test.jobs gives me "Can't open script file" and "Can't detect the file type of"

Of course I have both programs installed and I've tried .jobs, .vcf, .avs.

Vd 1.9.5 Vdm 1.5.10.2

Surely a stupid Newbie mistake!

Thanks