If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > console execution and long path problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-26-03, 13:17
marconi8 marconi8 is offline
Registered User
 
Join Date: May 2003
Posts: 50
console execution and long path problem

from delphi i call this next function

function ExecAndWait(resultDirtring;const CmdLinehortString;Const WinState: Word):boolean; export;
var..........


for example variable resultDIR has within directory like \auto main\
for that directory i cannoot get tru result from this function

how to corectly convert long filenames into short

copy(longfilename,1,6)+'~1' - this way i must always to use or not ?


thanks !
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On