bardugu Posted August 10, 2004 Posted August 10, 2004 hey alli'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 writestart /wait sleep.exethanks in advanced
bek Posted August 10, 2004 Posted August 10, 2004 If you put it in the root path of your install source:start /wait .\sleep 30or%cd%\sleep 30otherwise, for example:.\bin\sleep 30or%cd%\bin\sleep 30Since 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now