MSFN Forum: troubles with START /WAIT - 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

troubles with START /WAIT Rate Topic: -----

#1 User is offline   decoy5657 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 02-February 04

  Posted 26 January 2005 - 10:15 AM

I've written a script that will install a set of applications for a baseload I use at the office when i build computers.

here are the first two lines

START /WAIT "\\servername\smspkg\MICROSOFT OFFICE 2003 SP1\Source\SETUPPRO.EXE"
START /WAIT "\\servername\smspkg\CITRIX ICA CLIENT 7.10\WXP\setup.EXE"


Now, if that is run, just like it is, it will immediatly pop open another CMD prompt and take me to C:\WINDOWS and NOT launch the application that is in quotes. I think the quotes are screwing it up.

If I remove the quotes it will say that the path is invalid because of the spaces.


If anyone has any ideas about what I'm doing wrong, or if I could use a VBS script to launch the files, that would be fine also. I'm just looking for a way to install the "typical" 50 programs that our office needs.


#2 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 January 2005 - 11:00 AM

try using 8.3 filenames probably something like:

START /WAIT "\\servername\smspkg\MICROS~1\Source\SETUPPRO.EXE"
START /WAIT "\\servername\smspkg\CITRIX~1\WXP\setup.EXE"


with or without the quotes.

#3 User is offline   decoy5657 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 02-February 04

Posted 26 January 2005 - 11:05 AM

nope. same deal

#4 User is offline   Noise 

  • Windows Guru
  • PipPipPip
  • Group: Members
  • Posts: 425
  • Joined: 27-February 04

Posted 26 January 2005 - 11:20 AM

The 1st set of quotes are expected to be a description. Use this:
START "Office Setup" /WAIT "\\servername\smspkg\MICROS~1\Source\SETUPPRO.EXE"
START "Citrix Install" /WAIT "\\servername\smspkg\CITRIX~1\WXP\setup.EXE"


#5 User is offline   decoy5657 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 02-February 04

Posted 26 January 2005 - 11:23 AM

Nois3, on Jan 26 2005, 11:20 AM, said:

The 1st set of quotes are expected to be a description. Use this:
START "Office Setup" /WAIT "\\servername\smspkg\MICROS~1\Source\SETUPPRO.EXE"
START "Citrix Install" /WAIT "\\servername\smspkg\CITRIX~1\WXP\setup.EXE"

Yup! Thanks!

#6 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 631
  • Joined: 09-July 04

Posted 11 February 2005 - 07:46 PM

Could that be used in this case
D:\<offdir>\setup.exe transforms= setup.mst?

#7 User is offline   wardenm 

  • Group: Members
  • Posts: 1
  • Joined: 19-September 04

Posted 12 February 2005 - 05:26 AM

Or you could of course just forget 'start' altogether. The command line interface waits for an application to terminate by default. Unless you require the additional functionality of start, theres really no point to using it.

#8 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 12 February 2005 - 06:02 AM

Nois3, on Jan 26 2005, 06:20 PM, said:

The 1st set of quotes are expected to be a description. Use this:

Didn't know about that....

I was going to say: use double backslashes in the path, that has worked for me in the past.

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