Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I have one user on Windows 2000 with cmd showing
Message
 
 
To
30/05/2003 15:40:21
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00794714
Message ID:
00794770
Views:
33
>What line of VFP code cause the cmd window to show?


At every loFTP.run ---
   cFTPrun="FTP -s:ftpjcl >c:\aoef\TEST.FTP"
   loFTP=CreateObject("Wscript.Shell")
   loFTP.run("command /c &cFTPrun ",0,1)
   loFTP=NULL

      loFTP=CreateObject("Wscript.Shell")
      loFTP.run("command /c &cFTPrun ",0,1)
      loFTP=NULL
      cMFresult= FileToStr("c:\aoef\TEST.FTP") && Examine DIR output

   loFTP=CreateObject("Wscript.Shell")
   loFTP.run("command /c &cFTPrun ",0,1)
   loFTP=NULL

      loFTP=CreateObject("Wscript.Shell")
      loFTP.run("command /c &cFTPrun ",0,1)
      loFTP=NULL

  cFTPdown="FTP -s:bbbi >c:\aoef\Test.FTP"
  loFTP=CreateObject("Wscript.Shell")
  loFTP.run("command /c &cFTPdown ",0,1)
  loFTP=NULL

       cFTPup="FTP -s:bbbi"
       loFTP=CreateObject("Wscript.Shell")
       loFTP.run("command /c &cFTPup ",0,1)
       loFTP=NULL
Edgar L. Bolton, B.S. B.B.A.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform