Sep 22, 2015 #1 jasonhuibers Programmer Joined Sep 12, 2005 Messages 290 Location CA How can I pass a session variable into a .vbs file
Sep 22, 2015 #2 ChrisHirst IS-IT--Management Joined Nov 23, 2001 Messages 8,049 Location 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 Joined Apr 22, 2003 Messages 2,236 Location US Well, unless they are running a vbs on the server running IIS... ? Upvote 0 Downvote
Sep 22, 2015 Thread starter #4 jasonhuibers Programmer Joined Sep 12, 2005 Messages 290 Location CA Yes, the VBS is being run on the server Upvote 0 Downvote
Sep 22, 2015 #5 guitarzan Programmer Joined Apr 22, 2003 Messages 2,236 Location 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