Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I'm creating a batch fall that runs sqlplus. I want the batch file to either dynamically create the sql to include a variable as one of the criteria in the sql file. Can I either create the file dynamically or can I basically find and replace certain text in the sql file.
Example: @echo off sqlplus crap/crap@server @extract.sql echo You are about to delete this record echo Hit ctrl+c to cancle pause sqlplus crap/crap@sserver @delete.sql
this is the batch file I created to run to sql files to extract a record and then delete that record. I have to manually edit these sql files to change a ID PK and I would like to pass a variable on to sql so I could run it like crap.bat 123 and automatically change that ID PK into the 123. Sorry if I confused anyone but help would be much appreciated.
Summary: Say, in a batch file I want to invoke a perl script. But before this I wan't to ask the THANKS FOR REPLYING, AND THANKS IN ADVANCE IF U REPLY FOR THIS user something like "are you sure u want to run ...
Summary: I am trying to create a game that is based on sounds. I have folders full of wav files that I want to play randomly when the category is chosen. The problem I am having is how to pick a random fi...
Summary: Hi guys&dolls, I want to create a batch file that will enable the user who starts the file to give in his/her name. That name must be echoed subsequently. How to do this using -preferrably- basic Wind...