Click here to Skip to main content
15,905,679 members
Home / Discussions / System Admin
   

System Admin

 
GeneralHandle MS IIS Pin
pmasknguyen22-Nov-04 15:59
pmasknguyen22-Nov-04 15:59 
GeneralRe: Handle MS IIS Pin
Gerald Schwab22-Nov-04 16:26
Gerald Schwab22-Nov-04 16:26 
GeneralWinProxy Pin
Kamran Zafar20-Nov-04 1:17
Kamran Zafar20-Nov-04 1:17 
QuestionHow an exe file execute??? Pin
john_tran19-Nov-04 2:40
john_tran19-Nov-04 2:40 
AnswerRe: How an exe file execute??? Pin
Maximilien19-Nov-04 2:47
Maximilien19-Nov-04 2:47 
GeneralRe: How an exe file execute??? Pin
john_tran20-Nov-04 0:44
john_tran20-Nov-04 0:44 
AnswerRe: How an exe file execute??? Pin
Yulianto.19-Nov-04 14:40
Yulianto.19-Nov-04 14:40 
AnswerRe: How an exe file execute??? Pin
jlawren719-Nov-04 14:42
jlawren719-Nov-04 14:42 
here is a simple example

open notepad.
copy and paste this in
************************************

ipconfig /all > C:\ip.txt

************************************
select file save as

name "ip.cmd" <--- without quotes

in the file type drop list
choose "All files" <---- without quotes

save it to the desktop

locate ip.cmd on the desktop and double click it

next open your c:\ drive and open the ip.txt file
it should show your ip address, mac address, dns servers etc.
this is a simple .exe/.cmd/ etc file
.exe means execute this "Code"
.cmd means execute this "command"

different file extentions but sme results

in one of my vb applications,

i can do this as a example
**************************************
Private Sub Command1_Click()
ShellExecute Me.hWnd, "Open", "C:\RMSC LOGIN\AdminHelp.html", "", "", 1
End Sub
**************************************
all this is, is a command button that executes & opens a html file in internet explorer




hope this helps
GeneralRe: How an exe file execute??? Pin
john_tran20-Nov-04 0:42
john_tran20-Nov-04 0:42 
GeneralRe: How an exe file execute??? Pin
Maximilien20-Nov-04 1:55
Maximilien20-Nov-04 1:55 
GeneralRe: How an exe file execute??? Pin
jlawren720-Nov-04 6:25
jlawren720-Nov-04 6:25 
GeneralRe: How an exe file execute??? Pin
AlexLew21-Nov-04 10:16
AlexLew21-Nov-04 10:16 
GeneralRe: How an exe file execute??? Pin
john_tran21-Nov-04 23:56
john_tran21-Nov-04 23:56 
GeneralRe: How an exe file execute??? Pin
Maximilien22-Nov-04 3:38
Maximilien22-Nov-04 3:38 
GeneralSocket communication problem between Windows 2003 and Windows 2000 Pin
fpdeguzman18-Nov-04 18:48
fpdeguzman18-Nov-04 18:48 
QuestionHow to remove an OS? Pin
john_tran17-Nov-04 23:36
john_tran17-Nov-04 23:36 
AnswerRe: How to remove an OS? Pin
jlawren718-Nov-04 5:25
jlawren718-Nov-04 5:25 
AnswerRe: How to remove an OS? Pin
Mekong River18-Nov-04 20:13
Mekong River18-Nov-04 20:13 
GeneralRe: How to remove an OS? Pin
john_tran19-Nov-04 2:35
john_tran19-Nov-04 2:35 
GeneralRe: How to remove an OS? Pin
Mekong River26-Feb-06 23:05
Mekong River26-Feb-06 23:05 
Questionscript??? Pin
jlawren717-Nov-04 18:06
jlawren717-Nov-04 18:06 
AnswerRe: script??? Pin
Mekong River18-Nov-04 20:20
Mekong River18-Nov-04 20:20 
GeneralRe: script??? Pin
jlawren719-Nov-04 14:44
jlawren719-Nov-04 14:44 
Generalstrange of killing a DLLHOST Pin
Federico Milano16-Nov-04 6:03
Federico Milano16-Nov-04 6:03 
GeneralList Folder Contents and SetCurrentDirectory Pin
Stu McGill16-Nov-04 4:27
Stu McGill16-Nov-04 4:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.