forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


run command whatis going on :(

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Fri Aug 23, 2002 5:32 pm    Post subject: run command whatis going on :( Reply with quote

hello all

I'am having a problem with the run command

if i do this

run dtvcl #234 >test.txt <----vds won't pass the variable to the program

if i do this

run test.bat > test.txt <---- won't work

if i do this

run rest.bat

in the batch file i have this

dtcvl #234 > test.txt <--- command line runs BUT it won't save output to text file Sad

if i just double click on the test.bat it works fine it runs the command and save output to text file Smile

how can i fix vds so that it will save the output to a text file?

thanks
Back to top
View user's profile Send private message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Fri Aug 23, 2002 5:51 pm    Post subject: Reply with quote

Try using the full EXE name (or BAT, COM etc.) you're running,
and use the WAIT parameter if you're trying to load the file
into a list. Also use a full path to the destination file (it may
be writing to one wherever Windows happens to be working).

Something like this (RUNZ eliminates a DOS box flashing up):

RUNZ command /c dtvcl.exe "#234" > c:\test.txt , WAIT

Cheers, Mac Smile

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Fri Aug 23, 2002 6:15 pm    Post subject: thanks Reply with quote

thanks mac

i will give it a try
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group