
March 10th, 2003, 11:59 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Location: Sri Lanka
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
run dos command in Windows XP
when I was trying to run mysqldump command as follows ,it was working in the Windows 2000.But it was not working in the Windows Xp.Why is that??Any suggestions???
dim wsh
set wsh = createobject("WScript.Shell")
wsh.Run "cmd /c c:\mysql\bin\mysqldump -h localhost -u xxx -pxxxx XXXX > C:\test.sql
|