MSFN Forum: wait 15 sec ? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

wait 15 sec ? Rate Topic: -----

#1 User is offline   alfareed 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-November 04

Posted 17 December 2004 - 02:23 AM

i need start install program after 15 sec ..


what to make this ??


#2 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 17 December 2004 - 02:52 AM

AutoIt script


Sleep ( 15000 )
Run ( "setup.exe" )
Exit

#3 User is offline   gon freecs 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 25-August 04

Posted 17 December 2004 - 05:09 AM

http://unattended.ms...p/downloads.htm
scroll down a little, and take a look at sleep.exe

#4 User is offline   alfareed 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-November 04

Posted 20 December 2004 - 03:58 PM

thanks to help me

#5 User is offline   staples 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 15-October 04

  Posted 20 December 2004 - 07:00 PM

If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off
PING 1.1.1.1 -n 1 -w 15000 >NUL:
setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

:D

#6 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 20 December 2004 - 10:47 PM

Quote

If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off
PING 1.1.1.1 -n 1 -w 15000 >NUL:
setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

Cool trick buddy! :thumbup

#7 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 December 2004 - 01:50 AM

I love this place.

#8 User is offline   alfareed 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-November 04

Posted 22 December 2004 - 12:08 PM

staples, on Dec 21 2004, 04:00 AM, said:

If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off
PING 1.1.1.1 -n 1 -w 15000 >NUL:
setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

:D

:thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy