Can Run Execute File From Browser
Jun 4, 2011i hve build 1 system inventory using vb.net 2008.can i run execute file from browser...maybe like in asp.net..
View 5 Repliesi hve build 1 system inventory using vb.net 2008.can i run execute file from browser...maybe like in asp.net..
View 5 RepliesOk I have a code which will detect whether a browser is running.(Here iexplorer, chrome and firefox)
When someone presses a button, i would like the program to execute a javascript code in the browser selected..I have no idea how this can be acheived
I need to write VB program to open and read text file, store each field (separated by comma) into an array. In the first array, it's an excel file and I need to execute it, and once opened in excel, there is a macro program inside and i need also to exceute using VB.
sample content of textfile:
C:principalsinventory.xls, MacroInventoryReport, 1, 3:00AM
----------
C:principalsinventory.xls, MacroNearExpiringReport, 1, 4:00AM
xecute a exe filwhich is stored as an isolatedstoragefile.In thebelow i stored file.exe from c: solatedfile.exe. i want to execute isolatedfile.exe like this.
Process.Start(isolatedfile.exe).How can i do it?Regards,Senthil.
Dim file_name As String = "c:file.exe"Dim isolated_file_name As String = "isolatedfile.exe"
[code].....
I have a sample.cmd file that has the following code.
dir/b/p D:Satheesh > TableOfContents.txt
When I run the bathc file seperately I can able to get a text file that contains all files in the folder.
But when I execute the cmd file from VB code using Shell function, I am not getting the text file created.
I created a *.bat file : osql -Usa -Paugust -SNgocThach -iMYDATABASE.SQL When it run at cmd, it ok. My database has just been setup. Now, I want to setup my database use VB.NET. How can i do
View 1 RepliesFor example I got Form1. And I want to get a jarfile inside it just like its possible for .swd and .pdf files.I thought of something like a webbrowser, going to a page with the jar file, but that Isnt really brilliant as the webbrowser might be slow, or cause problems.
View 1 RepliesI have vs 2008. I have a VB project with lots of stuff. I want to do a little program to test out some ideas. I also, separately, want to execute a little .cmd script.
What I would like, is a way to execute my little test program, or the little .cmd script directly from within VS, bypassing the debug information set up for the project.
I want to deploy a VB6 application along with all the dependencies using VB.net installer (MSI). So can I execute VB6 Setup.exe (created using Package and Deployment Wizard) from the VB.NET installer (MSI).
View 2 RepliesI need to execute a .lnk file in vb.net (lnk file that points at an exe file).[code]...
View 1 Repliesi am just trying to invoke a service through console application file. for that
Process.Start((CurDir() +"" +
"installutil.exe" +
" " + CurDir() +
"" + ("money.exe"))).
Which gives error..?
where "installutil" and "Money" are vb.net exe files. "money" is a windows service file.
2, Or is anyother way to add these exe's as referrence and how to invoke ?
3, or is anyother method to invoke a windows service on single mouse click.?
Im right now working on a "notepad" type application, that i want to be able to save a code as a .vbs (I know how to save it as that), and then run/execute it. (the same as double click on it)[code]....
View 3 RepliesIm trying to make a simple execute button but i cant get it work and no ide to add codes in the ""
0
If "Loocks if hte exe fil is runing" = True Then
"kills the exe file"
Else
[Code]....
In vb.net 2008 I want to execute a batch file that resides on another computer. There is no error, but nothing happens. Here is the code:
[Code]...
I am looking for a way to execute a file (executable) using GetManifestResourceStream. Either that or load it into a Stream or Byte. edit: I've noticed that sometimes you need certain names for this to work, so here is what I currently have:
[Code]...
assuming that I have form and a button, clicking the button,how can I create bat file and execute the command inside and then delete the bat file?
View 4 RepliesI want to execute a command on DOS prompt with getting the file name at run time. I tried the following command, it didnt work.[code]...
View 1 RepliesI have been added a file setup of SQLExpress into a new folder of vb project (solution explorer) but i don't know how to get that file to execute in runtime. how to Execute that file ?
View 3 Repliesam currently writing a program that uses multiple scripts we use to diagnose software we use in our environment. Currently, the only we retrieve our information is going to the local machine, and running the script locally, and retrieving the output results. The script is an batch file.The goal of the program I am currently creating is to automate the process by specifying which machines need to have the script ran on, generating the script, dispatching it, executing it, and retrieving the output results from the machine the program is ran on...
View 3 RepliesI am trying to execute a program with switches that ends up with a shortcut being too long and exceeds the 260 character limit for shortcuts in windows XP:
[Code]...
with vb.net05 + access 03;how can i execute a bunch of SQL statements against a connectionwhich are written in a text file (as like we do in reading from backup file in MySQL)
View 9 RepliesI want to ask, how to execute a file in current folder?I am Using Visual Basic Express Edition 2010
View 1 Repliesi'm still at the beginner level in vb.net..i want to know...how to convert my program/code/file to execute files?
View 1 RepliesI need to download an .exe from the web/ftp server and execute it. (it's a setup program)The application would use the WebClient (probably) class to downlad the files, and presumably would display progress to the user as it goes.
View 3 RepliesI need to download an .exe from the web/ftp server and execute it. (it's a setup program)The application would use the WebClient (probably) class to downlad the files, and presumably would display progress to the user as it goes.
View 1 RepliesVisual Basic 2008 Express Edition. I completed a few projects earlier this year and have just returned to build a new project and find that I am getting an error on the build. I get the following message: Unable to output file '<Projects location><Project_name>objDebug<Project_name>.exe'. Could not execute CVTRES.EXE.
I also get this message on projects I have completed previously. I have reinstalled (repair) and then un-installed and reinstalled Visual Basic 2008 Express Edition to no avail. I also notice that Help topics such as Technical Support and Check for Updates give the following response: The operation could not be completed. I am unaware of any changes to the environment that could have caused these errors.
having dramas with closing mysql portable with the command
HTML
CALL binmysqlinmysqladmin.exe -uroot -p123 shutdown I need to execute the batch file twice for the mysql to shut down in the full blown version it works great.
so whatg i was thinking is using button to execute the batch file 2 times from one click.
I have a problem to implement action button to execute bat file . I am using SharpDevelop Version : 3.2.0.5698 . this code looks like :
Sub Button3Click(sender As Object, e As EventArgs)
Shell(Environ$("CONFIG") & "wpis_v3.bat")' TODO: Implement Button3Click
End Sub
in wpis_v3.bat I have :
@echo off
%DIR%instatus.bat >> %DRIVE%users
eport.txt
status.bat launches script to check license availbilty on the server and write it to report.txt ... by launching just wpis_v3.bat it works . report is generated with all information about licenses . But when I launch from VB icon - report file is generate but is total empty . I observed that with any bat which contains >> VB doesn't write into file. Is there other way to acchive it ? I would like that VB will show only specific lines from this report.txt - which contain string : "Site" and other "Client" .
The website loads the javascript file with <script src="url.js" type="text/javascript"></script> How would I be able to execute the functions I want?
View 1 Replies[Code]...
how can i get this code to return all values instead of just the first value ?