Problem with the promsgs file ! Need Help !

make

Member
Hi there,

i have i mysterious problem. I tried to start some cmd-files(starting some progress procedures) with the "at" Command from a Windows 2000 Server.
When the "at" command starts the batch file, the message " Unable to open promsgs error! " comes.
When i start the batch file manualy , it works fine.
I have set the dlc path ! the same error.

Need help

Greets
Make
 

bendaluz2

Member
You also need to set the environment variable PROMSGS

I do the following:

SET DLC=c:\dlc
SET DLCBIN=%DLC%\bin
SET PROMSGS=%DLC%\promsgs
SET TEMP=c:\temp
SET PATH=%DLCBIN%;%DLC%;%PATH%

Originally posted by make
Hi there,

i have i mysterious problem. I tried to start some cmd-files(starting some progress procedures) with the "at" Command from a Windows 2000 Server.
When the "at" command starts the batch file, the message " Unable to open promsgs error! " comes.
When i start the batch file manualy , it works fine.
I have set the dlc path ! the same error.

Need help

Greets
Make
 

make

Member
Thanxs, but where! did you set the enviroment variables ?

Originally posted by bendaluz2
You also need to set the environment variable PROMSGS

I do the following:

SET DLC=c:\dlc
SET DLCBIN=%DLC%\bin
SET PROMSGS=%DLC%\promsgs
SET TEMP=c:\temp
SET PATH=%DLCBIN%;%DLC%;%PATH%



THanxs, but where ! did you set the enviroment variables ?


Greets
 
Top