I need help with PreMovie Manager

Help each other out

I need help with PreMovie Manager

Postby Mac on Sun Apr 25, 2004 2:03 pm

I could use some help getting XLobby to pass the movie pathway to PreMovie Manager (PMM).

thanks,
Mac
 
Posts: 41
Joined: Mon Oct 20, 2003 11:42 am

Postby edgley on Sun Apr 25, 2004 9:40 pm

Hi Mac,

I have written a batch file to load the movie in PMM:

@echo off
premovie.exe "s:\films\dvd\killbill2\video_ts\video_ts.ifo"

Then put the name of the bat file into the parameter box in the movie db and all should be fine and dandy.

s.
edgley
 
Posts: 240
Joined: Wed Apr 21, 2004 4:44 pm
Location: london

Postby Mac on Sun Apr 25, 2004 11:04 pm

where can I get this batch file?
Mac
 
Posts: 41
Joined: Mon Oct 20, 2003 11:42 am

Postby edgley on Sun Apr 25, 2004 11:37 pm

ahh, the joys of starting your computing days on MS-DOS rather than Windows.

You write it yourself.

+ goto the folder which has the film in it
+ right click on the folder in explorer and creat new text file
+ rename text file to "yourfilmname".bat
+ right click the file and choose edit
+ paste into it this code

@echo off
premovie.exe "C:\fims\killbill2\video_ts\video_ts.ifo"

+ close the file, save the changes, and there you go

A bit long winded, but it works!
edgley
 
Posts: 240
Joined: Wed Apr 21, 2004 4:44 pm
Location: london

Postby Roscoe62 on Sun Apr 25, 2004 11:37 pm

Mac,

edgely has just given it to you. If you copy the 2 lines ...

@echo off
premovie.exe "s:\films\dvd\killbill2\video_ts\video_ts.ifo"

into notepad - make whatever changes are necessary and save it as....yourfilmname.bat

There's your batch file! :)
Last edited by Roscoe62 on Sun Apr 25, 2004 11:39 pm, edited 1 time in total.
Roscoe62
 
Posts: 215
Joined: Fri Jun 27, 2003 9:49 am
Location: New Zealand

Postby edgley on Sun Apr 25, 2004 11:38 pm

simultaneous posts, freaky!
edgley
 
Posts: 240
Joined: Wed Apr 21, 2004 4:44 pm
Location: london

Postby Roscoe62 on Sun Apr 25, 2004 11:40 pm

That's the 2nd time I've done that! :)

Must remind myself not to go out in a lightning storm! :)
Roscoe62
 
Posts: 215
Joined: Fri Jun 27, 2003 9:49 am
Location: New Zealand