Sep 22, 2015 #1 jasonhuibers Programmer Sep 12, 2005 290 CA How can I pass a session variable into a .vbs file
Sep 22, 2015 #2 ChrisHirst IS-IT--Management Nov 23, 2001 8,049 GB You can't, ASP runs on a server, .vbs runs on the local machine. Chris. Indifference will be the downfall of mankind, but who cares? Time flies like an arrow, however, fruit flies like a banana. Webmaster Forum Upvote 0 Downvote
You can't, ASP runs on a server, .vbs runs on the local machine. Chris. Indifference will be the downfall of mankind, but who cares? Time flies like an arrow, however, fruit flies like a banana. Webmaster Forum
Sep 22, 2015 #3 guitarzan Programmer Apr 22, 2003 2,236 US Well, unless they are running a vbs on the server running IIS... ? Upvote 0 Downvote
Sep 22, 2015 Thread starter #4 jasonhuibers Programmer Sep 12, 2005 290 CA Yes, the VBS is being run on the server Upvote 0 Downvote
Sep 22, 2015 #5 guitarzan Programmer Apr 22, 2003 2,236 US Without getting into why you are using asp to run a vbs on a server locally... From this thread: thread333-1739894 it seems you know how to call a vbs from ASP, so append [tt]Session("MySessionVar")[/tt] to the vbs file name http://ss64.com/vb/run.html Upvote 0 Downvote
Without getting into why you are using asp to run a vbs on a server locally... From this thread: thread333-1739894 it seems you know how to call a vbs from ASP, so append [tt]Session("MySessionVar")[/tt] to the vbs file name http://ss64.com/vb/run.html