Announcement

Collapse
No announcement yet.

Suggestions for DaemonScript 2.0

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • toco1971
    replied
    follow the below thread for scripternite updates

    Leave a comment:


  • toco1971
    replied
    I should have posted here a long time ago

    there is a daemonscript clone at the below link.
    Note the download link is at the bottom right of the page where it says 'click here'

    2shared - download ScripterNite3.4.7z

    requires .net framework 4.0 get at below link
    Note if you have windows updates on you most likely wont need to download .net framework 4

    Download details: Microsoft .NET Framework 4 (Standalone Installer)

    if the link dont work google 'net framework 4'

    there will be an update soon v4.0 which will have a manual update feature.

    tony

    Leave a comment:


  • MaLing
    replied
    When DaemonScript is being executed, its icon in the system tray keeps blinking. Is it possible to add an option to select not to let it blink?

    It is because when 'Wait For App' script is in use for a long period, the blinking icon in the system tray quite annoys.

    Thank you!

    Leave a comment:


  • MaLing
    replied
    Well, this is actually not my idea.

    I had a small chat with an Alcohol user in the Alcohol's fourm and it inspired me this idea. If you have had a look there, (which I guess you have already regularily done ) you may have known the idea, but just in case, I write it here for your reference.

    DaemonScript mounts images, but each script can only mount one preset image, so users need to create many different scripts for all the games, this is a bit troublesome for them. Furthermore, each time users need to look for the appropiate script in order to launch the desirable game, this is not flexible for some users.

    Perhaps it is worth considering that the Mount function can be created with a fluctuate, empty path, and let users select the path of the desirable game at executing the script.

    Leave a comment:


  • MaLing
    replied
    Just some smalll opinions:

    1) When deleting a script-item during editing a script, a dialogue box always appears to ask for user's confirmation; this is a bit troublesome. Maybe in the Options page, there is a selection to let user switch that off.

    2) The extention of the script is '.daemonscript', which is a bit too long in my humble opinion, although that does not affect any operations.

    3) During installing, it lets users enter a desirable installation path; however right-clicking mouse to paste a path does not function.

    They are just very minor. Thank you for reading!

    Leave a comment:


  • ChristophP
    replied
    Daemon script 2.0 ??

    Hello Anderseen,

    Just to say

    To make compatible the future version of Demon Script (DS) 2.0 with Demon Tools Pro 4.1x.

    From time to time, not all the time, when the virtual drive has already a virtual image mounted, when I launch a shortcut DS with another image, the first image is unmounted well but instead of to mount the second image of the shortcut DS, it is the first image which again is mounted. This is a bug DS or is-this due to Windows?

    Besides that, DS is a small jewel of software, well done and thought well, I do not find anything to add. Cheer.

    For when version 2.0?? I await it impatiently!!

    Thank you for work.

    (French, excuse my English)

    Leave a comment:


  • romeon
    replied
    Hello,

    Will it ever be released or has the project died?

    Leave a comment:


  • romeon
    replied
    hello,

    when will DaemonScript 2.0 be released? Thx!

    Leave a comment:


  • Tiger-Heli
    replied
    Well, while Im sharing useful steps for animating files, I ran across another one that others might find useful.
    I have one old game that looks best at 640x480, but the bottom of the screen goes in back of the Windows XP taskbar when you launch the game at this resolution. The fix was to autohide the taskbar when I was playing the game. However, I hate having the taskbar hidden, so I only wanted to do this while the game was being played and then restore the locked taskbar after the game was finished. And I didnt want to do this manually every time I played the game.
    The solution was the AutoHotKey program. I tried to write my own script to do this but it didnt work consistently, so I found one on their forum. The following script was saved as autohide.ahk and hides the WindowsXP taskbar:
    Code:
    ;Turn on auto-hide icons but set it off in registry for next reboot to prevent lost icons from auto-log on 
    Run, RunDLL32.EXE shell32.dll`,Options_RunDLL 1 
    WinWait, Taskbar and Start Menu Properties 
    Sleep, 100 
    Control, Check,, Button2, Taskbar and Start Menu Properties ; Tick Auto-Hide the taskbar 
    Sleep, 100 
    ControlSend, Button11, {SPACE}, Taskbar and Start Menu Properties ; OK 
    ;Sleep, 100 
    ;RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer, EnableAutoTray, 0
    The following script was saved as autounhide.ahk and is used to restore the taskbar after it is hidden:
    Code:
    Run, RunDLL32.EXE shell32.dll`,Options_RunDLL 1 
    WinWait, Taskbar and Start Menu Properties 
    Sleep, 100 
    Control, UnCheck,, Button2, Taskbar and Start Menu Properties ; Tick Auto-Hide the taskbar 
    Sleep, 100 
    ControlSend, Button11, {SPACE}, Taskbar and Start Menu Properties ; OK 
    ;Sleep, 100 
    ;RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer, EnableAutoTray, 0
    HTH!!!!

    Leave a comment:


  • Tiger-Heli
    replied
    Andareed, thank you for writing DaemonScript. In reality, other than adding and removing drives with the DeviceCount parameter, I could do everything else I need through a combination of Batchrun, DaemonTools CommandLine, and Mutires, but I needed DeviceCount, so that makes DaemonScript worthwhile. (And its tons easier than manually entering commands).

    Between the four programs, I now have a single shortcut that:
    1) Creates the virtual drive and loads the game image.
    2) Changes the desktop resolution to 640x480.
    3) Starts the games.
    4) Changes the desktop resolution back to its original setting when I exit the game.
    5) Unmounts the game image and removes the virtual drive.

    So, once the game is over, my system looks just like it did originally.

    I do have one question - Normally this works fine, but occasionally, I still see the Virtual Drive in Windows Explorer as Local Drive with a red question mark around it. I havent figured out what makes this happen but I would prefer it didnt.

    As far as a wishlist for the new version (and maybe for the next command-line version of DT), I guess the main thing I would want (and I dont have a real need for them), would be the ability to automate the remaining functions of DT, namely the Device Parameters: Vendor, Model, Revision, Drive Letter, Region, and Auto-Insert.

    The only other feature I can think of would be the ability to start and exit DT. I think I can do this with Start Daemon.exe and Taskkill /IM Daemon.exe, but that seems a bit kludgy.

    Also, I would prefer if there were an option for the taskbar icon to be constantly on when DS was working, rather than flashing.

    I didn't try the RunApp parameter, as I was more familiar with BatchRun and found it easier to just call DaemonScript from BatchRun, but it should have the option to add additional command line parameters and a starting directory, if it doesn't...

    Finally, there is one feature of Batchrun that you might want to add to DaemonScript, and that is the ability to check whether an individual line should be executed and still save it in the script. This is very useful for debugging and stepping through scripts that arent working properly.

    Thanks again!!!

    Leave a comment:


  • Tiger-Heli
    replied
    Originally Posted by Jito463 View Post
    Primarily for games where the launched process spawns a different process, so the "wait for app" isn't effective.
    Sometimes there are other workarounds for this, sometimes not.

    For example, I just mentioned using MultiRes to switch the display to 640x480 and back to 1024x768.

    I recently tried this with Multimedia Mavis Beacon Teaches Typing 3.0.

    The software by default launched a program called "CDMavis.exe" and the batch file would change to 640 run and then launch mavis at 1024x768 b/c the launcher program exited. I looked in the same folder as cdmavis.exe on the HD and there was another file called "Mavis3.exe" which was the actual game so I had the batch file launch it instead and that solved the problem.

    HTH!!!

    Leave a comment:


  • Tiger-Heli
    replied
    Originally Posted by lanux128 View Post
    hi there,
    and for the new version, i'd like to suggest that the following features to be included:
    changing of desktop resolution (for old games)
    The easiest way to do this is with a freeware app called MultiRes. http://www.entechtaiwan.com/util/multires.shtm

    It will allow you to specify resolutions from the command line and restore previous resolutions on exit.

    I use it with another freeware app called Batchrun http://www.outertech.com/index.php?_...e=product&id=1

    Between the two, I can can MultiRes to change to 640x480, launch the game and wait for it to exit, and then call MultiRes to restore my desktop back to 1024x768.

    HTH!!!

    Leave a comment:


  • Tiger-Heli
    replied
    Originally Posted by Andareed View Post
    Welcome to the new DaemonScript forum!
    To start things off, I'll give some information on an upcoming new DaemonScript release (2.0). This will be a complete rewrite of the current version, but the GUI will remain basically the same. I also hope to add language/translation support. Support for Windows 95/98/ME will also be gone.
    Please post any additional ideas you might have.
    I haven't tried out DaemonScript yet (but I was looking for command-line options to enable/disable virtual drives in DT so will give it a go.)

    First off, if you are discontinuing Win98/ME support, it would be good if both 1.62 and 2.0 were still available so Win98 users could use the old one.

    Also it, would be good if documentation of how it works was available separately so you don't have to install the program to see what it can do.

    I have some comments for the other posts and if I think of anything after trying DaemonScript I'll let you know.

    Leave a comment:


  • Chiefnuts
    replied
    Originally Posted by Jito463 View Post
    Perhaps the ability to put a PAUSE into the script. Not just a timed delay, but a "wait for action" key. Primarily for games where the launched process spawns a different process, so the "wait for app" isn't effective.
    I've noticed that some applications spawn and then terminate, there by wait for app doesn't work.

    I think a Script-manager type interface, much the same way that DT Pro & Alcohol have image lists. Daemon-Script could read in all the scripts in a folder, and display them. Maybe saving the scripts in XML format could make this easier (if it's not saved that way already.)

    Leave a comment:


  • motions
    replied
    Optimize the "mount" script item:
    If the wanted ISO image is already mounted on that device, simple continue to work; do not unmount and remount the image! This saves noticable time 5 to 10 seconds.
    We are using with a bunch of sparepart CDROM images and these mounting times using the same image again is avoidable.

    Leave a comment:

Working...
X