start spplication

DOS specific questions.
Post Reply
deltarho[1859]
Posts: 4550
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

start spplication

Post by deltarho[1859] »

Bear with me. I have not done any DOS work for many years.

The following batch file is not working in admin mode.

Code: Select all

w32tm /config /manualpeerlist:,0x8 /syncfromflags:manual
net stop w32time
net start w32time
tzutil /s "Pacific Standard Time"
start "F:\FreeBASIC\UnixTime\dodicatTZI.exe"
Pause
tzutil /s "GMT Standard Time"
I have tried changing directories with numerous combinations, but the 'start' statement is being ignored.
deltarho[1859]
Posts: 4550
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: start spplication [Solved]

Post by deltarho[1859] »

Solved. I used an empty title.
Post Reply