Hi every one
Why not include windows scripting host support,
Instead of command line support ?
Im not using ms-dos anymore,
I have created a small Dll file, for my self
Im using it with windows scripting host
Very simple programming :
Thats easy
Interested ?
Why not include windows scripting host support,
Instead of command line support ?
Im not using ms-dos anymore,
I have created a small Dll file, for my self
Im using it with windows scripting host
Very simple programming :
Code:
Dim Daemon Set Daemon = CreateObject("FileSystemObj.DaemonExt") Daemon.autorun "off" Daemon.Mount 3 , "D:\Virtual CD\Gdi Tiberian Sun.iso" Daemon.Execute "C:\Tiberian Sun\SUN.EXE", "", "C:\Tiberian Sun", "True" Daemon.unmount 3 Daemon.autorun "on" Set Daemon = Nothing WScript.Quit()
Interested ?
Comment