Jump to content
  • Who's Online   0 Members, 0 Anonymous, 8 Guests (See full list)

    • There are no registered users currently online
  • 0

Autostart Pdf Files On Mac & Pc


bobkirk

Question

3 answers to this question

Recommended Posts

The AutoRun feature will only open applications and the like (.exe, .bat, .scr, and perhaps some others).

 

To work around that for use with document type files, make your own AUTORUN.BAT file in a text editor:

@echo off
@start readme.pdf
@exit

where readme.pdf is the filename of the document file to open at time of loading the media. (The name may include a path if the document and .bat file are not in the same directory.)

 

Save as plain text. Include it with the files to be burned, so Toast knows about its existence.

In Toast, use the More button to get to the screen where you may select the AUTORUN.BAT file.

When burning, Toast will create an AUTORUN.INF file in the root of the media folder structure, so that Windows knows to look for and execute AUTORUN.BAT.

 

It is important to remember that AutoPlay/AutoRun can be disabled, and that Windows 7 intercepts the feature to show the end user a choice (run the program or open in Windows Explorer).

Link to comment
Share on other sites

The AutoRun feature will only open applications and the like (.exe, .bat, .scr, and perhaps some others).

 

To work around that for use with document type files, make your own AUTORUN.BAT file in a text editor:

@echo off
@start readme.pdf
@exit

where readme.pdf is the filename of the document file to open at time of loading the media. (The name may include a path if the document and .bat file are not in the same directory.)

 

Save as plain text. Include it with the files to be burned, so Toast knows about its existence.

In Toast, use the More button to get to the screen where you may select the AUTORUN.BAT file.

When burning, Toast will create an AUTORUN.INF file in the root of the media folder structure, so that Windows knows to look for and execute AUTORUN.BAT.

 

It is important to remember that AutoPlay/AutoRun can be disabled, and that Windows 7 intercepts the feature to show the end user a choice (run the program or open in Windows Explorer).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...