Jump to content

Recommended Posts

Posted

hey all

i've downloaded sleep.exe, what i cant figure out is -

where should i put it on the unattended cd in order the batch file will recognize it when i'll write

start /wait sleep.exe

thanks in advanced


Posted

If you put it in the root path of your install source:

start /wait .\sleep 30
or
%cd%\sleep 30

otherwise, for example:
.\bin\sleep 30
or
%cd%\bin\sleep 30

Since your CD drive should be in the current path, then as longs as you have it at the root you shouldn't have a problem. I usually put TLIST or REG on CD"s or floppys or in the dir I am running the cmd from.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...