|
#1
|
|||
|
|||
|
Auto load in deamon tools
Hello everybody!
Can someone plese post in a text a code for a .bat file wich will load specified image in to deamon tools and than launches the game. If possible, also was wondering if there a way to add to this .bat a code line wich will disable cd drive and after game being closed make it active back again. THX a lot in advance! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
moved to "Game Coders"
__________________
I didn't ban you, BW did! [URL="http://www.cd-2-dvd.com"]cd-2-dvd.com[/URL] [QUOTE]Are you by chance a poet or writer ? Just wondering, your writing style is quite a shock to those of us who are used to illiterate warez kiddies going "OMG WT!F whErEz Da CRACKS !" all the time. You should bundle your signatures and get them published :D[/QUOTE] [QUOTE]Ever though that you never got viruses because... ... Norton didn't find them?[/QUOTE] |
|
#3
|
||||
|
||||
|
I'm using the following DTM.BAT to mount images in Daemon Tools. Use without any command line parameter to unmount the current image.
Code:
@echo off set DTOOLSPATH=E:\PROGRAMS\DTOOLS if `%1` == `` goto unmount start %DTOOLSPATH%\daemon -mount 0,%1 goto end :unmount start %DTOOLSPATH%\daemon -unmount 0 :end set DTOOLSPATH=
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#4
|
|||
|
|||
|
Daemon Tools 4.10 has the shell option implemented. Thought you'd like to hear about it
|
|
#5
|
||||
|
||||
|
Yes, this batch file is already using the command line options of Daemon Tools that have been available for years; I don't understand what you mean...
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#6
|
|||
|
|||
|
I meant - former DT 4.08 didn't have a shell extension for loading up an image. Now you can right click on an .ISO or w.e. and mount it from shell right-click-menu
|
|
#7
|
||||
|
||||
|
And this thread is about automated batch files...
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#8
|
|||
|
|||
|
Instead of writing a .bat file, I mentioned a very nice alternative
Much more ergonomic and faster. But ok, be it as it may...
|
|
#9
|
||||
|
||||
|
Do you not understand what this thread is about?! This thread is about automizing, to get rid of the necessity of clicking here and there, launching this and that program manually, opening this and that file and pushing this and that button every time before playing with a game (that runs with a mini image mounted and the physical CD/DVD drives disabled). At least, read the damn original post!
As for your comment on ergonomicness and high speed, you have a very strange view of the world; feel free to keep wasting your time with clicking around in GUI's but let others do their jobs effectively by using (custom) software to automize repeated, boring and easily algorithmizable tasks! (Next time, you're gonna create a "trainer" for game X by publishing a document that describes how to use a debugger and find the life energy value in that game so that you never die. Why not write a program instead? Because fooling around with a debugger is "much more ergonomic and faster", especially if the process is a bit different every time you run the game... Yeah, ergonomic and fast my ass!)
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
|
#10
|
|||
|
|||
|
Enjoy your batch files then. Out of this thread (/me hits eject button...oops, shoulda made a .bat)
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rainbow Six : Vegas (Image) | pilouk | PC Games | 201 | 15-05-2007 04:32 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| I need help WIN2K + BlindWrite Suit + Daemon Tools | Xonant | CD/DVD Copy Protections & Utilities | 4 | 05-05-2002 12:53 |
| Daemon Tools, for what? | zeratul | CD/DVD Copy Protections & Utilities | 1 | 26-06-2001 07:55 |
| Diablo 2 1.04 and DEAMON Tools | Sephiroth | CD/DVD Copy Protections & Utilities | 2 | 02-01-2001 06:12 |