Search found 64 matches

by newuser
Tue Jul 09, 2013 12:27 pm
Forum: General Discussion
Topic: Download newest file from website
Replies: 10
Views: 12545

This is my code based on your suggestion, Marcus. [code] HTTPRequest>http://www.gammadyne.com/wol.exe,%TEMP_DIR%\wol.exe,GET,, IfNotFileExists>c:\Tools\wol.exe MoveFile>%TEMP_DIR%\wol.exe,c:\Tools\wol.exe Exit>0 Endif FileSize>%TEMP_DIR%\wol.exe,MyFileSize FileSize>c:\Tools\wol.exe,MyFileSize1 IF>My...
by newuser
Tue Jul 09, 2013 9:42 am
Forum: General Discussion
Topic: Download newest file from website
Replies: 10
Views: 12545

Download newest file from website

This is the website. http://www.gammadyne.com/ I would like to download the newest file from this website each time I check this website to a folder named C:\Tools Example If wol.exe exist on website but not exist on C:\Tools, then download the file. If wol.exe exist on website and also C:\Tools, th...
by newuser
Wed Jun 26, 2013 6:22 pm
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

Same subject, but I need some help, have anyone use a AutoItX dll in MS before?

I notice MS support dllcall but I need some example on how to call autoitX dll using LibFunc please?

Thank you.
by newuser
Mon Jun 24, 2013 1:51 pm
Forum: General Discussion
Topic: Hide process
Replies: 5
Views: 15019

Now its 2013, renaming the exe file as svchost.exe, and run it no longer work as a disguise, I try that method last year. It work for half a year before, everyone just kill all svchost process. At that time, I was like what! :shock: (the security have been defeated). Searching for an alternative sol...
by newuser
Mon Jun 24, 2013 1:44 pm
Forum: General Discussion
Topic: v13 Portable Installer
Replies: 11
Views: 21786

CyberCitizen wrote:You could check out http://www.cameyo.com/

Its freeware. I have used it a couple of times, however prefer VMWare ThinApp. Otherwise I can compile your version for you in VMWare ThinApp.
Thanks for the offer, I'll take up the offer if the need arises. :D
by newuser
Mon Jun 24, 2013 10:55 am
Forum: Technical / Scripting
Topic: MJTNET Support -Compiled script: can I hide/change the text?
Replies: 5
Views: 7103

This topic is quite old but is it possible to set the taskbar name to something else beside the default Macro Scheduler?

If not, that means I have to set run hidden then.

Thanks.
by newuser
Sat Jun 22, 2013 4:59 pm
Forum: General Discussion
Topic: v13 Portable Installer
Replies: 11
Views: 21786

VMWwares ThinApp is shareware right, I havent use it before, what about using freeware to made a portable version of Macro Scheduler? It seem the most important part to made Macro Scheduler portable is license key which is in registry, havent fully created one yet. But just a simple suggestion metho...
by newuser
Wed Jun 19, 2013 5:35 pm
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

Nope, like I said Im writing a security process killer application for deployment, if i wanted to use the taskkill or pskill, I wont be making a thread about killfunction in the first place. For your information, pskill is blocked on the deployment computers, because people misused it to kill import...
by newuser
Wed Jun 19, 2013 5:27 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 27065

Just to let you know we have identified the cause of this and it is now fixed in dev along with a number of other code improvements. We will release this fix in the next public maintenance release. Hi Marcus, Is it possible to made the ms native killprocess function so that it have the same killer ...
by newuser
Tue Jun 18, 2013 1:56 pm
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

Thats for vista and above, that require admin rights when you login as a normal user/guest user I think.

Since I login as admin, the run as admin wont work since there isnt any password to set to, because my default login is admin. Theres a slight different between xp and vista/win7.
by newuser
Tue Jun 18, 2013 9:30 am
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

Im the only user in my computer windows xp pro, and I have full admin rights since I install windows xp pro as admin.

So its not the admin privilege problem.
by newuser
Mon Jun 17, 2013 4:39 pm
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

armsys wrote: Thanks for now revealing your security concern.
I have never come across the KillProcess failure.
I'm sorry I run out of all ideas.
I'm sorry I don't know the answer.
Its ok, my fault too for not clarifying the reason I wanted killprocess function to work in the first place. Sorry. :wink:
by newuser
Mon Jun 17, 2013 3:22 pm
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

I think you misunderstood my problem/question, I wanted MS killfunction to work as it should on those 2 process, not integrate vbscript and taskkill into ms. Reason, simple, I intend to write a macro process killer app to be deploy on computers that have windows xp onwards to 7 or even 8, including ...
by newuser
Mon Jun 17, 2013 10:51 am
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

armsys wrote:Thanks for your magnificent demo of process killers in multi-languages.
I'm speechless.
I don't know why KillProcess fails.
I'm sorry.

Just one more shot: Would there be any invisible trailing space(s)?
Nope, its not the trailing space(s), problem.
by newuser
Mon Jun 17, 2013 10:31 am
Forum: General Discussion
Topic: KillProcess function
Replies: 22
Views: 65501

Batch file taskkill /F /IM PrintCtrl.exe taskkill /F /IM PrintDisp.exe Wmic batch file wmic process where name="PrintCtrl.exe" call terminate wmic process where name="PrintDisp.exe" call terminate Vbscript file Dim oShell : Set oShell = CreateObject("WScript.Shell") oShell.Run "taskkill /f /im Print...
Sign up to our newsletter for free automation tips, tricks & discounts