I am developign one application where i copy one file to other location using
System.Diagnost ics.Process.Sta rt
In developement the command is just running fine .
The command is
/c copy C:\app\mainstru cture.mdb C:\traffic\traf ficmanagement\t rafficmanagemen t\bin\Debug
/c rename C:\traffic\traf ficmanagement\t rafficmanagemen t\bin\Debug\mai nstructure.mdb 1999fine.mdb
But when i create setup package of it and run the application it can not copy and rename the file.
I had used the application.pat h to get a general software.
the exact command running are
/c copy C:\app\mainstru cture.mdb C:\Program Files\Bell Solutions\Traff icLedger
/c rename C:\Program Files\Bell Solutions\Traff icLedger\mainst ructure.mdb 2008fine.mdb
Even when i run these commands in Comamnd window it gives invalid syntax error.
I can see the file infront of me and everything is ok.
I know it's a silly question but it's realy killing me.
Please help me guys.
Thanks !
System.Diagnost ics.Process.Sta rt
In developement the command is just running fine .
The command is
/c copy C:\app\mainstru cture.mdb C:\traffic\traf ficmanagement\t rafficmanagemen t\bin\Debug
/c rename C:\traffic\traf ficmanagement\t rafficmanagemen t\bin\Debug\mai nstructure.mdb 1999fine.mdb
But when i create setup package of it and run the application it can not copy and rename the file.
I had used the application.pat h to get a general software.
the exact command running are
/c copy C:\app\mainstru cture.mdb C:\Program Files\Bell Solutions\Traff icLedger
/c rename C:\Program Files\Bell Solutions\Traff icLedger\mainst ructure.mdb 2008fine.mdb
Even when i run these commands in Comamnd window it gives invalid syntax error.
I can see the file infront of me and everything is ok.
I know it's a silly question but it's realy killing me.
Please help me guys.
Thanks !
Comment